Raid disks monitoring ubuntu
by licsuc_vs from LinuxQuestions.org on (#5D0VE)
Hi,
I am looking to achieve raid disks monitoring. Basically if a disk fails, we need to get notified. The tricky part is as follows:
- iLO is not present
- /proc/mdstat - not reading the disks
- mdadm config is empty.
- SMART - device lacks capability.
I am trying to achieve the above by using prometheus and eventually setting monitoring on Grafana.
Node exporter doesn't seem intelligent enough to monitor disk failures on RAID 1.
Anyone managed to achieve this somehow?
Thanks


I am looking to achieve raid disks monitoring. Basically if a disk fails, we need to get notified. The tricky part is as follows:
- iLO is not present
- /proc/mdstat - not reading the disks
- mdadm config is empty.
- SMART - device lacks capability.
I am trying to achieve the above by using prometheus and eventually setting monitoring on Grafana.
Node exporter doesn't seem intelligent enough to monitor disk failures on RAID 1.
Anyone managed to achieve this somehow?
Thanks