mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Configurable location of sge settings.sh script
This commit is contained in:
parent
8c9f0260f9
commit
5800201da8
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
. /opt/sge/default/common/settings.sh
|
SGE_SETTINGS=${SGE_SETTINGS:-/opt/sge/default/common/settings.sh}
|
||||||
|
|
||||||
|
. $SGE_SETTINGS
|
||||||
|
|
||||||
qstat -u '*' | awk '
|
qstat -u '*' | awk '
|
||||||
BEGIN{maxnum = 0; running = 0; waiting = 0}
|
BEGIN{maxnum = 0; running = 0; waiting = 0}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue