搞定微信告警-工具篇

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搞定微信告警-工具篇相关的知识,希望对你有一定的参考价值。

https://github.com/OneOaaS/weixin-alert

weixin-alert

本项目是一个企业微信消息发送的程序,可以作为运维告警使用,支持任意可调用的运维系统,包括Zabbix,Nagios,shell脚本

支持Zabbix的告警,使用方法见微信公众号 http://url.cn/4A37R4z

Zabbix告警的使用方法

脚本位置:

wget https://raw.githubusercontent.com/OneOaaS/weixin-alert/master/weixin_linux_amd64
cp weixin_linux_amd64 /etc/zabbix/alertscripts/weixin
chmod 755 /etc/zabbix/alertscripts/weixin
chown zabbix:zabbix /etc/zabbix/alertscripts/weixin

脚本测试

/etc/zabbix/alertscripts/weixin --corpid=wxee***********81aa --corpsecret=Mm0mHwI8iVsjA*JUGySxOFMIlbosoVEkWIEiw --msg="您好</br>告警测试" --user=oneoaas --agentid=1000003
返回数据:
{"errcode":0,"errmsg":"ok","invaliduser":""}

查看帮助

./weixin_linux_amd64 --help
Usage of ./weixin_linux_amd64:
  -agentid string
    	agentid
  -author string
    	http://www.oneoaas.com
  -corpid string
    	corpid
  -corpsecret string
    	corpsecret
  -msg string
    	Send Message
  -user string
    	which user to send msg

支持群组发送

Usage of weixin_linux_amd64_toparty:
  -agentid string
        agentid
  -author string
        http://www.oneoaas.com
  -corpid string
        corpid
  -corpsecret string
        corpsecret
  -msg string
        Send Message
  -toparty string
        which toparty to send msg
  -totag string
        which totag to send msg
  -user string
        which user to send msg

        其中toparty,totag,user三个参数任选其一发送即可


本文出自 “itnihao的运维技术博客” 博客,请务必保留此出处http://itnihao.blog.51cto.com/1741976/1947781

以上是关于搞定微信告警-工具篇的主要内容,如果未能解决你的问题,请参考以下文章

原子样式实践第12篇 一次搞定微信开发者工具的原子样式扩展

微信小程序开发学习文档(万字总结,一篇搞定前端开发)

微信小程序代码片段

效率篇-告警消息接收,借用微信企业号,想收就收So easy!!!

本篇更完ESP 保姆级教程 疯狂传感器篇 —— 案例:ESP8266 + 火焰传感器 + 串口输出 + 自定义微信告警(火警预防)

本篇更完ESP 保姆级教程 疯狂传感器篇 —— 案例:ESP8266 + DHT11 + 自定义微信告警