Welcome to Elvin's blog
摘要: ##微信企业号发送信息shell 可作为shell函数模块调用,用于微信通知、jenkins发版微信通知等等 微信API官方文档 https://work.weixin.qq.com/api/doc#90002/90151/90854 #!/bin/bash # wechat.send.sh # 微 阅读全文
posted @ 2019-09-02 00:29 blog-elvin-vip 阅读(1169) 评论(0) 推荐(0) 编辑
摘要: # AlertManager警报通知 E-mail 微信 模板 #AlertManager配置 #alertmanager.yml # 全局配置项 global: resolve_timeout: 5m #超时,默认5min #邮箱smtp服务 smtp_smarthost: 'smtp.qq.co 阅读全文
posted @ 2019-09-02 00:07 blog-elvin-vip 阅读(6520) 评论(3) 推荐(1) 编辑
摘要: #prometheus linux系统告警规则 实例 根据实际情况修改参数 #rules.linux.yml groups: - name: linux rules: - alert: Node-Down #告警名称 expr: up == 0 for: 1m #持续多久后发送 labels: se 阅读全文
posted @ 2019-09-02 00:06 blog-elvin-vip 阅读(1807) 评论(0) 推荐(0) 编辑
摘要: Prometheus Alertmanager Grafana 监控警报 node-exporter, Linux系统信息采集组件 prometheus , 抓取、储存监控数据,供查询指标 alertmanager , 发送警报通知 grafana , web图形展示 环境 centos7+dock 阅读全文
posted @ 2019-09-02 00:04 blog-elvin-vip 阅读(1512) 评论(0) 推荐(0) 编辑