Docker 部署 Prometheus + Grafana
资源清单# 主机 IP Prometheus + Grafana 10.0.0.1 软件 版本 docker 20.10.12 docker-compose 1.23.1 Prometheus 2.18.1 Grafana 7.2.1 Pushgateway 1.4.2 Alertmanager 0.11.0 node-exporter 1.3.1 一、Docker 安装# 1. 使用国内 yum 源# 1 2 # yum install -y yum-utils device-mapper-persistent-data lvm2 # yum-config-manager --add-repo https://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 2. 卸载旧版本的 docker#