Skip to content

Commit e58226d

Browse files
committed
docs: clarify alert configs
1 parent 136d913 commit e58226d

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ checks:
3333
interval: "1h"
3434
start: "14:00"
3535
end: "18:00"
36+
# Override alert for one check
3637
alert:
3738
pagerduty:
3839
apiKey: "<string>"
@@ -46,10 +47,6 @@ checks:
4647
times:
4748
- at: "14:00"
4849
tolerance: "5m"
49-
alert:
50-
pagerduty:
51-
apiKey: "<string>"
52-
escalationPolicy: "<string>"
5350

5451
- id: "5pm-close"
5552
name: "Close out for the day"
@@ -59,10 +56,12 @@ checks:
5956
times:
6057
- at: "17:00"
6158
tolerance: "5m"
62-
alert:
63-
pagerduty:
64-
apiKey: "<string>"
65-
escalationPolicy: "<string>"
59+
60+
# Global alert configuration
61+
alert:
62+
pagerduty:
63+
apiKey: "<string>"
64+
escalationPolicy: "<string>"
6665
```
6766
6867

0 commit comments

Comments
 (0)