mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Tweak tower jobs munin reporting script
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
case $1 in
|
case $1 in
|
||||||
config)
|
config)
|
||||||
cat <<'EOM'
|
cat <<'EOM'
|
||||||
multigraph jobs
|
multigraph tower_jobs
|
||||||
graph_title Running Jobs breakdown
|
graph_title Running Jobs breakdown
|
||||||
graph_vlabel job count
|
graph_vlabel job count
|
||||||
graph_category tower
|
graph_category tower
|
||||||
@@ -19,9 +19,12 @@ esac
|
|||||||
|
|
||||||
printf "running.value "
|
printf "running.value "
|
||||||
awx-manage stats --stat jobs_running
|
awx-manage stats --stat jobs_running
|
||||||
|
printf "\n"
|
||||||
|
|
||||||
printf "waiting.value "
|
printf "waiting.value "
|
||||||
awx-manage stats --stat jobs_waiting
|
awx-manage stats --stat jobs_waiting
|
||||||
|
printf "\n"
|
||||||
|
|
||||||
printf "pending.value "
|
printf "pending.value "
|
||||||
awx-manage stats --stat jobs_pending
|
awx-manage stats --stat jobs_pending
|
||||||
|
printf "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user