Module: check_mk
Branch: master
Commit: ec46f6a01ed1b6f68e2cdaeb1aaf28e1cb68ae3c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ec46f6a01ed1b6…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Fri Apr 4 13:59:42 2014 +0200
IBM SVC checks: added hint for special agents in check manpages
---
checkman/ibm_svc_eventlog | 5 +++++
checkman/ibm_svc_host | 5 +++++
checkman/ibm_svc_license | 5 +++++
checkman/ibm_svc_mdisk | 5 +++++
checkman/ibm_svc_mdiskgrp | 5 +++++
checkman/ibm_svc_node | 5 +++++
checkman/ibm_svc_nodestats.cache | 5 +++++
checkman/ibm_svc_nodestats.cpu_util | 5 +++++
checkman/ibm_svc_nodestats.diskio | 5 +++++
checkman/ibm_svc_system | 5 +++++
checkman/ibm_svc_systemstats.cache | 5 +++++
checkman/ibm_svc_systemstats.cpu_util | 5 +++++
checkman/ibm_svc_systemstats.diskio | 5 +++++
13 files changed, 65 insertions(+)
diff --git a/checkman/ibm_svc_eventlog b/checkman/ibm_svc_eventlog
index 5b6fc24..006b209 100644
--- a/checkman/ibm_svc_eventlog
+++ b/checkman/ibm_svc_eventlog
@@ -8,6 +8,11 @@ description:
and not yet fixed. Returns {WARN} if there is at least one and {OK} if
there is none.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
inventory:
Creates exactly one check on every IBM SVC / V7000 device named
IBM SVC Eventlog.
diff --git a/checkman/ibm_svc_host b/checkman/ibm_svc_host
index 9a43898..5e78d0c 100644
--- a/checkman/ibm_svc_host
+++ b/checkman/ibm_svc_host
@@ -11,6 +11,11 @@ description:
any unidentified status the check returns {WARN}. If some hosts report
{offline} status the check returns {CRIT}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
perfdata:
Five values are reported: The number of hosts reporting
active, inactive, degraded, offline and unidentified status.
diff --git a/checkman/ibm_svc_license b/checkman/ibm_svc_license
index 9147643..bf40d7a 100644
--- a/checkman/ibm_svc_license
+++ b/checkman/ibm_svc_license
@@ -8,6 +8,11 @@ description:
of licenses is compared to the usage of licenses. The check returns
{CRIT} if the usage is higher than the licensing and {OK} otherwise.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
The name of the licensable feature. This is everything after used_ or
license_ in the output of the lslicense command.
diff --git a/checkman/ibm_svc_mdisk b/checkman/ibm_svc_mdisk
index 39cc756..d8f4703 100644
--- a/checkman/ibm_svc_mdisk
+++ b/checkman/ibm_svc_mdisk
@@ -13,6 +13,11 @@ description:
The worst of both is returned as check result.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
The name of the MDisk.
diff --git a/checkman/ibm_svc_mdiskgrp b/checkman/ibm_svc_mdiskgrp
index 7f5846d..c89bf11 100644
--- a/checkman/ibm_svc_mdiskgrp
+++ b/checkman/ibm_svc_mdiskgrp
@@ -12,6 +12,11 @@ description:
Additionally the status of the MDisksGrp is checked. On every other status
than {online} the check results in {CRIT} status.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
The name of the MDisksGrp
diff --git a/checkman/ibm_svc_node b/checkman/ibm_svc_node
index a77c841..95d4a43 100644
--- a/checkman/ibm_svc_node
+++ b/checkman/ibm_svc_node
@@ -11,6 +11,11 @@ description:
{offline}) the check returns {CRIT}. And in all other cases - that
means if at least one node is {online} - the check returns {WARN}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
The name of the IO Group.
diff --git a/checkman/ibm_svc_nodestats.cache b/checkman/ibm_svc_nodestats.cache
index cabb6b0..29c70a1 100644
--- a/checkman/ibm_svc_nodestats.cache
+++ b/checkman/ibm_svc_nodestats.cache
@@ -9,6 +9,11 @@ description:
The check does report only and returns always {OK}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
The name of the node.
diff --git a/checkman/ibm_svc_nodestats.cpu_util b/checkman/ibm_svc_nodestats.cpu_util
index 8f87447..1ce05b7 100644
--- a/checkman/ibm_svc_nodestats.cpu_util
+++ b/checkman/ibm_svc_nodestats.cpu_util
@@ -9,6 +9,11 @@ description:
The check returns {WARN} or {CRIT} if the utilization in percent is higher
then given levels and {OK} otherwise.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
The name of the node.
diff --git a/checkman/ibm_svc_nodestats.diskio b/checkman/ibm_svc_nodestats.diskio
index 523c197..aa018fd 100644
--- a/checkman/ibm_svc_nodestats.diskio
+++ b/checkman/ibm_svc_nodestats.diskio
@@ -9,6 +9,11 @@ description:
The check is only for reporting and returns always {OK}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
"Drives", "MDisks" or "VDisks" plus the name of the node.
diff --git a/checkman/ibm_svc_system b/checkman/ibm_svc_system
index 7b6d62b..f5a626a 100644
--- a/checkman/ibm_svc_system
+++ b/checkman/ibm_svc_system
@@ -7,6 +7,11 @@ description:
Reports name, location, code_level and email_contact_location of an
IBM SVC / V7000 device. The check always returns {OK}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
inventory:
Creates exactly one check for every IBM SVC / V7000 named
IBM SVC Info.
diff --git a/checkman/ibm_svc_systemstats.cache b/checkman/ibm_svc_systemstats.cache
index a5357d6..256377f 100644
--- a/checkman/ibm_svc_systemstats.cache
+++ b/checkman/ibm_svc_systemstats.cache
@@ -9,6 +9,11 @@ description:
The check does report only and returns always {OK}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
inventory:
Creates one check per IBM SVC / V7000 device.
diff --git a/checkman/ibm_svc_systemstats.cpu_util
b/checkman/ibm_svc_systemstats.cpu_util
index 3a572fd..14ef781 100644
--- a/checkman/ibm_svc_systemstats.cpu_util
+++ b/checkman/ibm_svc_systemstats.cpu_util
@@ -9,6 +9,11 @@ description:
The check returns {WARN} or {CRIT} if the utilization in percent is higher
then given levels and {OK} otherwise.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
inventory:
Creates one check IBM SVC / V7000 device.
diff --git a/checkman/ibm_svc_systemstats.diskio b/checkman/ibm_svc_systemstats.diskio
index 4f7c9c6..1722294 100644
--- a/checkman/ibm_svc_systemstats.diskio
+++ b/checkman/ibm_svc_systemstats.diskio
@@ -9,6 +9,11 @@ description:
The check is only for reporting and returns always {OK}.
+ Please note: You need the Special Agent agent_ibmsvc to retrieve the monitoring
+ data from the device. Your monitoring user must be able to SSH to the device
+ with SSH Key Authentification. Please exchange SSH key. The Special Agent itself
+ can be configured by WATO.
+
item:
"Drives", "MDisks" or "VDisks"