mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
📈 zigbee2mqtt servicemonitor
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user