Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/condor/condor_queue_ | ||
|---|---|---|
| 4 | 4 |
# |
| 5 | 5 |
# Author: Šarūnas Burdulis, sarunas(a)mail.saabnet.com, 2008 |
| 6 | 6 |
# |
| 7 |
# Runs 'condor_q -g' (list global queue), tail's to the last
|
|
| 8 |
# line of output (contains job summary) and
|
|
| 7 |
# Runs 'condor_q -g' (list global queue), tail's to the last |
|
| 8 |
# line of output (contains job summary) and |
|
| 9 | 9 |
# gets numbers of queued, idle, running and held jobs. |
| 10 | 10 |
# |
| 11 | 11 |
# Parameters understood: |
| ... | ... | |
| 19 | 19 |
# env.condor_q - Path to condor_q executable, |
| 20 | 20 |
# defaults to /usr/local/condor/bin/condor_q |
| 21 | 21 |
# env.title - Graph title, overrides "Condor Queue [suffix]". |
| 22 |
# env.options - Additional command line options to condor_q.
|
|
| 22 |
# env.options - Additional command line options to condor_q. |
|
| 23 | 23 |
# Only a limited set of options can be used, as many |
| 24 | 24 |
# of them eliminate the summary line from condor_q output. |
| 25 | 25 |
# |
| ... | ... | |
| 87 | 87 |
echo "queue.label Queue" |
| 88 | 88 |
echo "queue.draw LINE" |
| 89 | 89 |
echo "queue.type GAUGE" |
| 90 |
echo "queue.info Queue"
|
|
| 90 |
echo "queue.info Queue" |
|
| 91 | 91 |
exit 0 |
| 92 | 92 |
fi |
| 93 | 93 |
|
Formats disponibles : Unified diff