今天就跟大家聊聊有關怎樣將Prometheus做成系統(tǒng)服務,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
目前創(chuàng)新互聯(lián)已為數(shù)千家的企業(yè)提供了網(wǎng)站建設、域名、網(wǎng)頁空間、網(wǎng)站托管、服務器租用、企業(yè)網(wǎng)站設計、周村網(wǎng)站維護等服務,公司將堅持客戶導向、應用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長,共同發(fā)展。
wget https://github.com/prometheus/prometheus/releases/download/v2.19.2/prometheus-2.19.2.linux-amd64.tar.gz tar zxvf prometheus-2.19.2.linux-amd64.tar.gz mv prometheus-2.19.2.linux-amd64 /usr/local/prometheus
groupadd prometheus useradd -g prometheus -m -d /var/lib/prometheus -s /sbin/nologin prometheus chown prometheus.prometheus -R /usr/local/prometheus
cat > /etc/systemd/system/prometheus.service <4、啟動Prometheus
systemctl daemon-reload systemctl start prometheus systemctl status prometheus systemctl enable prometheus5、訪問WEB界面
訪問 http://x.x.x.x:9090
看完上述內(nèi)容,你們對怎樣將Prometheus做成系統(tǒng)服務有進一步的了解嗎?如果還想了解更多知識或者相關內(nèi)容,請關注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。
分享名稱:怎樣將Prometheus做成系統(tǒng)服務
文章起源:http://weahome.cn/article/ihdihc.html