Module: check_mk
Branch: master
Commit: efc1b31ec08b1ed87311846803e0ee5a9e231c04
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=efc1b31ec08b1e…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Fri May 3 15:00:37 2013 +0200
Added manpage for esx_vsphere_hostsystem.mem_usage
---
checkman/check_mk-esx_vsphere_hostsystem.mem_usage | 36 --------------------
checkman/esx_vsphere_hostsystem.mem_usage | 26 ++++++++++++++
2 files changed, 26 insertions(+), 36 deletions(-)
diff --git a/checkman/check_mk-esx_vsphere_hostsystem.mem_usage
b/checkman/check_mk-esx_vsphere_hostsystem.mem_usage
deleted file mode 100644
index 9285297..0000000
--- a/checkman/check_mk-esx_vsphere_hostsystem.mem_usage
+++ /dev/null
@@ -1,36 +0,0 @@
-title: Check usage of physical RAM on ESX host system
-agents: vsphere
-author: Mathias Kettner <mk(a)mathias-kettner.de>
-license: GPL
-distribution: check_mk
-description:
- This check measures the current usage of physical RAM by
- an ESX host system.
-
-inventory:
- One check per ESX host system is being created.
-
-
-perfdata:
- One value: the current usage in bytes.
-
-[parameters]
-warning (int or float): the percentage of virtual memory used
- by processes at which WARNING state is triggered. If the
- level is defined as an integer value then it is interpreted
- as an absolute value in megabytes.
-critical (int or float): the percentage or absolute value
- at which CRITICAL state is triggered
-
-
-[configuration]
-memused_default_levels (float, float): Levels used by
- all checks that are created by inventory.
-
-mem_extended_perfdata (boolean): If this variable is set
- to {True}, then the checks outputs additional performance
- data, if the agent provides that information. On Linux
- the amount of mapped and committed memory is output
- (see {Mapped} and {Committed_AS} in {/proc/meminfo}) and
- also the size used for page tables {Pagetables}.
-
diff --git a/checkman/esx_vsphere_hostsystem.mem_usage
b/checkman/esx_vsphere_hostsystem.mem_usage
new file mode 100644
index 0000000..fb6a5cb
--- /dev/null
+++ b/checkman/esx_vsphere_hostsystem.mem_usage
@@ -0,0 +1,26 @@
+title: Usage of physical RAM on an ESX host system
+agents: vsphere
+author: Mathias Kettner <mk(a)mathias-kettner.de>
+license: GPL
+distribution: check_mk
+description:
+ This check measures the current usage of physical RAM by
+ an ESX host system.
+
+inventory:
+ One check per ESX host system is being created.
+
+perfdata:
+ One value: the current usage in bytes.
+
+[parameters]
+warning (float): the percentage of virtual memory used
+ by processes at which WARNING state is triggered.
+critical (float): the percentage or absolute value
+ at which CRITICAL state is triggered
+
+[configuration]
+esx_host_mem_default_levels(float, float): Levels used by
+ all checks that are created by inventory. This defaults to {(80.0, 90.0)}.
+
+