diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-01 14:48:39 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-01 15:41:36 +0100 |
commit | f95a0ca45e12303fda54686fd77badfc4e2d0bd7 (patch) | |
tree | 87e392d802616663216fe9760182c9dbe50bb3c7 /etc/cron.d/jenkins-munin-plugin | |
parent | f935c1f1060d97bb8a7e2263c9471568bfaf6194 (diff) | |
download | jenkins.debian.net-f95a0ca45e12303fda54686fd77badfc4e2d0bd7.tar.xz |
save state in statefiles and update them every 30min
Diffstat (limited to 'etc/cron.d/jenkins-munin-plugin')
-rw-r--r-- | etc/cron.d/jenkins-munin-plugin | 8 |
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 + |