mirror of https://github.com/nicolargo/glances.git
update example conf for connect cassandra with username and password
This commit is contained in:
parent
f5e53e4566
commit
c17a530a76
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue