NSCA Connection Problem

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
oyapici
Posts: 1
Joined: Wed Mar 27, 2013 5:40 am

NSCA Connection Problem

Post by oyapici »

I have been trying to configure NSCA for event log monitoring. But it didn't work. These are what I did during configuration :

- Installed "nagevlog-setup-1.9.2.exe" to our server (Windows Server 2003 )
- Entered NSCA password same as Inbound Check Transfer Settings and set Decryption Method to XOR in both side
- Added ip address of server to only_from line in /etc/xinetd.d/nsca file
- restarted service with /etc/init.d/xinetd restart command
- Windows firewall disabled in server

Test NSCA Daemon or telnet doesn't work. Nagios and Windows server are in same network and no firewall between them
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NSCA Connection Problem

Post by slansing »

We suggest you follow this documentation:

http://assets.nagios.com/downloads/nagi ... entLog.pdf

When integrating the NagEventLog agent. Are you just not getting any un-configured objects? Please also provide us the output from the following command:

Code: Select all

tail -20 /usr/local/nagios/var/nagios.log
Locked