摘要: prometheus+grafana黑盒监控 安装blackbox_exporter tar -xf blackbox_exporter-0.26.0.linux-amd64.tar.gz -C /usr/local/ mv /usr/local/blackbox_exporter-0.26.0.linux-amd64 /usr/local/b 阅读全文
posted @ 2025-07-29 18:02 阿峰博客站 阅读(25) 评论(0) 推荐(0)
摘要: prometheus+grafana监控docker容器 CAdvisor介绍 cAdvisor (Container Advisor) 是 Google 开源的一个容器监控工具,可用于对容器资源的使用情况和性能进行监控。它以守护进程方式运行,用于收集、聚合、处理和导出正在运行容器的有关信息。具体来说,该组件对每个容器都会记录其资源隔离参数、历史资源使用情 阅读全文
posted @ 2025-07-29 15:56 阿峰博客站 阅读(28) 评论(0) 推荐(0)
摘要: promethes+grafana监控nginx 配置nginx开启nginx_stub_status模块 vim /etc/nginx/conf.d/status.conf server { listen 81; server_name localhost; location /nginx_status{ allow 127.0.0.1; den 阅读全文
posted @ 2025-07-29 13:29 阿峰博客站 阅读(24) 评论(0) 推荐(0)
摘要: prometheus+grafana监控redis(单一 redis_exporter 抓取多个 redis 主机) redis_exporter 安装 与 配置 安装在prometheus机器即可 # 安装 wget https://github.com/oliver006/redis_exporter/releases/download/v1.51.0/redis_exporter-v1.51.0.linux- 阅读全文
posted @ 2025-07-29 12:27 阿峰博客站 阅读(59) 评论(0) 推荐(0)