mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update monit config
This commit is contained in:
parent
e352e583e3
commit
20c62089d7
1 changed files with 2 additions and 1 deletions
|
|
@ -292,9 +292,10 @@
|
|||
protocol https
|
||||
status = 401
|
||||
with timeout 20 seconds
|
||||
for 10 cycles
|
||||
then alert
|
||||
|
||||
check program raid-md126 with path "${pkgs.mdadm}/bin/mdadm --misc --detail --test /dev/md127"
|
||||
check program raid-md126 with path "${pkgs.mdadm}/bin/mdadm --misc --detail --test /dev/md126"
|
||||
if status != 0 then alert
|
||||
check program raid-md127 with path "${pkgs.mdadm}/bin/mdadm --misc --detail --test /dev/md127"
|
||||
if status != 0 then alert
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue