Page 1 of 1

Check_mssql not returning Query Result

Posted: Thu Jun 18, 2020 3:53 pm
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.