Prometheus Alertmanager
Recent Changes
Update alertmanager to 0.28.0
[CHANGE] Templating errors in the SNS integration now return an error. #3531 #3879
[CHANGE] Adopt log/slog, drop go-kit/log #4089
[FEATURE] Add a new Microsoft Teams integration based on Flows #4024
[FEATURE] Add a new Rocket.Chat integration #3600
[FEATURE] Add support for
GOMEMLIMIT
, enable it via the feature flag--enable-feature=auto-gomemlimit
. #3895[FEATURE] Add support for
GOMAXPROCS
, enable it via the feature flag--enable-feature=auto-gomaxprocs
. #3837[FEATURE] Add support for limits of silences including the maximum number of active and pending silences, and the maximum size per silence (in bytes). You can use the flags
--silences.max-silences
and--silences.max-silence-size-bytes
to set them accordingly #3852 #3862 #3866 #3885 #3886 #3877
About
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.
Features
- Grouping categorizes alerts of similar nature into a single notification.
- Inhibition is a concept of suppressing notifications for certain alerts if certain other alerts are already firing.
- Silences are a straightforward way to simply mute alerts for a given time.
- Alertmanager supports configuration to create a cluster for high availability.
Install Prometheus Alertmanager in a few minutes on your server with Cloudron. To install Cloudron first, follow our setup steps.