Grafana逼格高,所以用它展示ntopng的数据 >_<
一,ntopng
根据官网资料
https://www.ntop.org/ntop/ntopng-influxdb-and-grafana-a-step-by-step-guide-to-create-dashboards/#:~:text=ntopng%2C%20InfluxDB%20and%20Grafana%3A%20A%20Step-By-Step%20Guide%20to,ntopng%20data.%20…%204%20A%20Complete%20Dashboard.%20
需要将Timeseries Driver从RRD修改为InfluxDB
InfluxDB直接通过apt安装就可以
修改配置文件
/etc/influxdb/influxdb.conf
[data]
max-series-per-database = 0
max-values-per-tag = 0
[http]
bind-address = ":8086"