mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +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",
|
||||
"password": "!secret glances_influxdb_password",
|
||||
"database": "glances",
|
||||
"prefix": "`hostname`",
|
||||
"interval": 60
|
||||
}
|
||||
}
|
||||
|
@ -148,6 +149,10 @@ The password for the above username option.
|
|||
|
||||
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
|
||||
and not store this in the same database name as Home Assistant._
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue