Skip to content

Commit

Permalink
feat(kps): add ttl to pushover alertmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Mar 1, 2024
1 parent 4c1c9f5 commit f2e4103
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ receivers:
{{ "{{" }} .CommonLabels.alertname {{ "}}" }}
[{{ "{{" }} .Status | toUpper {{ "}}" }}{{ "{{" }} if eq .Status "firing" {{ "}}" }}:{{ "{{" }} .Alerts.Firing | len {{ "}}" }}{{ "{{" }} end {{ "}}" }}]
token: "{{ .ALERTMANAGER_PUSHOVER_APP_TOKEN }}"
ttl: "{{ .ALERTMANAGER_PUSHOVER_TTL }}"
# ttl: "{{ .ALERTMANAGER_PUSHOVER_TTL }}"
url_title: View in Alertmanager
user_key: "{{ .ALERTMANAGER_PUSHOVER_USER_KEY }}"

0 comments on commit f2e4103

Please sign in to comment.