Module: check_mk
Branch: master
Commit: e59b658f051ddfbbb7a3a08e1a0e38f73a484784
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e59b658f051ddf…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Tue Jul 2 17:09:58 2013 +0200
Fixed AIX manpage
---
checkman/vmstat_aix | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/checkman/vmstat_aix b/checkman/vmstat_aix
index 0856210..d5905bd 100644
--- a/checkman/vmstat_aix
+++ b/checkman/vmstat_aix
@@ -1,21 +1,13 @@
-title: CPU usage
+title: CPU utilization
agents: aix
catalog: os/kernel
license: GPL
distribution: check_mk
description:
- Get CPU usage (user, system, idle, IO-Wait) on an AIX system.
+ Get CPU utilization (user, system, idle, IO-Wait) on an AIX system.
Only performance data is written. Alerting is not implemented (returns always
{OK} if input data is valid).
perfdata:
Four variables: The percentage of time spent in {user}, {system}, {idle} and {wait}
-inventory:
- Not implemented.
-
-[parameters]
-None.
-
-[configuration]
-None.