[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] work around (rare and temporary) problems of restarting munin-node)
Holger Levsen
gitlab at salsa.debian.org
Fri Feb 8 18:44:16 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8efeaf25 by Holger Levsen at 2019-02-08T18:44:04Z
work around (rare and temporary) problems of restarting munin-node)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -584,7 +584,8 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
for i in apache_accesses apache_volume ; do sudo ln -s /usr/share/munin/plugins/$i $i ; done
sudo ln -s /usr/share/munin/plugins/loggrep jenkins_oom
fi
- sudo service munin-node restart
+ # this is a hack to work around (rare) problems with restarting munin-node...
+ sudo service munin-node restart || sudo service munin-node restart || sudo service munin-node restart
fi
explain "packages configured."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8efeaf25b7f15ea998b8088e27955437d4c60233
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8efeaf25b7f15ea998b8088e27955437d4c60233
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190208/e0428afb/attachment.html>
More information about the Qa-jenkins-scm
mailing list