Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
8efeaf25
Commit
8efeaf25
authored
Feb 08, 2019
by
Holger Levsen
Browse files
work around (rare and temporary) problems of restarting munin-node)
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
874a6e23
Changes
1
Hide whitespace changes
Inline
Side-by-side
update_jdn.sh
View file @
8efeaf25
...
@@ -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."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment