summaryrefslogtreecommitdiffstats
path: root/hosts/opi2a-armhf-rb
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-06 20:19:13 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-06 20:19:13 +0100
commit456c1433678e87fc60906fcc3091069a86f3eab8 (patch)
treef81c4d76a311772eef4348a16d69ca80d982c31f /hosts/opi2a-armhf-rb
parenta8327a9c681db7581059c1731724c002d5a5659c (diff)
downloadjenkins.debian.net-456c1433678e87fc60906fcc3091069a86f3eab8.tar.xz
reproducible builds munin graph: improve graph title + description
Diffstat (limited to 'hosts/opi2a-armhf-rb')
-rwxr-xr-xhosts/opi2a-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/opi2a-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds b/hosts/opi2a-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds
index 238e4304..e990c127 100755
--- a/hosts/opi2a-armhf-rb/etc/munin/plugins/jenkins_reproducible_builds
+++ b/hosts/opi2a-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