Commit 8efeaf25 authored by Holger Levsen's avatar Holger Levsen
Browse files

work around (rare and temporary) problems of restarting munin-node)



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 874a6e23
...@@ -584,7 +584,8 @@ if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then ...@@ -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 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 sudo ln -s /usr/share/munin/plugins/loggrep jenkins_oom
fi 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 fi
explain "packages configured." explain "packages configured."
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment