Versions Compared

Key

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

...

Code Block
# Provides UDP syslog reception
$ModLoad imudp.so
$UDPServerRun 514

# Provides TCP syslog reception
$ModLoad imtcp.so
$InputTCPServerRun 514

#poller NMIS servers use local1 by default, capture that into slavepoller_event.log
local1.*                                                /usr/local/nmis8/logs/poller_event.log

...

Code Block
[root@poller nmis8]#/usr/local/nmis8/admin/testsyslog.pl

If using the NMIS9 version of applications, use this command to test syslog:

Code Block
./usr/local/nmis9/admin/tests.pl act=syslog


On the primary you should see the event (in the GUI as well if you refresh) 

...