summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2016-10-17 11:10:35 +0200
committerNicolargo <nicolas@nicolargo.com>2016-10-17 11:10:35 +0200
commitd37c4306dfbef35d4ea49a54f702abbdece55b1c (patch)
tree927e6c9e45b2913ab2a8749e24e7e679aabab72d /conf
parent1149608a97721ab226e2797d0277ccd42bbadff6 (diff)
ZeroMQ export module, close the context
Diffstat (limited to 'conf')
-rw-r--r--conf/glances.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 8e30d07e..663a9a6e 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -322,7 +322,8 @@ db=glances
[zeromq]
# Configuration for the --export-zeromq option
# http://www.zeromq.org
-host=127.0.0.1
+# Use * to bind on all interfaces
+host=*
port=5678
# Glances envelopes the stats in a publish message with two frames:
# - First frame containing the following prefix (STRING)