1
0
Fork 0

v-m: alerts: Enhance Frigate unavailable alert

If Frigate is running but not connected to the MQTT broker, the
`sensor.frigate_status` entity will be available, but the
`update.frigate_server` entity will not.
etcd
Dustin 2024-01-22 18:27:30 -06:00
parent 20ef2a287b
commit 119a8a74ae
1 changed files with 1 additions and 1 deletions

View File

@ -126,4 +126,4 @@ groups:
rules:
- alert: Frigate is Unavailable
expr:
homeassistant_entity_available{entity="sensor.frigate_status"} != 1
homeassistant_entity_available{entity=~".*frigate_(server|status)"} != 1