Skip to content

Commit

Permalink
update config to see if this resolves pushover failures
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed May 10, 2024
1 parent 5e6e41f commit 1a76ab3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ui:
header: Status
alerting:
pushover:
application-token: ${CUSTOM_PUSHOVER_APP_TOKEN}
user-key: ${CUSTOM_PUSHOVER_USER_KEY}
application-token: $${CUSTOM_PUSHOVER_APP_TOKEN}
user-key: $${CUSTOM_PUSHOVER_USER_KEY}
default-alert:
description: health-check failed
send-on-resolved: true
Expand Down

0 comments on commit 1a76ab3

Please sign in to comment.