Add missing comma in sample payload for the watcher's pagerduty action

This commit is contained in:
leonseng 2020-12-04 01:29:23 +11:00 committed by GitHub
parent dc2444c631
commit 57dca5f44a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/",