You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Alertmanager, we try to use the conservative approach of only including what is needed at the moment as such, we don't aim to provide a 1:1 feature parity with our integration (that would be too much burden on the only two active mantainers 😄)
With that said, I'd be happy to accept a PR that includes this feature. Feel free to take a look at #3318 as example.
What did you do?
I used the pushover receiver, and tried to add the
ttl
parameter, but alertmanager didn't recognize the setting.What did you expect to see?
I expected alertmanager to allow me to use any parameter that pushover supports: https://pushover.net/api
What did you see instead? Under which circumstances?
As mentioned above alertmanager crashes on launch, explaining that it doesn't recognize the
ttl
parameter.Environment
System information:
$ uname -srm
Linux 6.1.0-3-amd64 x86_64
Alertmanager version:
$ alertmanager --version
alertmanager, version 0.25.0 (branch: HEAD, revision: 258fab7)
build user: root@abe866dd5717
build date: 20221222-14:51:36
go version: go1.19.4
platform: linux/amd64
Prometheus version:
I'm not using prometheus, but victoria-metrics 1.91.4
Alertmanager configuration file:
The text was updated successfully, but these errors were encountered: