Module: check_mk
Branch: master
Commit: 379049875753d2d0c6451ba40f4110fa0953e582
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=379049875753d2…
Author: Götz Golla <gg(a)mathias-kettner.de>
Date: Fri Sep 27 11:39:58 2013 +0200
check man page for new check "APC self test"
---
checkman/apc_symmetra_test | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/checkman/apc_symmetra_test b/checkman/apc_symmetra_test
new file mode 100644
index 0000000..396109e
--- /dev/null
+++ b/checkman/apc_symmetra_test
@@ -0,0 +1,27 @@
+title: APC self test
+agents: snmp
+catalog: hw/power
+license: GPL
+distribution: check_mk
+description:
+ This check monitors two OIDs of APC Symmetra UPS devices: The result of the last self
test
+ and the last date of the self test run. The check becomes critical if the test result
is
+ "failed" and it has a warning or ciritical state if the date of the last self
test is more
+ than the warning or critical level ago.
+
+examples:
+ # sets the warning and critical levels to 5 and 10 days, respectively
+ ups_test_default = ( 5, 10 )
+
+inventory:
+ The inventory process checks if the device has a system description OIDs
(.1.3.6.1.2.1.1.2.0)
+ and if the name of this OID is known to the test. If this is true the system is
inventorized.
+
+[parameters]
+parameters(tuple): parameters is a tuple of two values
+
+ warn (int): The warning level in days
+ crit (int): The critical level in days
+
+[configuration]
+ups_test_default (tuple): This variable is preset to { (0,0) }