Versions Compared

Key

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

...

Code Block
service rsyslogd restart

h. Add file to be processed by opEvents. Update <omk>/conf/opCommon.nmis: 

Code Block
'opevents_logs' => {
      ...
      'nmis_slavelog' => [
        '<nmis9_logs>/poller_event.log'
      ]
}


This completes setup on the MASTER opHA Server.

Step 2 - Changes to the opHA POLLER to send the syslog

...