把smtp和企业微信发信封装为一个简单http接口,配置到open-falcon中用来发送报警信息
参考:
源码编译 下载之后为源码,安装golang环境,环境配置参考golang环境配置 编译方法
cd $GOPATH/src
mkdir github.com/wbzqe/ -p
cd github.com/wbzqe/
git clone https://github.com/wbzqe/msg-gate.git
cd msg-gate
go get ./...
./control build
使用下面命令打包为压缩包:
./control pack
编译或者解压缩打包后的文件,修改cfg.json文件相关信息,使用下面命令启动
./control start
测试发信
curl http://$ip:4000/sender/mail -d "[email protected],[email protected]&subject=xx&content=yy"
curl http://$ip:4000/sender/qywx -d "tos=tanshuang&content=test"