Syslog Event Log
Syd Alsobrook
syd at ittagteam.com
Tue Aug 21 15:58:44 CEST 2007
On Tuesday 21 August 2007 09:26, Manoj Velayudhannair wrote:
> Thank you Syd, could you please detail your view.
I have a central management server. It runs Nagios, Munin, Cacti, and
Syslog-ng. I have Syslog-ng configured with these lines.
# Begin
source remote { udp(); tcp(port(514) keep-alive(no)); };
destination remote_hosts
{ file("/var/log/remote_hosts/$HOST/$FACILITY.log"); };
log { source(remote); destination(remote_hosts); };
# End
These lines configure Syslog-ng to accept connections from remote systems and
place the logs in to a host specific directory. I run syslog-ng on all my
linux servers.
I have not setup the monitoring yet, it is on my todo list. There are a number
of log checks in the Nagios Exchange.
Enjoy,
Syd
--
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list