raid monitor
2019.12.15 16:37
https://dustymabe.com/2012/01/29/monitor-raid-arrays-and-get-e-mail-alerts-using-mdadm/
I decided at this point that I need a better way to be notified when things like this happen. It turns out you can configure mdadm
to monitor the raid arrays and notify you via email when errors occur. To achieve this effect I added the following line to the /etc/mdadm.conf
file:
MAILADDR dustymabe@gmail.com
Now, as long as mdadm
is configured to run and monitor the arrays (on SUSE it is the mdadmd
service), then you will get email alerts when things go wrong.
To verify your emails are working you can use the following command, which will send out a test email:
sudo mdadm --monitor --scan --test -1
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
1609 | lvm 확장 [1] | WHRIA | 2019.12.25 | 78 |
1608 | pytorch object detect / retinanet | WHRIA | 2019.12.22 | 236 |
1607 | kaggle leakage | WHRIA | 2019.12.19 | 65 |
1606 | pytorch - caffe | WHRIA | 2019.12.19 | 123 |
1605 | pytorch mini batch size | WHRIA | 2019.12.19 | 130 |
1604 | windows softraid monitor | WHRIA | 2019.12.19 | 116 |
» | raid monitor | WHRIA | 2019.12.15 | 100 |
1602 | SAS controller SAS 9212-4i | WHRIA | 2019.12.08 | 177 |
1601 | Basic tutorial to develop driver on windows | WHRIA | 2019.12.07 | 507 |
1600 | Keratinocytic Skin Cancer Detection on the Face Using Region-Based Convolutional Neural Network | WHRIA | 2019.12.07 | 427 |
1599 | linux raid | WHRIA | 2019.11.30 | 99 |
1598 | Micro- and macro-averages | WHRIA | 2019.11.29 | 173 |
1597 | mcnemar | WHRIA | 2019.11.20 | 125 |
1596 | python pdf writer | WHRIA | 2019.11.04 | 381 |
1595 | distributed training [2] | WHRIA | 2019.10.30 | 192 |