Re: Windows Service Monitoring Error
Posted: Fri Jan 15, 2021 11:26 am
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?
If it is working, you could try replace the '-l "SSERVICEDESC$"' (picture below) to either:
Regards,
Vinh
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"
Code: Select all
-l "PISqlDas.RTQP"
or
-l "PI SQL Data Access Server (RTQP Engine)"
Vinh