From 145b65469203cb3e657ae61148ef928fbd45f5bd Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Thu, 24 Nov 2016 17:37:50 +0100 Subject: [PATCH] Add minimal POD documentation --- plugins/sge/sge_job_stats | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/plugins/sge/sge_job_stats b/plugins/sge/sge_job_stats index 0423ca1e..f04d4cad 100755 --- a/plugins/sge/sge_job_stats +++ b/plugins/sge/sge_job_stats @@ -5,6 +5,29 @@ # # Tested with Son of Gridengine. +: <<=cut + +=head1 NAME + +sge_job_stats - Munin plugin to monitor jobs submitted and executed on a Grid +Engine installation + +=head1 APPLICABLE SYSTEMS + +Any system with a qstat command that behaves like the one found in Son of +GridEngine. + +=head1 CONFIGURATION + +The environment variable SGE_SETTINGS can be set to point to an SGE +"settings.sh" file. It defaults to /opt/sge/default/common/settings.sh. + +=head1 AUTHOR + +Wouter Verhelst + +=cut + if [ "$1" = "config" ] then echo graph_title SGE gridengine jobs