Skip to content

Commit

Permalink
Add OpsGenie information into README
Browse files Browse the repository at this point in the history
  • Loading branch information
fpietka committed Jul 9, 2015
1 parent dfc9bb7 commit 00e6bba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,20 @@ prefix: `consul-alerts/config/notifiers/hipchat/`
| room-id | The room to post to (mandatory) |
| auth-token | Authentication token (mandatory) |

#### OpsGenie

To enable OpsGenie builtin notifier, set
`consul-alerts/config/notifiers/opsgenie/enabled` to `true`. OpsGenie details
needs to be configured.

prefix: `consul-alerts/config/notifiers/opsgenie/`

| key | description |
|--------------|-----------------------------------------------------|
| enabled | Enable the OpsGenie notifier. [Default: false] |
| cluster-name | The name of the cluster. [Default: "Consul Alerts"] |
| api-key | API Key (mandatory) |

Health Check via API
--------------------

Expand Down

0 comments on commit 00e6bba

Please sign in to comment.