summaryrefslogtreecommitdiffstats
path: root/etc/cron.d
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-01 14:48:39 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-01 15:41:36 +0100
commitf95a0ca45e12303fda54686fd77badfc4e2d0bd7 (patch)
tree87e392d802616663216fe9760182c9dbe50bb3c7 /etc/cron.d
parentf935c1f1060d97bb8a7e2263c9471568bfaf6194 (diff)
downloadjenkins.debian.net-f95a0ca45e12303fda54686fd77badfc4e2d0bd7.tar.xz
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, 8 insertions, 0 deletions
diff --git a/etc/cron.d/jenkins-munin-plugin b/etc/cron.d/jenkins-munin-plugin
new file mode 100644
index 00000000..80d5fe6e
--- /dev/null
+++ b/etc/cron.d/jenkins-munin-plugin
@@ -0,0 +1,8 @@
+#
+# 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
+