mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Whitespace cleanup
* remove trailing whitespace * remove empty lines at the end of files
This commit is contained in:
parent
ef851f0c34
commit
17f784270a
604 changed files with 2927 additions and 2945 deletions
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
# Author: Šarūnas Burdulis, sarunas(a)mail.saabnet.com, 2008
|
||||
#
|
||||
# Runs 'condor_q -g' (list global queue), tail's to the last
|
||||
# line of output (contains job summary) and
|
||||
# Runs 'condor_q -g' (list global queue), tail's to the last
|
||||
# line of output (contains job summary) and
|
||||
# gets numbers of queued, idle, running and held jobs.
|
||||
#
|
||||
# Parameters understood:
|
||||
|
@ -19,7 +19,7 @@
|
|||
# env.condor_q - Path to condor_q executable,
|
||||
# defaults to /usr/local/condor/bin/condor_q
|
||||
# env.title - Graph title, overrides "Condor Queue [suffix]".
|
||||
# env.options - Additional command line options to condor_q.
|
||||
# env.options - Additional command line options to condor_q.
|
||||
# Only a limited set of options can be used, as many
|
||||
# of them eliminate the summary line from condor_q output.
|
||||
#
|
||||
|
@ -87,7 +87,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "queue.label Queue"
|
||||
echo "queue.draw LINE"
|
||||
echo "queue.type GAUGE"
|
||||
echo "queue.info Queue"
|
||||
echo "queue.info Queue"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue