Skip to content

Commit 9cad0f3

Browse files
dswarbrickbrian-brazil
authored andcommitted
Fix OpsGenie api_url param and document priority config option. (prometheus#948)
1 parent 83d2472 commit 9cad0f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/docs/alerting/configuration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ global:
7878
[ victorops_api_key: <string> ]
7979
[ victorops_api_url: <string> | default = "https://alert.victorops.com/integrations/generic/20131114/alert/" ]
8080
[ pagerduty_url: <string> | default = "https://events.pagerduty.com/generic/2010-04-15/create_event.json" ]
81-
[ opsgenie_api_host: <string> | default = "https://api.opsgenie.com/" ]
81+
[ opsgenie_api_url: <string> | default = "https://api.opsgenie.com/" ]
8282
[ hipchat_url: <string> | default = "https://api.hipchat.com/" ]
8383
[ hipchat_auth_token: <secret> ]
8484

@@ -399,7 +399,7 @@ OpsGenie notifications are sent via the [OpsGenie API](https://www.opsgenie.com/
399399
api_key: <secret>
400400
401401
# The host to send OpsGenie API requests to.
402-
[ api_host: <string> | default = global.opsgenie_api_host ]
402+
[ api_url: <string> | default = global.opsgenie_api_url ]
403403
404404
# Alert text limited to 130 characters.
405405
[ message: <tmpl_string> ]
@@ -422,6 +422,9 @@ api_key: <secret>
422422
423423
# Additional alert note.
424424
[ note: <tmpl_string> ]
425+
426+
# Priority level of alert. Possible values are P1, P2, P3, P4, and P5.
427+
[ priority: <tmpl_string> ]
425428
```
426429

427430
## `<victorops_config>`

0 commit comments

Comments
 (0)