Random error with check_mssql
Posted: Fri Apr 10, 2020 9:49 am
On occasion I get the following error when runing a mssql check:
ERROR: In range threshold START:END, START must be less than or equal to END
But 90% of the time I get the expect output of a 1 or 0. I'm not sure where to even begin on fixing this.
ERROR: In range threshold START:END, START must be less than or equal to END
But 90% of the time I get the expect output of a 1 or 0. I'm not sure where to even begin on fixing this.
Code: Select all
/usr/local/nagios/libexec/check_mssql -H 192.168.#.# -d dbname -U user -P 'password' -w 1 -c 1 -p 1433 -r "0" -q "exec dbo.usp_AutoEmailMonitor"