随笔- 807
文章- 150
评论- 23
阅读-
151万
随笔分类 - 监控-Prometheus
Prommetheus 插件监控 ES
摘要:转载自:https://blog.csdn.net/u010453363/article/details/76689435/ 用prometheus主要是监控elk中的elasticsearch和logstash prometheus的clicent收集数据,并提供http服务,由prometheu
阅读全文
alertmanager配置文件说明(转载)
摘要:alertmanager是通过命令行标记和配置文件配置的,命令行标记配置不可变的系统参数,配置文件定义抑制规则、通知路由和通知接收器。可以通过官方提供的routing tree editor 查看配置的路由树详细信息 默认配置文件如下 [root@node00 ~]# cd /usr/local/p
阅读全文
prometheus监控mongo
摘要:之前环境已经安装过相应环境,我们之间从插件开始安装 参考 :https://github.com/percona/mongodb_exporter https://github.com/dcu/mongodb_exporter https://github.com/Masterminds/glide
阅读全文
CentOS7 prometheus +node_exporter+Grafana 配置篇(原创)
摘要:一、配置prometheus 1、修改配置文件 [root@mongodb05 cfg]# cat prometheus.yml# my global configglobal: scrape_interval: 15s # Set the scrape interval to every 15 s
阅读全文
CentOS7 prometheus +node_exporter+Grafana 安装篇
摘要:一、prometheus下载与安装 1、下载 https://prometheus.io/download/ 2、安装 上传prometheus-2.15.2.linux-amd64.tar.gz tar -xvf prometheus-2.15.2.linux-amd64.tar.gz mkdir
阅读全文
Prometheus
摘要:转载自:https://songjiayang.gitbooks.io/prometheus/content/pushgateway/why.html Prometheus 实战 v0.1.0 在过去一年左右时间里,我们使用 Prometheus 完成了对几个机房的基础和业务监控,大大提高了服务质量
阅读全文