summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2017-03-25 18:02:42 +0100
committernicolargo <nicolas@nicolargo.com>2017-03-25 18:02:42 +0100
commit70eb8013eafb667067d583f7c8f049a23727ab38 (patch)
tree83ee17c482651a90c2eba483a95ada08a30086be /conf
parente568bcfe4e804f19f868e2ffdc648941915dcc2d (diff)
Add Kafka export plugin #858
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index e81b34fa..c7389357 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -349,6 +349,14 @@ db=glances
#user=root
#password=root
+[kafka]
+# Configuration for the --export-kafka option
+# http://kafka.apache.org/
+host=localhost
+port=9092
+topic=glances
+#compression=gzip
+
[zeromq]
# Configuration for the --export-zeromq option
# http://www.zeromq.org