Page 1 of 1

Nagios EventLog Control Manager

Posted: Tue Jun 10, 2014 12:17 pm
by hillhealthcenter
Hi,

I'm trying to configure monitoring of Windows Event Logs and get this error when I try to Test NSCA daemon .
Error: Could not connect to host on port 5667 (2)

The remote server OS is Windows 2008 R2 64-bit

These are the actions that I've taken:
Configured NSCA on the Nagios XI server
The Windows Event Log Monitoring Wizard was previously installed
Installed the NagEventLog agent version 1.9.2.0

Re: Nagios EventLog Control Manager

Posted: Tue Jun 10, 2014 10:57 pm
by Box293
It looks like the ports on the Nagios XI server need opening.

On the Nagios XI box type:

Code: Select all

iptables -I INPUT -p tcp --destination-port 5667 -j ACCEPT
/sbin/service iptables save
Now try the Test NSCA daemon button.

Re: Nagios EventLog Control Manager

Posted: Wed Jun 18, 2014 12:42 pm
by hillhealthcenter
Box293,
Thanks so much for your help.
Tom

Re: Nagios EventLog Control Manager

Posted: Wed Jun 18, 2014 12:48 pm
by slansing
Did this resolve the issue for you? Are we clear to lock the thread?

Re: Nagios EventLog Control Manager

Posted: Mon Jun 30, 2014 5:00 pm
by hillhealthcenter
Yes, please lock this thread.

Thanks again.