标签归档:prometheus
Prometheus节点node_exporter监控添加至system系统服务启动
下载对应版本 wget https://github.com/prometheus/node_exporter/releases/download/v1.9.1/node_exporter-1.9.1.linux-amd64.tar.gz 解压并移动 # 解压tar -zxvf node_exporter-1.9.1.linux-amd64.tar.gz# 移动到 `/usr/local/bin` [……]
继续阅读»»»
Grafana 配置Prometheus告警并发送至telegram群组
1,联络点配置 默认只有email告警,需要添加telegram告警。我已经添加telegram通知,没有的就create contact point 添加 选择telegram,添加自己telegram群组的ID和token,添加完成,可以test测试是否有发送消息到群组。 通知方式添加完成,在自己编写通知模版,notification templates >> add notifi [……]
继续阅读»»»
普罗米修斯Prometheus+Grafana,监控搭建与界面基础配置
一、Prometheus 简介 gitlab官方地址:https://github.com/prometheus/prometheus Prometheus(普罗米修斯)是一套开源的监控&报警&时间序列数据库的组合,由 SoundCloud 公司开发。 Prometheus 基本原理是通过 HTTP 协议周期性抓取被监控组件的状态,这样做的好处是任意组件只要提供 HTTP 接口就可 [……]
继续阅读»»»