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.
Hi Gerhard,
I use the more or less old check_mssql from nagios-plugins to execute MSSQL-queries.
So this plugin provides a runtime metric when executed which yours does not at the moment.
check_mssql:
check_mssql_health (mode sql):
All-in-all I like yours more and I will be switching over, too, but is it possible that you include the runtime of the query in the check-output? The output of the check_mssql also does not look quite clean imho.
Maybe you could also combining it with the sql-runtime mode and giving further thresholds (for measuring the query but also the runtime).
Hi Gerhard, I use the more or less old check_mssql from nagios-plugins to execute MSSQL-queries. So this plugin provides a runtime metric when executed which yours does not at the moment.
check_mssql:
check_mssql_health (mode sql):
All-in-all I like yours more and I will be switching over, too, but is it possible that you include the runtime of the query in the check-output? The output of the check_mssql also does not look quite clean imho. Maybe you could also combining it with the sql-runtime mode and giving further thresholds (for measuring the query but also the runtime).