IABSD.fr/ports/sysutils/alertmanager

Branch :


Log

Author Commit Date CI Message
56b15150 2023-11-28 18:02:28 Update to v0.26.0 Changelog : https://github.com/prometheus/alertmanager/releases/tag/v0.26.0 Diff by Lucas Gabriel Vuotto (lucas @ sexy is), thank you.
c4096e66 2022-11-08 11:16:56 Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
5b4588fb 2022-03-31 13:37:02 sync WANTLIB
91c43406 2022-03-25 16:58:03 update to v0.24.0
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
e3f55d03 2022-02-16 18:26:57 Import sysutils/alertmanager v0.23.0 The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts. https://prometheus.io/ OK sthen@