Search found 5 matches
- Fri May 02, 2014 4:30 pm
- Forum: Open Source Nagios Projects
- Topic: Communication breakdown?
- Replies: 9
- Views: 3049
Re: Communication breakdown?
I installed nsclient++ version 0.3.9. FWIW, it creates an NSC.ini file instead of nsclient.ini. The header of the NSC.ini file says I have to edit it and enable dlls. It's going to take me some time to figure this out. It will take me a few days, but I'll report back.
- Fri May 02, 2014 1:56 pm
- Forum: Open Source Nagios Projects
- Topic: Communication breakdown?
- Replies: 9
- Views: 3049
Re: Communication breakdown?
tcpdump output: sudo tcpdump -vvv -A dst port 5667 tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes 14:48:58.212123 IP (tos 0x0, ttl 128, id 27254, offset 0, flags [DF], proto TCP (6), length 52) 10.11.100.200.51201 > 10.11.100.20.nsca: Flags [S], cksum 0xc886 (corre...
- Tue Apr 29, 2014 7:45 am
- Forum: Open Source Nagios Projects
- Topic: Communication breakdown?
- Replies: 9
- Views: 3049
Re: Communication breakdown?
NSCA version is 2.9.1. NSClient++ version is 0,4,2,88. As I said, I implemented and tested NSCA on the Nagios machine using http://nagios.sourceforge.net/download/contrib/documentation/misc/NSCA_Setup.pdf as a guide. Here's the entire nsclient.ini file: [/modules] CheckSystem=enabled CheckDisk=enab...
- Mon Apr 28, 2014 4:15 pm
- Forum: Open Source Nagios Projects
- Topic: Communication breakdown?
- Replies: 9
- Views: 3049
Re: Communication breakdown?
Thanks for the reply. Just checked the nsclient.ini file on the Windows box and the nsca.cfg file on the Nagios box. No passwords and no encryption on both/each. Restarted the NSClient++ service on the Windows box and rebooted the Nagios box. Ran the command: nscp nsca message="This is a test m...
- Mon Apr 28, 2014 12:19 pm
- Forum: Open Source Nagios Projects
- Topic: Communication breakdown?
- Replies: 9
- Views: 3049
Communication breakdown?
I have Nagios actively monitoring a Windows machine running NSClient++ v. 0,4,2,88. Nagios actively communicates with NSClient++ using NRPE. I want to have Nagios passively monitor the Windows eventlog using NSCA. I have implemented and tested NSCA on the Nagios/server-side using http://nagios.sour...