I have an issue configuring the check_mssql_database.py plugin
When I try to connect to the database everything works:
Code: Select all
[root@pxdc001apnag1 libexec]# ./check_mssql_database.py -H 10.180.2.38 -U nagios
-P ********* -I COBRA_GHSS -T Adressen_GHSS_01
OK: Time to connect was 0.00567698478699s|time=0.00567698478699s;;;;; Code: Select all
[root@pxdc001apnag1 libexec]# ./check_mssql_database.py -H 10.180.2.38 -U nagios
-P ********* -I COBRA_GHSS -T Adressen_GHSS_01 --datasize -w 200000 -c 300000
SQL Server message 208, severity 16, state 1, line 1:
Invalid object name 'sysperfinfo'.
DB-Lib error message 208, severity 16:
General SQL Server error: Check messages from the SQL Server EDIT: I checked the SQL logs, and there is no entry at that timestamp