diff --git a/config_example.toml b/config_example.toml index ab280ea..d936eba 100644 --- a/config_example.toml +++ b/config_example.toml @@ -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] diff --git a/docs/docs_configuration.md b/docs/docs_configuration.md index 16c3560..754778a 100644 --- a/docs/docs_configuration.md +++ b/docs/docs_configuration.md @@ -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