Grafana | 開源資料視覺化

Sheng-Shan Chen
Apr 12, 2021

--

Grafana 是一個開源的資料視覺化網路應用程式平台。

安裝 grafana

sudo yum install grafana

假設系統回說No package grafana available.

sudo yum update

下載安裝成功後會提示啟用指令。

啟用grafana

sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable grafana-server.service
sudo /bin/systemctl start grafana-server.service

grafana預設使用 port 3000/tcp

設定防火牆

firewall-cmd --add-port=3000/tcp --zone=public --permanent
firewall-cmd --reload

在瀏覽器輸入 http://{ip}:3000

帳號/密碼:admin/admin

後續步驟可參考:

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Sheng-Shan Chen
Sheng-Shan Chen

No responses yet

Write a response