elastalert微信报警

针对国人微信使用率较高的情况,开发了三个ElastAlert微信插件(shell,python,java)

简介

ElastAlert支持以下方式报警

  • Command

  • Email

  • JIRA

  • OpsGenie

  • SNS

  • HipChat

  • Slack

  • Telegram

  • Debug

  • Stomp

Email 优点是免费,可追溯(不手动删除情况下),配置方便。缺点是查看不及时(QQ邮箱除外,弹窗提示,我服),阅读不方便,大部分人都是使用PC阅读邮件

使用Command调用短信接口推送短信,成本高,信息少且单一,不及时(停机时,丢失信息)

详细分析 参见 为何使用微信企业号团队号:

https://github.com/anjia0532/weixin-qiye-alert#为何使用微信企业号团队号

ElastAlert Python 插件

准备工作

  1. Elasticsearch 5.2.0

  2. ElastAlert 0.1.8

步骤

具体ElastAlert安装以及使用Email报警,参见我写的另外一篇文章 ElastAlert 基于Elasticsearch的监控告警 :

https://github.com/anjia0532/weixin-qiye-alert#为何使用微信企业号团队号

elastalert微信报警_第1张图片

elastalert微信报警_第2张图片

elastalert微信报警_第3张图片

elastalert微信报警_第4张图片

部分代码参考 python与shell通过微信企业号发送消息

https://www.cnblogs.com/caoguo/p/5668653.html

ElastAlert Command之java版

准备工作

  1. 申请企业号 (https://qy.weixin.qq.com/)具体自行百度

  2. 安装Git(https://git-scm.com/)

  3. Java 1.8+(http://www.oracle.com/technetwork/java/javase/downloads/index.html)

  4. Maven(https://maven.apache.org/download.cgi)

步骤

参见我的项目 anjia0532/weixin-qiye-alert

原文链接:https://anjia.ml/2017/02/16/elastalert-wechat-plugin/

https://mp.weixin.qq.com/s/XFAMtn0-BDaHV-ULdytciw

你可能感兴趣的:(ELK日志管理)