Module: check_mk
Branch: master
Commit: c56e37d679c0a319e1ce02776b650ea81e9e89e1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c56e37d679c0a3…
Author: Bernd Stroessenreuther <bs(a)mathias-kettner.de>
Date: Mon Jul 22 11:43:15 2013 +0200
initial version of check manpage for hp_proliant and hpux_tunables.*
---
checkman/hp_proliant | 9 +++------
checkman/hpux_tunables.maxfiles_lim | 19 ++++++++++++++-----
checkman/hpux_tunables.nkthread | 20 +++++++++++++++-----
checkman/hpux_tunables.nproc | 20 +++++++++++++++-----
checkman/hpux_tunables.semmni | 20 +++++++++++++++-----
checkman/hpux_tunables.semmns | 20 +++++++++++++++-----
checkman/hpux_tunables.shmseg | 19 +++++++++++++++----
7 files changed, 92 insertions(+), 35 deletions(-)
diff --git a/checkman/hp_proliant b/checkman/hp_proliant
index 7bcad3d..fe03fcd 100644
--- a/checkman/hp_proliant
+++ b/checkman/hp_proliant
@@ -1,15 +1,12 @@
-title: HP Proliant servers: general status
+title: HP Proliant servers: General Status
agents: snmp
catalog: hw/server/hp
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
-
This check connects to the SNMP agent installed on an operating system
- on a HP Proliant server and reads the information from the {CPQHLTH-MIB}
- MIB. In addition to the general state it also returns the serial number
- and firmware version.
+ on a HP Proliant server and reads the general status information.
+ In addition it also returns the serial number and firmware version.
The status is {OK} if the agent signals {Unknown} or {Ok}, {WARN} on
{Degraded} and {CRIT} on {Failed}.
diff --git a/checkman/hpux_tunables.maxfiles_lim b/checkman/hpux_tunables.maxfiles_lim
index 38824d5..8b89985 100644
--- a/checkman/hpux_tunables.maxfiles_lim
+++ b/checkman/hpux_tunables.maxfiles_lim
@@ -1,13 +1,22 @@
-title: Kernel tunables: Maximum file limit
+title: Kernel tunables: Number of open files
agents: hpux
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
- Title correct?
-
The check uses the output of {kcusage -l} for monitoring the
- current usage of shared memory segments. Per default this
+ current number of open files (maxfiles_lim). Per default this
check is always {OK}, but you can set levels for the used
percentage.
+
+ See check manpage for hpux_tunables too.
+
+perfdata:
+ See check manpage for hpux_tunables.
+
+inventory:
+ See check manpage for hpux_tunables.
+
+[parameters]
+warn(float): See check manpage for hpux_tunables.
+crit(float): See check manpage for hpux_tunables.
diff --git a/checkman/hpux_tunables.nkthread b/checkman/hpux_tunables.nkthread
index 83d7d60..ce1291e 100644
--- a/checkman/hpux_tunables.nkthread
+++ b/checkman/hpux_tunables.nkthread
@@ -1,13 +1,23 @@
-title: Kernel tunables: nkthread
+title: Kernel tunables: Number of threads
agents: hpux
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
- Title to be improved
-
The check uses the output of {kcusage -l} for monitoring the
- current usage of shared memory segments. Per default this
+ current number of threads (nkthread). Per default this
check is always {OK}, but you can set levels for the used
percentage.
+
+ See check manpage for hpux_tunables too.
+
+perfdata:
+ See check manpage for hpux_tunables.
+
+inventory:
+ See check manpage for hpux_tunables.
+
+[parameters]
+warn(float): See check manpage for hpux_tunables.
+crit(float): See check manpage for hpux_tunables.
+
diff --git a/checkman/hpux_tunables.nproc b/checkman/hpux_tunables.nproc
index 1624158..9794752 100644
--- a/checkman/hpux_tunables.nproc
+++ b/checkman/hpux_tunables.nproc
@@ -1,13 +1,23 @@
-title: Kernel tunables: nproc
+title: Kernel tunables: Number of Processes
agents: hpux
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
- Title to be improved
-
The check uses the output of {kcusage -l} for monitoring the
- current usage of shared memory segments. Per default this
+ current Number of processes (npoc). Per default this
check is always {OK}, but you can set levels for the used
percentage.
+
+ See check manpage for hpux_tunables too.
+
+perfdata:
+ See check manpage for hpux_tunables.
+
+inventory:
+ See check manpage for hpux_tunables.
+
+[parameters]
+warn(float): See check manpage for hpux_tunables.
+crit(float): See check manpage for hpux_tunables.
+
diff --git a/checkman/hpux_tunables.semmni b/checkman/hpux_tunables.semmni
index 2ebcb6c..ea77b39 100644
--- a/checkman/hpux_tunables.semmni
+++ b/checkman/hpux_tunables.semmni
@@ -1,13 +1,23 @@
-title: Kernel tunables: semmni
+title: Kernel tunables: Number of IPC Semaphore IDs
agents: hpux
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
- Title to be improved
-
The check uses the output of {kcusage -l} for monitoring the
- current usage of shared memory segments. Per default this
+ current number of IPC semaphore IDs (semmni). Per default this
check is always {OK}, but you can set levels for the used
percentage.
+
+ See check manpage for hpux_tunables too.
+
+perfdata:
+ See check manpage for hpux_tunables.
+
+inventory:
+ See check manpage for hpux_tunables.
+
+[parameters]
+warn(float): See check manpage for hpux_tunables.
+crit(float): See check manpage for hpux_tunables.
+
diff --git a/checkman/hpux_tunables.semmns b/checkman/hpux_tunables.semmns
index 31350c0..07426b4 100644
--- a/checkman/hpux_tunables.semmns
+++ b/checkman/hpux_tunables.semmns
@@ -1,13 +1,23 @@
-title: Kernel tunables: semmns
+title: Kernel tunables: Number of IPC Semaphores
agents: hpux
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
- Title to be improved
-
The check uses the output of {kcusage -l} for monitoring the
- current usage of shared memory segments. Per default this
+ current number of IPC semaphores (semmns). Per default this
check is always {OK}, but you can set levels for the used
percentage.
+
+ See check manpage for hpux_tunables too.
+
+perfdata:
+ See check manpage for hpux_tunables.
+
+inventory:
+ See check manpage for hpux_tunables.
+
+[parameters]
+warn(float): See check manpage for hpux_tunables.
+crit(float): See check manpage for hpux_tunables.
+
diff --git a/checkman/hpux_tunables.shmseg b/checkman/hpux_tunables.shmseg
index 1f57f8d..017dbd7 100644
--- a/checkman/hpux_tunables.shmseg
+++ b/checkman/hpux_tunables.shmseg
@@ -1,12 +1,23 @@
-title: Kernel tunables: Shared memory segments
+title: Kernel tunables: Number of Shared Memory Segments
agents: hpux
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- This is a copy only, FIXME, TODO: BERND
-
The check uses the output of {kcusage -l} for monitoring the
- current usage of shared memory segments. Per default this
+ current number of shared memory segments (semmns). Per default this
check is always {OK}, but you can set levels for the used
percentage.
+
+ See check manpage for hpux_tunables too.
+
+perfdata:
+ See check manpage for hpux_tunables.
+
+inventory:
+ See check manpage for hpux_tunables.
+
+[parameters]
+warn(float): See check manpage for hpux_tunables.
+crit(float): See check manpage for hpux_tunables.
+