Module: check_mk
Branch: master
Commit: df4c6fe22d47bdb677e51f5212ccfb54bf44d516
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=df4c6fe22d47bd…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sat Jun 29 18:24:09 2013 +0200
Add catalog: information for new brocade checks
---
checkman/brocade_fan | 15 ++++++++-------
checkman/brocade_fcport | 3 +--
checkman/brocade_power | 13 ++++++-------
checkman/brocade_temp | 15 ++++++++-------
4 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/checkman/brocade_fan b/checkman/brocade_fan
index 3c686d7..9832aee 100644
--- a/checkman/brocade_fan
+++ b/checkman/brocade_fan
@@ -1,20 +1,21 @@
-title: Brocade FC switches FAN speed
+title: Fans of a Brocade FC switch
+catalog: hw/storagehw/brocade
agents: snmp
-author: Bastian Kuhn <bk(a)mathias-kettner.de>
license: GPL
distribution: check_mk
description:
- This checks monitors the FAN speeds of a Brocade FC switch
+ This checks monitors the FAN speeds of a Brocade FC switch.
item:
- The Number of the FAN (1, 2, 3 ...) like descripted in the snmp output
+ The number of the FAN (1, 2, 3 ...) like descripted in the SNMP output.
perfdata:
- The speed of each FAN
+ The speed of each fan.
inventory:
- The inventory creates a service for each fan
+ The inventory creates a service for each fan.
[parameters]
-tuple (warn, crit): The levels of the minimum FAN speed
+warn(int): the minimum fan speed for an OK state
+crit(int): the minimum fan speed for a WARN state
diff --git a/checkman/brocade_fcport b/checkman/brocade_fcport
index f34df4f..892cfdd 100644
--- a/checkman/brocade_fcport
+++ b/checkman/brocade_fcport
@@ -1,7 +1,6 @@
title: FibreChannel ports of Brocade FC switches
+catalog: hw/storagehw/brocade
agents: snmp
-catalog: hw/storagehw/brocade
-author: Mathias Kettner <mk(a)mathias-kettner.de>
license: GPL
distribution: check_mk
description:
diff --git a/checkman/brocade_power b/checkman/brocade_power
index 42f1ce2..26aae9a 100644
--- a/checkman/brocade_power
+++ b/checkman/brocade_power
@@ -1,17 +1,16 @@
-title: Brocade FC switch power supply state
+title: Power supplies of a Brocade FC switch
+catalog: hw/storagehw/brocade
agents: snmp
author: Bastian Kuhn <bk(a)mathias-kettner.de>
license: GPL
distribution: check_mk
description:
- This checks monitors for a non ok state of a brocade power supply.
+ This check monitors the state of the power supplies of
+ a Brocade switch.
item:
- The Number of the power supply (1, 2, 3 ...) like descripted in the snmp output
-
-perfdata:
- None
+ The number of the power supply (1, 2, 3 ...) like descripted in the SNMP output.
inventory:
- The inventory creates a service for each supply
+ The inventory creates a service for each power supply.
diff --git a/checkman/brocade_temp b/checkman/brocade_temp
index a65b94b..d7c6ba2 100644
--- a/checkman/brocade_temp
+++ b/checkman/brocade_temp
@@ -1,20 +1,21 @@
-title: Brocade FC switches hardware temperatur
+title: Hardware temperature of Brocade FC switches
+catalog: hw/storagehw/brocade
agents: snmp
-author: Bastian Kuhn <bk(a)mathias-kettner.de>
license: GPL
distribution: check_mk
description:
- This checks monitors the hardware temperatures of a Brocade FC switch
+ This checks monitors the hardware temperatures of a Brocade FC switch.
item:
- The Number of the sensor (1, 2, 3 ...) like descripted in the snmp output
+ The Number of the sensor (1, 2, 3 ...) like descripted in the SNMP output.
perfdata:
- The actual temperatur value for each sensor
+ The current temperature value for each sensor
inventory:
- The inventory creates a service for each sensor
+ The inventory creates a service for each sensor.
[parameters]
-tuple (warn, crit): The levels of the maximum temperatur
+warn(int): the temperature at which a WARN state is reached
+crit(int): the temperature at which a CRIT state is reached