So from what I gather(I am open to correction) that Zabbix does not have alerts for disk failure, only for storage utilization. I had an idea to use Windows event log and tie a trigger to Event id 52 to detect when a disk is failing. In need of direction and help! Most appreciated!
Ad Widget
Collapse
Creating a Trigger for disk failure
Collapse
X
-
-
remember to check if smartctl identifies your disk and collects data.
if it does not collect data, then even with the template and plugin configured correctly, you will not have data/trigger in zabbix.cmd> smartctl.exe --scan
cmd> smartctl.exe -A /dev/.. ***add as per previous step --scan
WellingtonComment
Comment