summaryrefslogtreecommitdiffstats
path: root/etc/cron.d
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-01 16:02:55 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-01 16:02:55 +0100
commita085f800dfa6272f23e10663ea26064822f449d0 (patch)
tree0d51d45539d71c3981ee73a9eabdc9af072cb429 /etc/cron.d
parentf95a0ca45e12303fda54686fd77badfc4e2d0bd7 (diff)
downloadjenkins.debian.net-a085f800dfa6272f23e10663ea26064822f449d0.tar.xz
fixup: save state in statefiles and update them every 30min
Diffstat (limited to 'etc/cron.d')
-rw-r--r--etc/cron.d/jenkins-munin-plugin8
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/cron.d/jenkins-munin-plugin b/etc/cron.d/jenkins-munin-plugin
deleted file mode 100644
index 80d5fe6e..00000000
--- a/etc/cron.d/jenkins-munin-plugin
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# cron-jobs for jenkins munin plugins
-#
-
-MAILTO=root
-
-5,35 * * * * root cd /etc/munin/plugins/ ; for plugin in jenkins* ; do /usr/sbin/munin-run $plugin update ; done
-