随笔分类 - Prometheus
摘要:转载自:https://mp.weixin.qq.com/s/dDmZaJ66tdEScCJyansyJA 需求背景 告警分析处理流程 通常我们收到 Prometheus 告警事件通知后,往往都需要登录 Alertmanager 页面查看当前激活的告警,如果需要分析告警历史数据信息,还需要登录 Pr
阅读全文
摘要:基本概念 Prometheus 是一套开源的系统监控、报警、时间序列数据库的组合,最初有 SoundCloud 开发的,后来随着越来越多公司使用,于是便独立成开源项目。Alertmanager 主要用于接收 Prometheus 发送的告警信息,它支持丰富的告警通知渠道,例如邮件、微信、钉钉、Sla
阅读全文
摘要:转载自:https://www.oiox.cn/index.php/archives/390/ Windows OhmGraphite 配置 由于windows_exporter无法监控温度相关的指标,那么就需要使用OhmGraphite进行监控该指标。 下载 访问 https://github.c
阅读全文
摘要:转载自:https://www.oiox.cn/index.php/archives/389/ 背景 如果想使用Prometheus监控Windows主机相关参数,那么就需要在Windows系统的主机上进行安装指标收集器。 windows_exporter 是 Prometheus 官方所提供的指标
阅读全文
摘要:下载地址:https://prometheus.io/download/ 官方文档地址:https://github.com/prometheus/blackbox_exporter 配置文件用法:https://github.com/prometheus/blackbox_exporter/blo
阅读全文
摘要:原文链接:http://www.xuyasong.com/?p=1925 转载自:https://mp.weixin.qq.com/s/CY0IefCF50HB7zf_LradVA 背景 在高可用 prometheus:问题集锦文章中有简单提到 Prometheus 的高可用方案,尝试了联邦、Rem
阅读全文