Negate issue
Posted: Tue Dec 11, 2018 2:31 pm
Running a MSSQL query check that I want to negate from CRITICAL to WARNING. The command is defined as:
Then $ARG1$ is filled with all the information. If we hit the "Run Check Command" button it works great and if we test from cli it works great. Once we applied in CCM the resilt is a WARNING state with this text:
Any idea on what can be causing the issue? If we revert the command bac to not using negate it shows up as OK or CRITICAL as it should.
Thanks
Code: Select all
$USER1$/negate -c WARNING -s $USER1$/check_mssql -H $HOSTADDRESS$ $ARG1$Code: Select all
Error output from command:
No entry for terminal type "unknown";
using dumb terminal settings.Thanks