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