Merge pull request #2600 from roidelapluie/pushoverclone
Add a note about Pushover ready-to-clone app
This commit is contained in:
commit
b6e2e08c62
|
@ -583,6 +583,8 @@ Pushover notifications are sent via the [Pushover API](https://pushover.net/api)
|
|||
user_key: <secret>
|
||||
|
||||
# Your registered application’s 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" . }}' ]
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue