forked from GithubBackups/healthchecks
Merge pull request #287 from anymuster2/master
Adjusted Pushover notes for clarity on behaviour
This commit is contained in:
commit
6e4e7d737f
22
README.md
22
README.md
@ -310,14 +310,26 @@ To enable Discord integration, you will need to:
|
|||||||
|
|
||||||
### Pushover
|
### Pushover
|
||||||
|
|
||||||
|
Pushover integration works by creating an 'application' on Pushover.net which
|
||||||
|
is then subscribed to by Healthchecks users. Registration workflow is as follows:
|
||||||
|
|
||||||
|
* On Healthchecks, user adds a 'Pushover' integration to a project
|
||||||
|
* Healthchecks redirects to a Pushover.net subscription page
|
||||||
|
* User approves adding the Healthchecks subscription to their pushover account
|
||||||
|
* Pushover.net HTTP redirects back to Healthchecks with a subscription token
|
||||||
|
* Healthchecks instance uses subscription token for Pushover notifications
|
||||||
|
|
||||||
To enable Pushover integration, you will need to:
|
To enable Pushover integration, you will need to:
|
||||||
|
|
||||||
* register a new application on https://pushover.net/apps/build
|
* Register a new 'application' on Pushover via https://pushover.net/apps/build .
|
||||||
* enable subscriptions in your application and make sure to enable the URL
|
* Within the Pushover 'application' configuration, enable subscriptions.
|
||||||
subscription type
|
Make sure to subscription type is set to 'URL'. Also make sure the redirect
|
||||||
* put the application token and the subscription URL in
|
URL is configured to point back to the root of the Healthchecks instance
|
||||||
|
(eg http://healthchecks.example.com/).
|
||||||
|
* Add the Pushover application API Token and the Pushover subscription URL in
|
||||||
`PUSHOVER_API_TOKEN` and `PUSHOVER_SUBSCRIPTION_URL` environment
|
`PUSHOVER_API_TOKEN` and `PUSHOVER_SUBSCRIPTION_URL` environment
|
||||||
variables
|
variables. The pushover subscription URL should appear similar to
|
||||||
|
https://pushover.net/subscribe/yourAppName-randomAlphaNumericData .
|
||||||
|
|
||||||
### Telegram
|
### Telegram
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user