Hi,
I am running HA (supervised) on an Ubuntu machine and Zoneminder on another Ubuntu machine on the same LAN. The integration is working really well and wanted to add few dashboards to monitor the state/health of the two machines. For the HA machine, I added following configuration:
sensor ha_machine:
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /
- type: disk_free
arg: /
- type: memory_use_percent
- type: memory_free
- type: swap_use_percent
- type: swap_free
- type: processor_use
- type: last_boot
- type: throughput_network_in
arg: eno1
- type: throughput_network_out
arg: eno1
And created a nice Lovelylace UI like
Is there a way to get simialr vital stats for Zoneminder machine?