10 lines
234 B
YAML
10 lines
234 B
YAML
groups:
|
|
- name: example-group
|
|
rules:
|
|
- alert: Watchdog
|
|
expr: vector(1)
|
|
labels:
|
|
severity: "none"
|
|
annotations:
|
|
description: This is a Watchdog meant to ensure that the entire alerting pipeline is functional.
|