Difference between revisions of "Configuration (Ubuntu)"

Jump to navigation Jump to search
m
→‎Server: Config fix
(→‎Syslog to MySQL Database: Added Syslog server setup)
m (→‎Server: Config fix)
Line 207: Line 207:


Add the following section so that received syslog messages get put into a folder for each host its received from...
Add the following section so that received syslog messages get put into a folder for each host its received from...
  $template PerHostLog,"/var/log/system-%HOSTNAME%.log"
  $template PerHostLog,"/var/log/%HOSTNAME%/messages"
  *.* -?PerHostLog
  *.* -?PerHostLog


Navigation menu