From d36976f76d51437c9ace7f11c85851b20bb0fe22 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 30 Jul 2014 11:40:25 -0400 Subject: [PATCH] Tweak tower jobs munin reporting script --- tools/scripts/tower_jobs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/scripts/tower_jobs b/tools/scripts/tower_jobs index 0632b628dc..1ae7707b10 100755 --- a/tools/scripts/tower_jobs +++ b/tools/scripts/tower_jobs @@ -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"