[DOC] improve of database.influxdb
This commit is contained in:
parent
edad6061cc
commit
04bcaceb2c
|
@ -182,15 +182,18 @@ delete_interval = "1h"
|
|||
# Save collected data to InfluxDB.
|
||||
# There are the following measurments:
|
||||
# node: store node specific data i.e. clients memory, airtime
|
||||
# link: store link tq between two interfaces of two different nodes
|
||||
# global: store global data, i.e. count of clients and nodes
|
||||
# firmware: store the count of nodes tagged with firmware
|
||||
# model: store the count of nodes tagged with hardware model
|
||||
# autoupdater: store the count of autoupdate branch
|
||||
[[database.connection.influxdb]]
|
||||
enable = false
|
||||
address = "http://localhost:8086"
|
||||
database = "ffhb"
|
||||
username = ""
|
||||
password = ""
|
||||
#insecure_skip_verify = true
|
||||
|
||||
# Tagging of the data (optional)
|
||||
[database.connection.influxdb.tags]
|
||||
|
|
|
@ -657,9 +657,11 @@ enable = true
|
|||
Save collected data to InfluxDB.
|
||||
There are would be the following measurements:
|
||||
- node: store node specific data i.e. clients memory, airtime
|
||||
- link: store link tq between two interfaces of two different nodes
|
||||
- global: store global data, i.e. count of clients and nodes
|
||||
- firmware: store the count of nodes tagged with firmware
|
||||
- model: store the count of nodes tagged with hardware model
|
||||
- autoupdater: store the count of autoupdate branch
|
||||
{% sample lang="toml" %}
|
||||
```toml
|
||||
enable = false
|
||||
|
|
Loading…
Reference in New Issue