How to Setup check_winevent?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: How to Setup check_winevent?

Post by gdolidze »

I followed the pdf but I get this on the nagios server

OK: No data received yet
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: How to Setup check_winevent?

Post by tmcdonald »

Do you have anything listed under Admin -> Unconfigured Objects?
Former Nagios employee
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: How to Setup check_winevent?

Post by gdolidze »

No I don't.
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to Setup check_winevent?

Post by lmiltchev »

Did you enter the correct IP address of your Nagios XI server and the correct NSCA password as described in our documentation?
example01.PNG
Is port 5667 open? Can you send a test check by clicking on "NSCA Daemons"->"Test NSCA daemon" from the Nagios EventLog Service Control Manager?
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
gdolidze
Posts: 154
Joined: Tue Apr 07, 2015 10:07 am

Re: How to Setup check_winevent?

Post by gdolidze »

Ya i followed that too.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to Setup check_winevent?

Post by lmiltchev »

I would recommend double checking the password and encryption/decryption that you are using. Do they match?

Run the following commands on the Nagios XI box to check:

Code: Select all

grep password /usr/local/nagios/etc/nsca.cfg
grep decryption_method /usr/local/nagios/etc/nsca.cfg
Are you entering the same password/encryption while sending your test check to XI from the Nagios EventLog Service Control Manager?

The the Windows server's IP added to the "only_from" line in the "/etc/xinetd.d/nsca"?

Code: Select all

grep only_from /etc/xinetd.d/nsca
Have you tried restarting the xinetd on the XI box?

Code: Select all

service xinetd restart
Is port 5667 open?

Code: Select all

iptables -nL | grep 5667
If none if the above instruction help you troubleshoot the issue, you can enable debugging in the Nagios EventLog Service Control Manager.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked