From 135fd5254b10109942d314c44e0faa5acf6e2575 Mon Sep 17 00:00:00 2001 From: Ty Morton Date: Sun, 3 Feb 2019 16:14:03 -0600 Subject: [PATCH] changed the default value of prefix to localhost to map to the glances grafana dashboard. --- glances/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/config.json b/glances/config.json index 1e273d0..6ed15ba 100755 --- a/glances/config.json +++ b/glances/config.json @@ -39,7 +39,7 @@ "username": "glances", "password": "", "database": "glances", - "prefix": "`hostname`", + "prefix": "localhost", "interval": 60 } },