Page 2 of 2

Re: Windows Service Monitoring Error

Posted: Fri Jan 15, 2021 11:26 am
by vtrac
Hi Diego,
Since you do not use "password", you can remove the "-s 'XXXXXX'" option off of the command.
Could you please test the below command on your XI server?

Code: Select all

cd /usr/local/nagios/libexec
./check_nt -H PARCCVWPIEDA01 -p 12489 -v SERVICESTATE -d SHOWALL -l "PI SQL Data Access Server (RTQP Engine)"

or 

./check_nt -H PARCCVWPIEDA01 -p 12489 -v SERVICESTATE -d SHOWALL -l "PISqlDas.RTQP"
If it is working, you could try replace the '-l "SSERVICEDESC$"' (picture below) to either:

Code: Select all

-l "PISqlDas.RTQP"
or
-l "PI SQL Data Access Server (RTQP Engine)"
F1.png
Regards,
Vinh

Re: Windows Service Monitoring Error

Posted: Fri Jan 22, 2021 9:11 am
by dsilvero
Now it works !!!, than you very much for all and for the patience !! :)

Diego

Re: Windows Service Monitoring Error

Posted: Fri Jan 22, 2021 9:55 am
by scottwilkerson
dsilvero wrote:Now it works !!!, than you very much for all and for the patience !! :)

Diego
Great!

Locking thread