From a085f800dfa6272f23e10663ea26064822f449d0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 1 Dec 2012 16:02:55 +0100 Subject: fixup: save state in statefiles and update them every 30min --- etc/munin/plugins/jenkins_builds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/munin/plugins/jenkins_builds') diff --git a/etc/munin/plugins/jenkins_builds b/etc/munin/plugins/jenkins_builds index 00d1342b..24480de2 100755 --- a/etc/munin/plugins/jenkins_builds +++ b/etc/munin/plugins/jenkins_builds @@ -35,7 +35,8 @@ if [ -f $STATEFILE ] && [ "$1" = "" ] ; then exit 0 fi -if [ "$1" = "update" ] ; then +# delete statefile if it's older than 30min +if test `find $STATEFILE -mmin +30` rm -f $STATEFILE fi -- cgit v1.2.3-70-g09d2