-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf-timestamp.json.example
37 lines (37 loc) · 1.02 KB
/
conf-timestamp.json.example
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
{
"mackerel_api_key": "MACKEREL_API_KEY",
"monitors": [
{
"mackerel_monitor_id": "1ABcdEfghIj",
"mackerel_monitor_name": "DynamoDB.ConsumedWriteCapacityUnits.users-table",
"parameters": [
{
"type": "replace",
"key": "warning",
"value": 1000
},
{
"type": "replace",
"key": "critical",
"value": 1200
}
]
},
{
"mackerel_monitor_id": "2ABcdEfghIj",
"mackerel_monitor_name": "ELB.InServiceHostCount.elb-name",
"parameters": [
{
"type": "replace",
"key": "warning",
"value": 10
},
{
"type": "replace",
"key": "critical",
"value": 8
}
]
}
]
}