-
Notifications
You must be signed in to change notification settings - Fork 0
/
monitors.yaml
63 lines (63 loc) · 1.5 KB
/
monitors.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
message: '@[email protected]'
name: Mapping service running
query: 'avg(last_1h):avg:aws.ec2.host_ok{service:mapping} < 1'
type: metric alert
options:
notify_audit: False
timeout_h: 0
silenced: {}
no_data_timeframe: 120
notify_no_data: True
renotify_interval: 0
---
message: '@[email protected]'
name: Tagging service running
query: 'avg(last_1h):avg:aws.ec2.host_ok{service:tagging} < 1'
type: metric alert
options:
notify_audit: False
timeout_h: 0
silenced: {}
no_data_timeframe: 120
notify_no_data: True
renotify_interval: 0
---
message: '@pagerduty'
query: '"datadog.agent.up".over("environment:production").by("service").last(1).pct_by_status()'
type: service check
name: Host Up
options:
notify_audit: False
timeout_h: 0
silenced: {}
notify_no_data: True
renotify_interval: 0
no_data_timeframe: 2
thresholds:
warning: 25
ok: 25
critical: 50
---
message: '@pagerduty'
query: 'max(last_5m):avg:applications.mapping.timers.mapping.MappingHandler.GET.500.count{environment:production} > 5'
type: metric alert
name: Mapping 500
options:
notify_audit: False
timeout_h: 0
silenced: {}
no_data_timeframe: 2
notify_no_data: False
renotify_interval: 0
---
message: '@pagerduty'
query: 'max(last_5m):avg:applications.mapping.timers.mapping.MappingHandler.GET.200.95percentile{environment:production} > 500'
type: metric alert
name: Mapping 200
options:
notify_audit: False
timeout_h: 0
silenced: {}
no_data_timeframe: 2
notify_no_data: False
renotify_interval: 0