I’m attending a fantastic session at LinuxWorld today titled “Working with Log Files.” The session is being run by Mark Cohen (Quote.com, LookSmart, Penquin Computing) and Patrick McGovern ...
I'm guessing you have some ESXi boxes and you want a Syslog server to store the logs.... For linux, go Syslog-ng. For Windows, go with the free version of Splunk (assuming you have less than 500 MB of ...
This easy. Just type logger on the command line and your message will be added to the end of the /var/log/syslog file. $ logger comment to be added to log $ tail -1 /vvar/log/syslog May 21 18:02:16 ...
I'm setting up a centralized syslog Linux box for all of our network switches and access points.<BR><BR>Is there a way to have my Windows 2003 servers send event log messages to the syslog server as ...