Module: check_mk
Branch: master
Commit: acc1b4135382994f44155fd00e967431cbe9e8d1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=acc1b413538299…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Jul 19 10:36:27 2013 +0200
new check manpage apc_powerswitch
---
checkman/apc_powerswitch | 23 ++++++++++++++++++++---
checkman/win_netstat | 2 +-
2 files changed, 21 insertions(+), 4 deletions(-)
diff --git a/checkman/apc_powerswitch b/checkman/apc_powerswitch
index 811e1b0..007ca4a 100644
--- a/checkman/apc_powerswitch
+++ b/checkman/apc_powerswitch
@@ -1,7 +1,24 @@
-title: APC Powerswitch: Power status
+title: APC Powerswitch/APC PDU: Power Outlet Status
+agents: snmp
catalog: hw/power
license: GPL
distribution: check_mk
description:
- TODO: BERND
- Title correct? Ask Bastian
+ Checks the status of a power outlet of an APC Powerswitch/APC PDU.
+ Returns {OK} if the power outlet status is {on}
+ and {WARN} if the power outlet status if {off}
+
+item:
+ The single power outlet port with it's number as delivered by SNMP.
+
+inventory:
+ One item per power outlet will be found.
+
+[configuration]
+apc_powerswitch_warning_states: A tuple of states leading to {WARN} level, default is
+ apc_powerswitch_warning_states = (2,)
+ meaning {WARN} is returned on power state {off}
+
+apc_powerswitch_critical_states: A tuple of states leading to {CRIT} level, default is
+ apc_powerswitch_critical_states = ()
+ meaning {CRIT} is returned in no case by default
diff --git a/checkman/win_netstat b/checkman/win_netstat
index 71c2a1a..3c1f0ab 100644
--- a/checkman/win_netstat
+++ b/checkman/win_netstat
@@ -1,6 +1,6 @@
title: Established TCP Connections or TCP/UDP Listeners
agents: windows
-catalog: os/network
+catalog: os/networking
license: GPL
distribution: check_mk
description: