Nicholas Zurfluh

blog

  Home  |   Contact  |   Syndication    |   Login
  23 Posts | 0 Stories | 2 Comments | 2 Trackbacks

News

Archives

Post Categories

Stuff

Tuesday, June 07, 2005 #

F5 has given me a sample configuration for the /etc/syslog-ng/syslog-ng.conf

Here is what you should add to the file for logging to a remote “loghost“.

destination loghost {
       udp ("remote_ip_of_server");
};

log {
        source(local);
        destination (loghost);
};

  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati