From 456c1433678e87fc60906fcc3091069a86f3eab8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Jan 2016 20:19:13 +0100 Subject: reproducible builds munin graph: improve graph title + description --- hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds') diff --git a/hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds b/hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds index 238e4304..e990c127 100755 --- a/hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds +++ b/hosts/odxu4-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds @@ -31,11 +31,11 @@ fi JOB_PREFIXES="first second" if [ "$1" = "config" ]; then - echo 'graph_title Reproducible Builds in the last 24h' + echo 'graph_title Concurrent reproducible builds running' echo 'graph_args --base 1000 -l 0 ' echo 'graph_scale no' echo 'graph_total total' - echo 'graph_vlabel Reproducible Builds in the last 24h' + echo 'graph_vlabel Concurrent reproducible builds running' echo 'graph_category jenkins' draw=AREA for PREFIX in $JOB_PREFIXES ; do -- cgit v1.2.3-54-g00ecf