syslog-ng Configuration Examples - Softpanorama: (slightly skeptical) Open Source Software Educat
configure syslog-ng options { long_hostnames (off); sync (0); log_fifo_size(10); owner(root); group(sys); perm(0644); }; source local { sun-streams("/dev/log" door("/etc/.syslog_door")); internal(); }; destination d ...
www.softpanorama.org |