diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-05 12:00:06 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-05 12:00:06 +0100 |
commit | 8bb59298e89547eeb1861c23cea313448effbadb (patch) | |
tree | 08a33863ca573b4a265c18cac8889d77f33ee890 /etc/munin | |
parent | fbe99f7c45a53e3db3e99b3a7fcc481f8343ba46 (diff) | |
download | jenkins.debian.net-8bb59298e89547eeb1861c23cea313448effbadb.tar.xz |
small enhancements
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' |