mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Add minimal POD documentation
This commit is contained in:
parent
5800201da8
commit
145b654692
1 changed files with 23 additions and 0 deletions
|
@ -5,6 +5,29 @@
|
||||||
#
|
#
|
||||||
# Tested with Son of Gridengine.
|
# 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" ]
|
if [ "$1" = "config" ]
|
||||||
then
|
then
|
||||||
echo graph_title SGE gridengine jobs
|
echo graph_title SGE gridengine jobs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue