From c17a530a765188b4a3664fcf5776c5758e53f776 Mon Sep 17 00:00:00 2001 From: Emilien Mottet Date: Sat, 19 Jan 2019 17:48:36 +0100 Subject: [PATCH] update example conf for connect cassandra with username and password --- conf/glances.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/glances.conf b/conf/glances.conf index bf5c50de..aaa3c420 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -365,6 +365,9 @@ keyspace=glances replication_factor=2 # If not define, table name is set to host key table=localhost +# If not define, username and password will not be used +#username=cassandra +#password=password [opentsdb] # Configuration for the --export opentsdb option