summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-04 23:35:36 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-04 23:35:36 +0100
commit9356ac2488300efb8155750f0222b2e6d27e440d (patch)
tree5c8471bad904c76061f8d557012af7659f1c9758 /update_jdn.sh
parent1434b04ad879f6f5fde122b7e5cc5eafb2c2791c (diff)
downloadjenkins.debian.net-9356ac2488300efb8155750f0222b2e6d27e440d.tar.xz
more munin configuration
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 27f14103..7af5aa24 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -41,7 +41,8 @@ fi
sudo chown root.root /etc/sudoers.d/jenkins ; sudo chmod 700 /etc/sudoers.d/jenkins
sudo ln -sf /etc/apache2/sites-available/jenkins.debian.net /etc/apache2/sites-enabled/000-default
sudo service apache2 reload
-cd /etc/munin/plugins ; sudo rm -f postfix_* open_inodes df_inode interrupts diskstats 2>/dev/null
+cd /etc/munin/plugins ; sudo rm -f postfix_* open_inodes df_inode interrupts diskstats irqstats threads proc_pri vmstat 2>/dev/null
+[ -L apache_accesses ] || for i in apache_accesses apache_processes apache_volume ; do ln -s /usr/share/munin/plugins/cpu/$i $i ; done
#
# run jenkins-job-builder to update jobs if needed