Thank you for the feedback.
I think to go to add this information about gmail account in the help page of Notification menu.
So if you want to try the email warning on raid event you can manually declare a faulty disk : after you will need to remove it (sefely remove) from the raid (edit volume menu) and re-add it (safely add)
check if your raid has a clean status (I assume it is the md0 device)
- Code: Select all
root@Acrab:/ # mdadm --detail /dev/md0
/dev/md0:
Version : 1.0
Creation Time : Wed Dec 3 14:40:52 2014
Raid Level : raid5
Array Size : 11709457408 (11167.01 GiB 11990.48 GB)
Used Dev Size : 2927364352 (2791.75 GiB 2997.62 GB)
Raid Devices : 5
Total Devices : 5
Persistence : Superblock is persistent
...
Number Major Minor RaidDevice State
0 8 24 0 active sync /dev/sdb8
4 8 8 1 active sync /dev/sdc8
3 8 56 2 active sync /dev/sde8
5 8 40 3 active sync /dev/sda8
6 8 72 4 active sync /dev/sdd8
Then declare sdd8 as a faulty disk
- Code: Select all
root@Acrab:/ # mdadm /dev/md0 -f /dev/sdd8
mdadm: set /dev/sdd8 faulty in /dev/md0
So check if you receive a message" Subject: Fail event on /dev/md0:your nasname.local"