check_snmp_process - no answer

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sysmate
Posts: 5
Joined: Sun Jan 02, 2022 9:52 am

check_snmp_process - no answer

Post by sysmate »

Hi all,

I'm trying to check if a specific service is running on a Windows Server which I monitor with Nagios,
The server is being monitored and everything is working fine,
but when I try to execute a command of "Check_snmp_process" from the CLI to the same server (in the LAN),
I get an error the there is no answer from the host.

Am I missing something?

Thanks to all.


sysmate@sysmate-nagios:/usr/local/nagios/libexec$ ./check_snmp_process.pl -H X.X.X.X -p YYYYY -C public -n "igsmux.exe" -t 20
No answer from host X.X.X.X:YYYYY
gsmith
Posts: 1253
Joined: Tue Mar 02, 2021 11:15 am

Re: check_snmp_process - no answer

Post by gsmith »

Hi

What is the output when you run:

Code: Select all

/usr/local/nagios/libexec/check_snmp_process.pl -H X.X.X.X -p YYYYY -C public -n "igsmux.exe" -t 20 -v
Thanks
Locked