mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
Add missing comma in sample payload for the watcher's pagerduty action
This commit is contained in:
parent
dc2444c631
commit
57dca5f44a
@ -43,7 +43,7 @@ payload as well as an array of contexts to the action.
|
||||
"throttle_period" : "5m",
|
||||
"pagerduty" : {
|
||||
"account" : "team1",
|
||||
"description" : "Main system down, please check! Happened at {{ctx.execution_time}}"
|
||||
"description" : "Main system down, please check! Happened at {{ctx.execution_time}}",
|
||||
"attach_payload" : true,
|
||||
"client" : "/foo/bar/{{ctx.watch_id}}",
|
||||
"client_url" : "http://www.example.org/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user