X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-munin-config.git/blobdiff_plain/7a7f9d206dcbd372f52b5d4057d6b913d71a367d..49147b8b79902535de106b20ac31d9dcba665ad0:/debian/xvm-munin-host-config.postinst?ds=sidebyside diff --git a/debian/xvm-munin-host-config.postinst b/debian/xvm-munin-host-config.postinst index 1f64371..fc2de88 100755 --- a/debian/xvm-munin-host-config.postinst +++ b/debian/xvm-munin-host-config.postinst @@ -37,10 +37,10 @@ EOF # Install munin plugins that are now configured munin-node-configure --suggest --shell | sh - (cd /etc/munin/plugins; + (cd /etc/munin/plugins && for i in smart_*; do - if smartctl -i /dev/${i#smart_} | grep Device | grep EQLOGIC; then - rm -v $i; + if smartctl -i "/dev/${i#smart_}" | grep Device | grep EQLOGIC; then + rm -v "$i"; fi done)