nvr1: Install collectd
Also enabling the `md` plugin, which is disabled by default, to monitor the software RAID array where Frigate recordings are stored.master
parent
d22a65c1bd
commit
a32e6676eb
|
@ -8,6 +8,7 @@ ignition:
|
|||
- local: zram.ign
|
||||
- local: gasket-driver.ign
|
||||
- local: frigate.ign
|
||||
- local: collectd.ign
|
||||
|
||||
kernel_arguments:
|
||||
should_exist:
|
||||
|
@ -26,3 +27,8 @@ storage:
|
|||
[Mount]
|
||||
What=/dev/disk/by-label/frigate
|
||||
Where=/var/lib/frigate
|
||||
- path: /etc/collectd.d/md.conf
|
||||
mode: 0644
|
||||
contents:
|
||||
inline: |
|
||||
LoadPlugin md
|
||||
|
|
Loading…
Reference in New Issue