Module: check_mk
Branch: master
Commit: 2c07ecd0ed5960fc3656aa7387325a6230053855
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=2c07ecd0ed5960…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Mon Jul 30 15:41:40 2012 +0200
Add missing man page
---
checkman/vms_queuejobs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/checkman/vms_queuejobs b/checkman/vms_queuejobs
new file mode 100644
index 0000000..f827fbc
--- /dev/null
+++ b/checkman/vms_queuejobs
@@ -0,0 +1,14 @@
+title: Monitor OpenVMS Queue Jobs
+agents: openvms
+author: Mathias Kettner <mk(a)mathias-kettner.de>
+license: GPL
+distribution: check_mk
+description:
+ This check monitors the current state of the queue jobs
+ on OpenVMS. Currently the check is always OK and just
+ prints the number of jobs in the queue and the total
+ CPU usage of the jobs that consumed the most CPU since.
+
+inventory:
+ One check per OpenVMS host will be created.
+