include ("header.inc");
?>
| |
Log redirection and analysis
Redirecting system logs to a remote secure server.
/etc/syslog.conf for remote logging:
The "loghost" should be a machine host name.
On the loghost, syslogd daemon should run with "-r" option,
syslogd -r
(modify /etc/init.d/sysklogd: SYSLOGD="-r")
Logs can be analysed with logwatch.
Example:
include("right-side-menu.inc");
?>
|