frigate: Configure journal2ntfy for MD RAID
The Frigate server has a RAID array that it uses to store video recordings. Since there have been a few occasions where the array has suddenly stopped functioning, probably because of the cheap SATA controller, it will be nice to get an alert as soon as the kernel detects the problem, so as to minimize data loss.step-ssh
parent
87e8ec2ed4
commit
bf4d57b5cb
|
@ -7,3 +7,5 @@ frigate_mqtt:
|
||||||
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
tls_ca_certs: /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
frigate_shm_size: 256
|
frigate_shm_size: 256
|
||||||
|
|
||||||
|
journal2ntfy_filters: _TRANSPORT=kernel --grep ^md
|
||||||
|
|
Loading…
Reference in New Issue