We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136d913 commit e58226dCopy full SHA for e58226d
README.md
@@ -33,6 +33,7 @@ checks:
33
interval: "1h"
34
start: "14:00"
35
end: "18:00"
36
+ # Override alert for one check
37
alert:
38
pagerduty:
39
apiKey: "<string>"
@@ -46,10 +47,6 @@ checks:
46
47
times:
48
- at: "14:00"
49
tolerance: "5m"
- alert:
50
- pagerduty:
51
- apiKey: "<string>"
52
- escalationPolicy: "<string>"
53
54
- id: "5pm-close"
55
name: "Close out for the day"
@@ -59,10 +56,12 @@ checks:
59
56
60
57
- at: "17:00"
61
58
62
63
64
65
+
+# Global alert configuration
+alert:
+ pagerduty:
+ apiKey: "<string>"
+ escalationPolicy: "<string>"
66
```
67
68
0 commit comments