diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-06 20:19:13 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-06 20:19:13 +0100 |
commit | 456c1433678e87fc60906fcc3091069a86f3eab8 (patch) | |
tree | f81c4d76a311772eef4348a16d69ca80d982c31f /hosts/profitbricks-build5-amd64/etc/munin/plugins | |
parent | a8327a9c681db7581059c1731724c002d5a5659c (diff) | |
download | jenkins.debian.net-456c1433678e87fc60906fcc3091069a86f3eab8.tar.xz |
reproducible builds munin graph: improve graph title + description
Diffstat (limited to 'hosts/profitbricks-build5-amd64/etc/munin/plugins')
-rwxr-xr-x | hosts/profitbricks-build5-amd64/etc/munin/plugins/jenkins_reproducible_builds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/profitbricks-build5-amd64/etc/munin/plugins/jenkins_reproducible_builds b/hosts/profitbricks-build5-amd64/etc/munin/plugins/jenkins_reproducible_builds index 238e4304..e990c127 100755 --- a/hosts/profitbricks-build5-amd64/etc/munin/plugins/jenkins_reproducible_builds +++ b/hosts/profitbricks-build5-amd64/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 |