Module: check_mk
Branch: master
Commit: 3907b19da4a35423be6073b9d600eaa2ff7f7a73
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3907b19da4a354…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Fri Jan 27 10:43:19 2017 +0100
added missing manpages
Change-Id: I245e08c1d796c10787318fa4d4aec90483e23bf1
---
checkman/mssql_databases | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/checkman/mssql_databases b/checkman/mssql_databases
new file mode 100644
index 0000000..57b3162
--- /dev/null
+++ b/checkman/mssql_databases
@@ -0,0 +1,20 @@
+title: MSSQL Database properties
+agents: windows
+catalog: app/mssql
+license: GPL
+distribution: check_mk
+description:
+ This check monitors status, recovery, auto close and -shrink
+ states of MSSQL databases reported by MSSQL.
+
+ Default configuration for auto close and -shrink is:
+ - on is CRIT
+ - off if OK
+ These states are configurable.
+
+item:
+ The MSSQL database identifier.
+
+inventory:
+ One separate check for each database will be created.
+