随笔分类 - prometheus
摘要:一、安装prometheus-webhook-dingtalk 1.1 安装go环境 yum -y install go go env # 在GOPATH下新建目录 cd /root/go mkdir -p src/github.com/timonwong/ 1.2 安装钉钉插件 cd /root/
阅读全文
摘要:Process-exporter process-exporter可以用来检测所选进程的存活状态 下载process-exporter 下载地址:https://github.com/ncabatoff/process-exporter/releases/tag/v0.4.0 安装部署process
阅读全文
摘要:Redis 下载redis_exporter 编写启动脚本 如果redis没有密码,就不需要-redis.password 启动脚本并验证 加入Prometheus Grafana Dashboard 搜索redis的grafana dashboard,并导入
阅读全文
摘要:Zookeeper Prometheus 监控zookeeper使用jvm_exporter来采集数据,jvm_exporter是一个可以配置抓取和暴露JMX目标的mBeans的收集器。 下载javaagent 编写zookeeper.yml文件 修改bin/zkServer.sh文件 验证 加入P
阅读全文
摘要:MySQL Exporter mysqld_exporter是用来搜集mysql的性能指标的,适用于mysql5.5及其以上版本 程序安装 下载地址:https://prometheus.io/download/#mysqld_exporter mysqld_exporter需要连接到Mysql,所
阅读全文
摘要:Node Exporter node_exporter 主要用于 *NIX 系统监控, 用 Golang 编写。 功能对照表 Darwin, Dragonfly, FreeBSD, Linux Darwin, Dragonfly, FreeBSD, Linux, OpenBSD Darwin, Dr
阅读全文
摘要:一、简介 1.1 Prometheus Prometheus是一套开源的监控系统,它将所有信息都存储为时间序列数据;因此实现一种Profiling监控方式,实时分析系统运行的状态、执行时间、调用次数等,以找到系统的热点,为性能优化提供依据。 1.2 Grafana Prometheus中存储的数据,
阅读全文