diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-01 16:02:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-01 16:02:55 +0100 |
commit | a085f800dfa6272f23e10663ea26064822f449d0 (patch) | |
tree | 0d51d45539d71c3981ee73a9eabdc9af072cb429 /etc/cron.d/jenkins-munin-plugin | |
parent | f95a0ca45e12303fda54686fd77badfc4e2d0bd7 (diff) | |
download | jenkins.debian.net-a085f800dfa6272f23e10663ea26064822f449d0.tar.xz |
fixup: 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, 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 - |