when I'm trying to run on bash
Code: Select all
./check_mssql_database.py -H MYHOST:MYPORT -U USER -P SECRET -T CHECKTABLE --loggrowthsWhen I'm running instead the following SQL Command (I'm only connected to the SQL Server not to an insatance):<type 'exceptions.TypeError'>
Caught unexpected error. This could be caused by your sysperfinfo not containing the proper entries for this query, and you may delete this service check.
Code: Select all
SELECT cntr_value,counter_name,instance_name FROM Vudyog.sys.sysperfinfo WHERE instance_name='CHECKTABLE ';Code: Select all
SELECT cntr_value FROM sysperfinfo WHERE counter_name='Log Cache Hit Ratio' AND instance_name='CHECKTABLE ';Has anyone a glue here?
Regards
Marcus