lausser / check_mssql_health

Wenn du dich für Plugins (oder OMD oder allgemein Monitoring) interessierst oder von deiner Installation erzählen willst...die Tradition der deutschsprachigen Monitoring-Workshops wird wiederbelebt: https://discord.gg/jDfPZ63FcJ A plugin, which checks various parameters of Microsoft SQL database servers.
http://labs.consol.de/nagios/check_mssql_health
GNU General Public License v2.0
38 stars 27 forks source link

Changed some return Codes #46

Closed GalipoliX closed 3 years ago

GalipoliX commented 3 years ago

If the AVG is not found the return level shouldnt be OK. Changed to Unknown If the the version is too old the return level shouldnt be OK. Changed to Unknown

lausser commented 3 years ago

That's not possible. Customers are using it by default on all databases and certainly don't want to see UNKNOWNs. You can emulate your desired behavior with --negate 'OK - no availability groups found'=unknown

GalipoliX commented 3 years ago

"don't want to see Unknowns" seems a bit strange to me, but okay ;-) Thought this was the use case for it. Thanks for your solution! I will try it out!