summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-06-10 16:16:41 +0200
committerNicolargo <nicolas@nicolargo.com>2016-06-10 16:16:41 +0200
commit02e9aa7232fe61da9e8a3f303dfde63316a80450 (patch)
tree29bff98b6a25e7379bd1cd8af498f26e40cbabf5 /conf
parent5065ef12e0353f60d41eb03d4b1bf5274b5f80f7 (diff)
Add Cassandra/Scylla export plugin #857
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 291bd902..82780b84 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -220,6 +220,18 @@ db=glances
prefix=localhost
#tags=foo:bar,spam:eggs
+[cassandra]
+# Configuration for the --export-cassandra option
+# Also works for the ScyllaDB
+# https://influxdb.com/ or http://www.scylladb.com/
+host=localhost
+port=9042
+protocol_version=3
+keyspace=glances
+replication_factor=2
+# If not define, table name is set to host key
+table=localhost
+
[opentsdb]
# Configuration for the --export-opentsdb option
# http://opentsdb.net/