For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > syslog-ng for Linux > Edge Syslog Clients

Edge Syslog Clients

Created by dave. Last edited by dave, 11 years and 199 days ago. Viewed 2,344 times. #1
[edit] [rdf]
labels
attachments
(4 October 2012)

Setting edge syslog-ng clients to log to a central syslog server

Add this to the bottom of the syslog-ng.conf file on the edge node:

# Remote syslog server
destination syslogserver { udp("10.0.0.39" port(514));};
log {source{src); destination(syslogserver);};

Edit IP as appropriate.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt