From 53582601b2e1e37778083e1bc84a2bbc37ae1cd5 Mon Sep 17 00:00:00 2001 From: Julien Ammous Date: Wed, 27 Oct 2010 21:29:41 +0200 Subject: [PATCH] added zeromq to the config template --- src/collectd.conf.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 12cec759..f0020631 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -141,6 +141,7 @@ #@BUILD_PLUGIN_WRITE_HTTP_TRUE@LoadPlugin write_http #@BUILD_PLUGIN_WRITE_REDIS_TRUE@LoadPlugin write_redis #@BUILD_PLUGIN_XMMS_TRUE@LoadPlugin xmms +#@BUILD_PLUGIN_ZEROMQ_TRUE@LoadPlugin zeromq #@BUILD_PLUGIN_ZFS_ARC_TRUE@LoadPlugin zfs_arc ############################################################################## @@ -561,6 +562,13 @@ # CacheFlush 1800 @LOAD_PLUGIN_NETWORK@ +# +# # send data to this socket +# SendDataTo "tcp://localhost:6666" +# # listen for data on this socket +# ListenOn "tcp://*:6666" +# + # # URL "http://localhost/status?auto" # User "www-user" -- 2.11.0