Tweak tower jobs munin reporting script

This commit is contained in:
Matthew Jones 2014-07-30 11:40:25 -04:00
parent 6fb89530cc
commit d36976f76d

View File

@ -3,7 +3,7 @@
case $1 in
config)
cat <<'EOM'
multigraph jobs
multigraph tower_jobs
graph_title Running Jobs breakdown
graph_vlabel job count
graph_category tower
@ -19,9 +19,12 @@ esac
printf "running.value "
awx-manage stats --stat jobs_running
printf "\n"
printf "waiting.value "
awx-manage stats --stat jobs_waiting
printf "\n"
printf "pending.value "
awx-manage stats --stat jobs_pending
printf "\n"