Hello,
From plugin check_mssql_health we use version 2.7.4.
Unfortunately, the blacklisting does not work at all
Here are the examples:
‘./check_mssql_health’ ‘–server’ ‘MSSQLSERVER’ ‘–username’ ‘mssql_user’ ‘–password’ ‘mssql_pass’ ‘–mode’ ‘database-free’ ‘–warning’ ‘5:’ ‘–critical’ ‘2:’ ‘–blacklist’ ‘BLABLA’
Use of uninitialized value in string eq at /usr/lib64/nagios/plugins/check_mssql_health line 2088.
Use of uninitialized value in lc at /usr/lib64/nagios/plugins/check_mssql_health line 4053.
Use of uninitialized value in string eq at /usr/lib64/nagios/plugins/check_mssql_health line 2088.
WARNING - database BLABLA is not online, …
‘./check_mssql_health’ ‘–server’ ‘MSSQLSERVER’ ‘–username’ ‘mssql_user’ ‘–password’ ‘mssql_pass’ ‘–mode’ ‘database-online’ ‘–blacklist’ ‘BLABLA’
Use of uninitialized value in string eq at /usr/lib64/nagios/plugins/check_mssql_health line 2088.
Use of uninitialized value in lc at /usr/lib64/nagios/plugins/check_mssql_health line 4053.
Use of uninitialized value in string eq at /usr/lib64/nagios/plugins/check_mssql_health line 2088.
CRITICAL - BLABLA is offline, …
‘./check_mssql_health’ ‘–server’ ‘MSSQLSERVER’ ‘–username’ ‘mssql_user’ ‘–password’ ‘mssql_pass’ ‘–mode’ ‘transactions’ ‘–warning’ ‘10000’ ‘–critical’ ‘50000’ ‘–blacklist’ ‘BLABLA’
Use of uninitialized value in string eq at /usr/lib64/nagios/plugins/check_mssql_health line 2088.
UNKNOWN - unable to aquire counter data SQLServer:Databases Transactions/sec (BLABLA),…
For older versions it does not work either,
Thx