diff options
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-x | update_jdn.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index efadedc2..640b12b5 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -501,11 +501,6 @@ if [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] || [ ! -f $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 - if [ "$HOSTNAME" != "opi2a" ] ; then - # opi2a is strangely broken - # so this is just a hackish workaround for that… - sudo service munin-node force-reload - fi fi explain "packages configured." |