随笔分类 -  Prometheus监控

promeheus监控redis
摘要:Grafana+Prometheus系统监控之Redis 请先安装go语言环境 (promeheus+grafana环境已经部署好了,具体参考前天的文档) tar -zxvf go1.12.4.linux-amd64.tar.gz -C /usr/local 然后修改环境 vim /etc/prof 阅读全文

posted @ 2019-07-15 23:18 fatyao 阅读(341) 评论(0) 推荐(0)

Grafana报警
摘要:已经在之前调整好了telegram报警机器人 现在只要整理好报警规则即可 1)复制面板 2)新建报警面板 3)编辑,添加需要告警的环境,将你的环境变量,修改成需要监控的ip eg: 我们将$node换成了需要监控的192.168.33.134 4)添加报警规则 参考:https://yunlzhen 阅读全文

posted @ 2019-07-15 23:13 fatyao 阅读(3739) 评论(0) 推荐(1)

prometheus监控zookeeper
摘要:在之前搭建好的环境上继续部署 资料参考:https://www.cnblogs.com/bigberg/p/10118555.html 在gopath的目录环境/usr/local/gopath/src/github.com/jiankunking下执行: git clone https://git 阅读全文

posted @ 2019-07-15 23:10 fatyao 阅读(4016) 评论(0) 推荐(0)

prometheus监控mongo
摘要:之前环境已经安装过相应环境,我们之间从插件开始安装 参考 :https://github.com/percona/mongodb_exporter https://github.com/dcu/mongodb_exporter https://github.com/Masterminds/glide 阅读全文

posted @ 2019-07-15 23:07 fatyao 阅读(6141) 评论(0) 推荐(2)

Prometheus监控安装及使用(一)
摘要:原理就不多说了,直接上操作过程吧 Prometheus Push Gateway 参考: https://github.com/prometheus/pushgateway Prometheus Server 参考: https://github.com/prometheus/prometheus# 阅读全文

posted @ 2019-06-12 02:08 fatyao 阅读(39772) 评论(3) 推荐(4)

导航