diff options
Diffstat (limited to 'etc/munin')
-rwxr-xr-x | etc/munin/plugins/jenkins_builds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/munin/plugins/jenkins_builds b/etc/munin/plugins/jenkins_builds index 91b531fa..d0caa97b 100755 --- a/etc/munin/plugins/jenkins_builds +++ b/etc/munin/plugins/jenkins_builds @@ -31,7 +31,7 @@ fi if [ "$1" = "config" ]; then - echo 'graph_title Jenkins Builds' + echo 'graph_title Jenkins Builds in the last 24h' echo 'graph_args --base 1000 -l 0 ' echo 'graph_scale no' echo 'graph_vlabel Jenkins Builds per category in the last 24h' |