Tag Archives: alertmanager

Prometheus 中 alertmanager报警规则详解

这篇文章介绍prometheus和alertmanager的报警和通知规则,prometheus的配置文件名为prometheus.yml,alertmanager的配置文件名为alertmanager.yml 报警:指prometheus将监测到的异常事件发送给alertmanager,而不是指发送邮件通知 通知:指alertmanager发送异常事件的通知(邮件、webhook等) Gmail... Read More | Share it now!

Alertmanager

GIT: https://github.com/prometheus/alertmanager Alertmanager     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... Read More | Share it now!