Skip to content

Commit 771276e

Browse files
committed
add modified prometheus rule in readme
1 parent bace22f commit 771276e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@ Refer to the `alertmanager.yml` in the repository for guidance on integrating
4949
Snitch with Prometheus. This configuration assists in setting up alert rules
5050
and establishing a connection with Snitch.
5151

52+
Default alertmanager.yml values and snitch configs match following Watchdog rule(2m / none):
53+
```yaml
54+
rules:
55+
- alert: Watchdog
56+
expr: vector(1)
57+
for: 2m
58+
labels:
59+
severity: none
60+
annotations:
61+
summary: "Constant watchdog alert for monitoring the alerting pipeline."
62+
description: "This alert is always firing to ensure that the alerting pipeline is functional."
63+
```
64+
5265
## Usage
5366
5467
- **/watchdog Endpoint:** This endpoint serves as a dead man's switch to confirm

0 commit comments

Comments
 (0)