SQL SERVER + NAGIOS
Posted: Tue Jan 23, 2018 10:48 am
Hi,
I'm trying to monitoring database for SQL SERVER 2016 with a plugin (check_mssql_database.py) but I can't to do it.
command: ./check_mssql_database.py -H 192.198.XX.XX -U 'sa' -P 'XXXXX' -T 'master' --datasize'
This command show me an error:
<type 'exceptions.UnicodeDecodeError'>
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.
Could you help me?
Thank you very much
I'm trying to monitoring database for SQL SERVER 2016 with a plugin (check_mssql_database.py) but I can't to do it.
command: ./check_mssql_database.py -H 192.198.XX.XX -U 'sa' -P 'XXXXX' -T 'master' --datasize'
This command show me an error:
<type 'exceptions.UnicodeDecodeError'>
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.
Could you help me?
Thank you very much