SQL server instance is down
# 1m delay allows a restart without triggering an alert.
- alert: SQLServerDown
expr: mssql_up == 0
for: 1m
labels:
severity: critical
annotations:
summary: SQL Server down (instance {{ $labels.instance }})
description: "SQL server instance is down\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"