首先需要注册企业微信,注册地址https://work.weixin.qq.com/
企业微信注册完成,需记住部门ID、AgentID、Secret、企业ID
打开企业微信号接口调试工具:https://open.work.weixin.qq.com/wwopen/devtool/interface/combine
配置zabbix-server
首先找到zabbix-server上报警脚本的存放位置
[root@zabbix-server etc]# grep 'AlertScriptsPath' /etc/zabbix/zabbix_server.conf
### Option: AlertScriptsPath
# AlertScriptsPath=${datadir}/zabbix/alertscripts
AlertScriptsPath=/usr/lib/zabbix/alertscripts
安装requests组件