Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经配置了我的普罗米修斯设置和普罗米修斯警报管理器,当警报解决时如何在电子邮件中获取已解决警报的通知目前仅警告特定的 cpu、内存、硬盘值超出但当值达到 OK 状态时,我需要在电子邮件中获得通知,这可能吗,任何解决此问题的线索
打开文件并添加如下参数,
$ vim /path_to/alertmanager/alertmanager.yml send_resolved: true
现在保存并退出
$ sudo sytemctl restart alertmanager.service
这将完成这项工作