Page 1 of 1

check_snmp_process - no answer

Posted: Mon Jan 10, 2022 1:39 am
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

Re: check_snmp_process - no answer

Posted: Mon Jan 10, 2022 11:08 am
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