如何在QNAP NAS上使用 influxDB 及Grafana
InfluxData provides the leading time series platform to instrument, observe, learn and automate any system, application and business process across a variety of use cases. Grafana - The leading open source software for time series analytics 要來介紹一下 如何在QNAP NAS上使用 infuxDB 及Grafana 文章主要來自QNAP github 針對電表應用 qpower 的相關說明文件: https://github.com/qnap-dev/qnap-qiot-sdks/tree/master/projects/dae-modbus-influxDB-example 安裝 influxDB container Step 1: 開啟Container Station後按下Create,如同標示1 Step 2: 輸入influxdb後按下搜尋,如同標示2 Step 3: 於標示3處按下Install (本例子已經安裝過,因此會出現Create) 備註:請記得將port 2003 與 port 8086 bind至此container以利後續設定 測試安裝完成的influxDB Step 1: 進入container,如同標示1的command Step 2: 輸入influx並按下enter,如同標示2處 Step 3: 輸入influxDB command show databases; 如同標示3 建立database 承上,建立一個名為demo的database create database demo 安裝Grafana container Step 1: 於開啟Container Station後按下Create Step 2: 於搜尋框中輸入grafana後按下搜尋按鈕 Step 3: 按下Install的按鈕進行Grafana image的安裝(本篇例子已經有安裝 image了,因此可以直接建立container) 設定Grafana Granfana 的預設的url為 ...