真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

prometheus監(jiān)控liunx主機(jī)-創(chuàng)新互聯(lián)

liunx 基礎(chǔ)資源監(jiān)控使用 exporter

創(chuàng)新互聯(lián)公司從2013年開(kāi)始,是專(zhuān)業(yè)互聯(lián)網(wǎng)技術(shù)服務(wù)公司,擁有項(xiàng)目成都網(wǎng)站設(shè)計(jì)、做網(wǎng)站網(wǎng)站策劃,項(xiàng)目實(shí)施與項(xiàng)目整合能力。我們以讓每一個(gè)夢(mèng)想脫穎而出為使命,1280元岳陽(yáng)做網(wǎng)站,已為上家服務(wù),為岳陽(yáng)各地企業(yè)和個(gè)人服務(wù),聯(lián)系電話:18980820575

什么是exporter

exporter 是一個(gè)采集監(jiān)控?cái)?shù)據(jù)并通過(guò) prometheus 監(jiān)控對(duì)外提供數(shù)據(jù)的組件,exporter 主要通過(guò)被監(jiān)控對(duì)象提供的監(jiān)控相關(guān)接口獲取監(jiān)控?cái)?shù)據(jù)

安裝部署

wget https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node_exporter-0.18.1.linux-amd64.tar.gz

安裝到對(duì)應(yīng)目錄

制作標(biāo)準(zhǔn)啟動(dòng)服務(wù)

 cat /etc/systemd/system/node_exporter.service
[Unit]
Description=node_export

[Service]
ExecStart=/op/xxx/node_export

[Install]
WantedBy=multi-user.target

啟動(dòng)

systemctl enable node_exporter.service

systemctl start node_exporter.service

在prometheus server 添加主機(jī)信息

scrape_configs:
  # The job name is added as a label `job=` to any timeseries scraped from this config.
  - job_name: 'shanghai'
    static_configs:
    - targets: ['x.x.x.x:9090']
    relabel_configs:
    - action: replace
      source_labels: ['job']
      regex: (.*)
      replacement: $1
      target_label: idc
  - job_name: 'node1'
    static_configs:
    - targets: ['x.x.x.x:9100']

重啟prometheus 或者重載配置文件 kill -hup $pid

查看監(jiān)控是否生效

prometheus 監(jiān)控liunx主機(jī)

exporter 常見(jiàn)的監(jiān)控項(xiàng)

node_disk 磁盤(pán)
node_cpu cpu
node_memory 內(nèi)存
node_network 網(wǎng)絡(luò)
node_load1 系統(tǒng)負(fù)載

常用查詢語(yǔ)句

cpu 使用率

100 - (avg by (instance) (irate(node_cpu{instance="xxx:9100", mode="idle"}[5m])) * 100)

機(jī)器平均負(fù)載

網(wǎng)卡接收

sum(rate(node_network_receive_bytes_total{instance="xxx:9100",job="server",device!="lo"}[5m]))

網(wǎng)卡出量

sum(rate(node_network_transmit_bytes{instance="xxx:9100",job="server",device!="lo"}[5m]))

系統(tǒng)負(fù)載

node_load1{instance="xxx:9100"} // 1分鐘負(fù)載
node_load5{instance="xxx:9100"} // 5分鐘負(fù)載
node_load15{instance="xxx:9100"} // 15分鐘負(fù)載  

內(nèi)存使用率

round((node_memory_MemTotal_bytes-(node_memory_MemFree_bytes+node_memory_Buffers_bytes+node_memory_Cached_bytes))/node_memory_MemTotal_bytes * 100)

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。


名稱(chēng)欄目:prometheus監(jiān)控liunx主機(jī)-創(chuàng)新互聯(lián)
網(wǎng)站鏈接:http://weahome.cn/article/heipe.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部