安裝
- https://grafana.com/grafana/download
- Windows
- Download the installer , 下載msi 安裝檔
- 以系統管理員執行以上安裝程式即可, (安裝後是服務型態)
- Linux
- RHEL , CentOS
- wget https://dl.grafana.com/oss/release/grafana-6.7.2-1.x86_64.rpm
- sudo yum install grafana-6.7.2-1.x86_64.rpm
- SUSE
- wget https://dl.grafana.com/oss/release/grafana-6.7.2-1.x86_64.rpm
- sudo rpm -i –nodeps grafana-6.7.2-1.x86_64.rpm
- RHEL , CentOS
啟動及使用方法
- 啟動
- Linux : service grafana-server start
- Windows : 啟動服務
- 連線: http://IP:3000 , user/pwd >> admin / default
- 建立資料來源
- 建立Dashboard
- 或是, 滙入 Dashboard
- 在dashboard 網站中的 “Search within this list” 以名稱搜尋, 例如: JMeter , or wmi
- 選擇範本點擊後, 複製”Get this dashobard”中的ID數字(或是 Download JSON).
- 到Grafana 中主選單的 + Create 中的”Import”功能, 在Grafana.com Dashboard 欄位貼上ID數字後, 按”Upload”(網路要通喔, 並填入 Foler & DB Name 欄位)
- 完成