Prometheus+Alertmanager支持多种报警方式,所以可以通过不程度发送不同的报警,提高报警的效率。 关键的Alermanager配置 global: resolve_timeout: 5m smtp_smarthost: 'smtp.163.com:25' smtp_from: 'zhouzhifei@163.com' smtp_auth_username: 'zhouzhifei@163.com' smtp_auth_password: 'password' smtp_requ…