summaryrefslogtreecommitdiffstats
path: root/etc/munin/plugins/jenkins_builds_running
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-16 18:41:30 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-16 18:41:30 +0100
commit12e461735d0b829c2393d7adaa6cc31eeb3ded71 (patch)
tree8ecb8a8dc4544ef46d44f73dc7e9adc8f65bf5bc /etc/munin/plugins/jenkins_builds_running
parent8a7367846f881069f31988c04d31733aa2fb9145 (diff)
downloadjenkins.debian.net-12e461735d0b829c2393d7adaa6cc31eeb3ded71.tar.xz
whitespace cleanup
Diffstat (limited to 'etc/munin/plugins/jenkins_builds_running')
-rwxr-xr-xetc/munin/plugins/jenkins_builds_running21
1 files changed, 10 insertions, 11 deletions
diff --git a/etc/munin/plugins/jenkins_builds_running b/etc/munin/plugins/jenkins_builds_running
index 4a211e79..24084f10 100755
--- a/etc/munin/plugins/jenkins_builds_running
+++ b/etc/munin/plugins/jenkins_builds_running
@@ -25,20 +25,19 @@ GPLv2
. $MUNIN_LIBDIR/plugins/plugin.sh
if [ "$1" = "autoconf" ]; then
- echo yes
- exit 0
+ echo yes
+ exit 0
fi
if [ "$1" = "config" ]; then
-
- echo 'graph_title Jenkins Builds running'
- echo 'graph_args --base 1000 -l 0 '
- echo 'graph_scale no'
- echo 'graph_vlabel Jenkins Builds currently running'
- echo 'graph_category jenkins'
- echo "jenkins_builds_running.label $PREFIX builds_running"
- echo "jenkins_builds_running.draw AREA"
- exit 0
+ echo 'graph_title Jenkins Builds running'
+ echo 'graph_args --base 1000 -l 0 '
+ echo 'graph_scale no'
+ echo 'graph_vlabel Jenkins Builds currently running'
+ echo 'graph_category jenkins'
+ echo "jenkins_builds_running.label $PREFIX builds_running"
+ echo "jenkins_builds_running.draw AREA"
+ exit 0
fi
echo "jenkins_builds_running.value $(ps fax|grep /tmp/hudson|grep -v grep|wc -l)"