Windows下本機簡易監控系統搭建(Telegraf+Influxdb+Grafana)

1、文件準備數據庫

     1.1 文件名稱windows

         telegraf-1.2.1_windows_amd64.zipspa

         influxdb-1.2.2_windows_amd64.zip日誌

         grafana-4.2.0.windows-x64.zipcode

     1.2 下載地址orm

        https://portal.influxdata.com/downloadsserver

       【注意、注意、注意】下載時可能須要FanQiangblog

        

 

        

 

        https://grafana.com/grafana/download?platform=windows隊列

        

2、安裝flux

    分別解壓下載下來的文件到指定目錄,好比:d:\Program Files

3、配置

3.1 Telegraf

      修改influxdb.conf,設置日誌文件目錄:

  ## Specify the log file name. The empty string means to log to stdout.
  logfile = "D:/Program Files/Telegraf/telegraf.log"

3.2 InfluxDb

    修改influxdb.conf,打開Web控制檯:     

[admin]
# Determines whether the admin service is enabled.
enabled = true

# The default bind address used by the admin service.
bind-address = ":8083"

 3.3 Grafana

    使用默認配置

4、啓動

    4.1 Influxdb

    經過cmd命令窗口,切換到influxdb安裝目錄,執行以下命令:

     influxd -config influxdb.conf

    4.2 Telegraf

    經過cmd命令窗口,切換到Telegraf安裝目錄,執行以下命令:

     telegraf -config telegraf.conf

    4.3 Grafana

    切換到Grafana安裝目錄中的bin目錄下,雙擊grafana-server.exe啓動程序

5、使用

   訪問http://localhost:3000,使用admin/admin登陸本機Grafana,新建influxdb數據源:

        

       【注意】Telegraf啓動後,向InfluxDb中上報數據時,會默認建立一個telegraf數據庫,因此上面咱們配置DataBase是telegraf

       查看http://localhost:8083,能夠發現telegraf庫中,默認有4個Measurements(表):

 

       配置Grafana中的面板,這樣一個簡易的本機監控系統就搭建完了:

 【注意】CPU是按核數維度統計的,磁盤隊列是按盤符統計的 

相關文章
相關標籤/搜索