Versions Compared

Key

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

...

To test locally, add the following to /etc/rsyslog.conf for testing and restart syslogd.

Code Block
# provides UDP syslog reception
module(load="imudp")
input(type="imudp" port="514")

# provides TCP syslog reception
module(load="imtcp")
input(type="imtcp" port="514")

local3.*                /usr/local/nmis9/logs/noc.log

...