Ignore:
Timestamp:
Mar 14, 2009, 3:06:21 AM (15 years ago)
Author:
quentin
Message:

Remove smart monitoring for Equallogic RAID devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-munin-config/debian/xvm-munin-host-config.postinst

    r1781 r2247  
    3737        # Install munin plugins that are now configured
    3838        munin-node-configure --suggest --shell | sh
     39
     40        (cd /etc/munin/plugins;
     41            for i in smart_*; do
     42                if smartctl -i /dev/${i#smart_} | grep Device | grep EQLOGIC; then
     43                    rm -v $i;
     44                fi
     45            done)
    3946       
    4047        invoke-rc.d munin-node restart
Note: See TracChangeset for help on using the changeset viewer.