Merge pull request #2600 from roidelapluie/pushoverclone

Add a note about Pushover ready-to-clone app
This commit is contained in:
Julien Pivotto 2021-05-26 01:05:32 +02:00 committed by GitHub
commit b6e2e08c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -583,6 +583,8 @@ Pushover notifications are sent via the [Pushover API](https://pushover.net/api)
user_key: <secret>
# Your registered applications API token, see https://pushover.net/apps
# You can also register a token by cloning this Prometheus app:
# https://pushover.net/apps/clone/prometheus
token: <secret>
# Notification title.
@ -912,4 +914,4 @@ API](http://admin.wechat.com/wiki/index.php?title=Customer_Service_Messages).
[ to_user: <string> | default = '{{ template "wechat.default.to_user" . }}' ]
[ to_party: <string> | default = '{{ template "wechat.default.to_party" . }}' ]
[ to_tag: <string> | default = '{{ template "wechat.default.to_tag" . }}' ]
```
```