- 以个人邮箱申请就可以, 不通过企业认证的话,有200人的限制,一般足够用了
- 获取corpid
-
登录后,我的企业 ----> 企业信息 --> CorpID
-
将 CorpID 配置到配置文件 config.conf 内 的 CorpID
-
开启回调模式获取key
-
登录后,顶部菜单[企业应用] ----> 添加应用
-
进入新添加的应用
-
拿到 AgentId 和 Secret
进入 [接收消息] 设置
- URL: 填写你服务器地址:端口/auth( 例如: http://yanjunhui.com:4567/auth )
- Token: 随机获取(这个发送信息用不到,可忽略)
- EncodingAESKey: 随机获取,就是我们在配置文件配置的 EncodingAESKey
-
-
使用微信关注企业号才可以从微信收到信息,否则只能从微信企业号 APP 中收到信息
tos 微信用户名
content 信息内容
修改配置文件 https://github.com/open-falcon/falcon-plus/blob/master/modules/alarm/cfg.example.json#L25
"api": {
"im": "http://yanjunhui.com:4567/send",
"sms": "http://127.0.0.1:10086/sms",
"mail": "http://127.0.0.1:10086/mail",
"dashboard": "http://127.0.0.1:8081",
"plus_api":"http://127.0.0.1:8080",
"plus_api_token": "used-by-alarm-in-server-side-and-disabled-by-set-to-blank"
},
- clone 文件
git clone https://www.github.com/yanjunhui/chat.git
- 打开目录
cd chat
- 启动
./control.sh start
- 停止
./control.sh stop
- 重启
./control.sh restart
- 状态
./control.sh status