Hello, I created item and triggers for RAID controllers. But what if OS will be for example upgraded and command:
/usr/bin/sudo MegaCli64 -AdpAllInfo -aALL -NoLog|egrep '^ (Degraded|Failed)'|grep -v ' 0'
become unavailable?
I'd like to receive daily reports that everything is OK. Thank you
/usr/bin/sudo MegaCli64 -AdpAllInfo -aALL -NoLog|egrep '^ (Degraded|Failed)'|grep -v ' 0'
become unavailable?
I'd like to receive daily reports that everything is OK. Thank you