First of all, I will summarize my environment, maybe it can help you to help me
I am using Nagios 3.4.4 on Debian 6, running in a virtual machine (Vmware Infrastructure).
I have 40 hosts (servers and switches) being monitored only by "check alive" (ping).
The issue is that NSClient (0.3.8) is not sending information to Nagios.
On host (Win7) I have already checked nsc.ini, the allowed host and password are set on nsc.ini and commands.cfg (on Nagios).
Host is listening to port 12489 as well and the firewall is disabled. NSC service is running and authorized to interact with desktop.
I have already looked for solutions on several forums and I am 90% sure that the problem is that Debian is not listening to port 12489 (grep -w 12489 /etc/services returns no results).
How can I set Debian to listen to port 12489 and forward the requisitions to Nagios Core?
Thanks in advance!