changed the default value of prefix to localhost to map to the glances grafana dashboard.

This commit is contained in:
Ty Morton 2019-02-03 16:14:03 -06:00
parent d43288e528
commit 135fd5254b

View file

@ -39,7 +39,7 @@
"username": "glances", "username": "glances",
"password": "", "password": "",
"database": "glances", "database": "glances",
"prefix": "`hostname`", "prefix": "localhost",
"interval": 60 "interval": 60
} }
}, },