[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.
|
# Save collected data to InfluxDB.
|
||||||
# There are the following measurments:
|
# There are the following measurments:
|
||||||
# node: store node specific data i.e. clients memory, airtime
|
# 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
|
# global: store global data, i.e. count of clients and nodes
|
||||||
# firmware: store the count of nodes tagged with firmware
|
# firmware: store the count of nodes tagged with firmware
|
||||||
# model: store the count of nodes tagged with hardware model
|
# model: store the count of nodes tagged with hardware model
|
||||||
|
# autoupdater: store the count of autoupdate branch
|
||||||
[[database.connection.influxdb]]
|
[[database.connection.influxdb]]
|
||||||
enable = false
|
enable = false
|
||||||
address = "http://localhost:8086"
|
address = "http://localhost:8086"
|
||||||
database = "ffhb"
|
database = "ffhb"
|
||||||
username = ""
|
username = ""
|
||||||
password = ""
|
password = ""
|
||||||
|
#insecure_skip_verify = true
|
||||||
|
|
||||||
# Tagging of the data (optional)
|
# Tagging of the data (optional)
|
||||||
[database.connection.influxdb.tags]
|
[database.connection.influxdb.tags]
|
||||||
|
|
|
@ -657,9 +657,11 @@ enable = true
|
||||||
Save collected data to InfluxDB.
|
Save collected data to InfluxDB.
|
||||||
There are would be the following measurements:
|
There are would be the following measurements:
|
||||||
- node: store node specific data i.e. clients memory, airtime
|
- 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
|
- global: store global data, i.e. count of clients and nodes
|
||||||
- firmware: store the count of nodes tagged with firmware
|
- firmware: store the count of nodes tagged with firmware
|
||||||
- model: store the count of nodes tagged with hardware model
|
- model: store the count of nodes tagged with hardware model
|
||||||
|
- autoupdater: store the count of autoupdate branch
|
||||||
{% sample lang="toml" %}
|
{% sample lang="toml" %}
|
||||||
```toml
|
```toml
|
||||||
enable = false
|
enable = false
|
||||||
|
|
Loading…
Reference in New Issue