91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

(2)node_exporter部署監控容器主機

發布時間:2020-07-04 17:13:03 來源:網絡 閱讀:357 作者:TangYGao 欄目:系統運維

監控容器服務器CPU、內存、磁盤、I/O等信息,首先需要安裝node_exporter。node_exporter的作用是用于機器系統數據收集。

(1)下載node_exporter
https://prometheus.io/download/
shell> cd /Download/
shell> wget https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node_exporter-0.18.1.linux-amd64.tar.gz

(2)解壓安裝
shell> tar -xvf node_exporter-0.18.1.linux-amd64.tar.gz
shell>cd node_exporter-0.18.1.linux-amd64
shell> mv node_exporter-0.18.1.linux-amd64 node_exporter
shell> chown -R prometheus.prometheus node_exporter
shell> systemctl restart node_exporter
shell>systemctl status node_exporter
shell>netstat -tunlp | grep node_exporter

(3)創建systemd服務
shell>cat > /etc/systemd/system/node_exporter.service << EOF
[Unit]
Description=node_exporter
After=network.target
[Service]
Type=simple
User=prometheus
ExecStart=/Download/node_exporter/node_exporter
Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF

shell>systemctl daemon-reload
shell> systemctl start node_exporter #啟動node_exporter服務
shell> systemctl status node_exporter

(4)prometheus_server 中添加job
shell> vim /Download/prometheus/prometheus.yml

  • job_name: 'docker39'
    scrape_interval: 5s
    static_configs:
    • targets: ['10.10.204.39:9100']
      labels:

shell>systemctl restart prometheus #重啟prometheus服務

(5)查看prometheus控制臺是否獲取到了數據
瀏覽器->x.x.x.x:9090 ->status->targets 就可以看到所監控的node

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

舟山市| 铁岭市| 敖汉旗| 明星| 牙克石市| 赤水市| 邵阳县| 桑植县| 抚州市| 阳原县| 苏尼特右旗| 汉中市| 崇仁县| 天祝| 正镶白旗| 石嘴山市| 凤翔县| 鄄城县| 青海省| 太湖县| 资中县| 阿拉善左旗| 天峨县| 澳门| 盐源县| 天津市| 闸北区| 克东县| 吉林省| 海口市| 新乡县| 上思县| 南乐县| 龙江县| 仲巴县| 玉林市| 修水县| 温宿县| 革吉县| 朝阳市| 天祝|