📈 zigbee2mqtt servicemonitor

This commit is contained in:
auricom
2022-12-01 21:03:19 +01:00
parent 6052d3f856
commit 5dce3b414f
2 changed files with 10 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ spec:
- alert: Zigbee2MqttExporterAbsent
annotations:
summary: Zigbee2Mqtt Exporter has disappeared from Prometheus target discovery.
expr: absent(up{job=~".*mqtt-exporter.*"} == 1)
expr: absent(up{job="zigbee2mqtt"} == 1)
for: 15m
labels:
severity: critical