Check_mssql not returning Query Result

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
paulo.ferreira
Posts: 32
Joined: Wed Feb 26, 2020 10:26 am

Check_mssql not returning Query Result

Post by paulo.ferreira »

Dear Team,

Hi,

Could help me to figure out why some of my check_mssql services, dosen't show the query result at Nagios Core, and another service show normally:

Command:
define command {

command_name check_mssql
command_line $USER1$/check_mssql -H $HOSTADDRESS$ --username XXXXX --password XXXXXXx --instance $ARG1$ --database $ARG2$ --query "$ARG3$"

}

In attachment the example with some services without the query result and some with:
PS:all the cases use the same plugin.
Attachments
print2 - evidencia.PNG
Locked