Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Next we'll tell rsyslog where to file messages that arrive with the facility local6.  (rsyslog can route messages based on many different attributes and has several other configuration options such as inserting a local timestamp.  There is also the ability to put custom rsyslog configuration in /etc/rsyslog.d/*.conf.  More information regarding rsyslog may be found here:  http://www.rsyslog.com/doc/master/index.html)

Code Block
### /etc/rsyslog.conf

# and handle inbound/slave NMIS syslogs
local7.*                /usr/local/nmis8/logs/cisco.log
local6.*                /usr/local/nmis8/logs/newVendor.log
local1.*                /usr/local/nmis8/logs/slave_event.log

...