Nicholas Zurfluh

blog

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

News

Archives

Post Categories

Stuff

June 2005 Entries

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

My clients often request to use a syslog server for security notifications. It would be my preference to do this with Web services. In the mean time I will have to make due with syslog. Here is a page with a canned script for log rolling. http://www.afp548.com/artic
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati