diff --git a/docs/configuration.md b/docs/configuration.md index 15a58b07..a103809a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -583,6 +583,8 @@ Pushover notifications are sent via the [Pushover API](https://pushover.net/api) user_key: # 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: # Notification title. @@ -912,4 +914,4 @@ API](http://admin.wechat.com/wiki/index.php?title=Customer_Service_Messages). [ to_user: | default = '{{ template "wechat.default.to_user" . }}' ] [ to_party: | default = '{{ template "wechat.default.to_party" . }}' ] [ to_tag: | default = '{{ template "wechat.default.to_tag" . }}' ] -``` \ No newline at end of file +```