mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 11:31:31 +00:00
changed the default value of prefix to localhost to map to the glances grafana dashboard.
This commit is contained in:
parent
d43288e528
commit
135fd5254b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
"username": "glances",
|
"username": "glances",
|
||||||
"password": "",
|
"password": "",
|
||||||
"database": "glances",
|
"database": "glances",
|
||||||
"prefix": "`hostname`",
|
"prefix": "localhost",
|
||||||
"interval": 60
|
"interval": 60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue