1:創(chuàng)建用戶和用戶組 添加自己郵箱和微信地址
2,安裝mailsender
https://github.com/niean/mailsender 下載地址
#get bin
cd /data/open-falcon-0.21/open-falcon/
wget https://github.com/niean/mailsender/releases/download/v0.0.1/tycs-mailsender-0.0.1.tar.gz
tar -zxf tycs-mailsender.tar.gz
#config
mv cfg.example.json cfg.jsonvim cfg.json
#start
./control start
#stop
./control stop
vim??? /data/open-falcon-0.21/open-falcon/alarm/config/cfg.json? 打開alarm配置文件
重啟 模擬falcon報警 查看falcon用戶郵箱是否收到報警郵件
alarm日志報警:
至此報警完成??? 此處主要用了開源工具sendmail 來發(fā)送郵件
微信報警:
https://github.com/Yanjunhui/chat? 參考文章
具體操作官網寫的很明白 但是有一點要搞清楚
微信的報警時基于chat 這個工具 alarm 配置chat接口 chat配置和微信相關數據
alarm-chat-微信企業(yè)號-個人企業(yè)號報警
首先安裝chat
git clone https://www.github.com/yanjunhui/chat.git
cd? chat
./control.sh start
配置文件:
alarm配置文件:
企業(yè)微信號端的操作:
沒什么可解釋 直接上圖
官網說的比較亂? 之前回調URL一直不通 因為沒有安裝chat?
完成