syslog simple notes
configure the syslog send to central log server
Reminder:
For historical reasons, the
# Solaris
*.debug;mail,lpr,news,uucp,local0,local1,local2**
# Linux
*.crit,auth.*,mark.*,user.notice,local3.*,local5.*,local6.*,local7.*,syslog.*,authpriv.*,daemon.***
# Bounce syslog
#Test the setting
#Solaris
snoop udp port 514
#Linux
tcpdump port 514
# open another tab issue following test.
logger -p auth.notice “Test”
Ref http://www.precision-guesswork.com/sage-guide/syslog-overview.html