Skip to content

Commit

Permalink
Add minimal POD documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Nov 24, 2016
1 parent 5800201 commit 145b654
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions plugins/sge/sge_job_stats
Original file line number Diff line number Diff line change
Expand Up @@ -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 <w@uter.be>
=cut

if [ "$1" = "config" ]
then
echo graph_title SGE gridengine jobs
Expand Down

0 comments on commit 145b654

Please sign in to comment.