Zookeeper down on instance {{ $labels.instance }}
# 1m delay allows a restart without triggering an alert.
- alert: ZookeeperDown
expr: zk_up == 0
for: 1m
labels:
severity: critical
annotations:
summary: Zookeeper Down (instance {{ $labels.instance }})
description: "Zookeeper down on instance {{ $labels.instance }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"