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