File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,19 @@ Refer to the `alertmanager.yml` in the repository for guidance on integrating
49
49
Snitch with Prometheus. This configuration assists in setting up alert rules
50
50
and establishing a connection with Snitch.
51
51
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
+
52
65
## Usage
53
66
54
67
- **/watchdog Endpoint:** This endpoint serves as a dead man's switch to confirm
You can’t perform that action at this time.
0 commit comments