Update sample config to include opsgenie example
This commit is contained in:
parent
e00f5b183e
commit
55587b8722
|
@ -28,6 +28,11 @@ notification_config {
|
|||
topic_arn: "arn:aws:sns:us-east-1:an-arn-id:topic"
|
||||
send_resolved: true
|
||||
}
|
||||
opsgenie_config {
|
||||
api_key: "opsgenieapikey"
|
||||
teams: "opsgenieteamname"
|
||||
send_resolved: true
|
||||
}
|
||||
}
|
||||
|
||||
aggregation_rule {
|
||||
|
|
Loading…
Reference in New Issue