Module: check_mk
Branch: master
Commit: ab0e3884a39cd98ae588c12587c80f09b8ac844b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ab0e3884a39cd9…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jul 28 14:54:07 2016 +0200
3725 mssql_instance: Changed MSSQL monitoring to report connection issues with only one
service
The MSSQL monitoring has been reworked to have one single service per database instance
that
reports connection issues like a stopped database. This is done by the
<tt>mssql_instance</tt>
check.
All other MSSQL checks have been reworked to become <i>stale</i> in case there
is a connection
issue and no data is present.
As a result you will only receive one notification and see only the relevant issue in the
GUI
in case an instance goes down.
To make this work you will have to update the <tt>mssql.vbs</tt> agent plugin
on all your
database servers.
---
.werks/3725 | 20 +++++++++
ChangeLog | 1 +
agents/windows/plugins/mssql.vbs | 92 ++++++++++++++++++++++++++++++--------
checkman/mssql_instance | 24 ++++++++++
checks/mssql.include | 9 +++-
checks/mssql_backup | 7 +++
checks/mssql_blocked_sessions | 22 ++++-----
checks/mssql_counters | 30 +++++++++++--
checks/mssql_instance | 91 +++++++++++++++++++++++++++++++++++++
checks/mssql_tablespaces | 4 +-
checks/mssql_versions | 10 +++++
11 files changed, 276 insertions(+), 34 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=ab0e3884a3…