diff options
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 |