mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
updated README.md to include the prefix option and description.
This commit is contained in:
parent
6302994dab
commit
3f363c003b
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,7 @@ Example add-on configuration:
|
||||||
"username": "glances",
|
"username": "glances",
|
||||||
"password": "!secret glances_influxdb_password",
|
"password": "!secret glances_influxdb_password",
|
||||||
"database": "glances",
|
"database": "glances",
|
||||||
|
"prefix": "`hostname`",
|
||||||
"interval": 60
|
"interval": 60
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -148,6 +149,10 @@ The password for the above username option.
|
||||||
|
|
||||||
The name of the database to store all Glances information into.
|
The name of the database to store all Glances information into.
|
||||||
|
|
||||||
|
#### Option `prefix`: `\`hostname\``
|
||||||
|
|
||||||
|
This add's the hostname dynamically using the system command for exported data.
|
||||||
|
|
||||||
**Note**: _It is strongly recommended to create a separate database for glances
|
**Note**: _It is strongly recommended to create a separate database for glances
|
||||||
and not store this in the same database name as Home Assistant._
|
and not store this in the same database name as Home Assistant._
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue