Skip to content

Commit

Permalink
docs: add pushover user_key_file and token_file
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Rozet <[email protected]>
  • Loading branch information
sr committed Jan 3, 2023
1 parent 950d651 commit b80eb2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,13 +749,16 @@ Pushover notifications are sent via the [Pushover API](https://pushover.net/api)
# Whether to notify about resolved alerts.
[ send_resolved: <boolean> | default = true ]
# The recipient user's user key.
# The recipient user's key. Either `user_key` or `user_key_file` should be set.
user_key: <secret>
user_key_file: <filepath>

# 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
# Either `token` or `token_file` should be set.
token: <secret>
token_file: <filepath>

# Notification title.
[ title: <tmpl_string> | default = '{{ template "pushover.default.title" . }}' ]
Expand Down

0 comments on commit b80eb2e

Please sign in to comment.