I followed the pdf but I get this on the nagios server
OK: No data received yet
How to Setup check_winevent?
Re: How to Setup check_winevent?
Do you have anything listed under Admin -> Unconfigured Objects?
Former Nagios employee
Re: How to Setup check_winevent?
No I don't.
You do not have the required permissions to view the files attached to this post.
Re: How to Setup check_winevent?
Did you enter the correct IP address of your Nagios XI server and the correct NSCA password as described in our documentation?
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?
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!
Re: How to Setup check_winevent?
Ya i followed that too.
Re: How to Setup check_winevent?
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:
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"?
Have you tried restarting the xinetd on the XI box?
Is port 5667 open?
If none if the above instruction help you troubleshoot the issue, you can enable debugging in the Nagios EventLog Service Control Manager.
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.cfgThe 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/nscaCode: Select all
service xinetd restartCode: Select all
iptables -nL | grep 5667Be sure to check out our Knowledgebase for helpful articles and solutions!