Open-Falcon报警
Posted msl23
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Open-Falcon报警相关的知识,希望对你有一定的参考价值。
Open-falcon报警通知
一、 报警方式
1. 邮件报警
a. 使用mail-provider
安装mail-provider
[[email protected] work]# wget http://cactifans.hi-www.com/open-falcon/mail-provider.tar.gz [[email protected] work]# mkdir -p /opt/work/mail [[email protected] work]# tar xf mail-provider.tar.gz -C /opt/work/mail
配置
[[email protected] work]# cd mail
[[email protected] mail]# vim cfg.json
{
"debug": true,
"http": {
"listen": "0.0.0.0:4000",
"token": ""
},
"smtp": {
"addr": "smtp.163.com:25",//SMTP地址
"username": "[email protected]",//用户名
"password": "xxxxx",//授权码
"from": "[email protected]"//来源地址
}
}
[[email protected] work]# vim alarm/config/cfg.json
"api": {
"mail": "http://127.0.0.1:4000/sender/mail",
}
[[email protected] work]# cd mail/
[[email protected] mail]# ./control start
falcon-mail-provider now is running already, pid=1097
到此会以邮件的方式警告组成员的邮箱
b. 第三方平台(onealert)
公共API:http://api.onealert.com/alert/api/event/
以下是配置图:
步骤一、
步骤二、
步骤三、
结果:
应用:
添加回调地址(API+Key):
配置平台:
2. 微信公众号报警
a. 使用私有公众号
由于环境原因实现不了:进入github查看
b. 第三方平台(onealert)
在邮件报警中已经写到
以上是关于Open-Falcon报警的主要内容,如果未能解决你的问题,请参考以下文章