From: Julien Ammous Date: Wed, 27 Oct 2010 19:29:41 +0000 (+0200) Subject: added zeromq to the config template X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=53582601b2e1e37778083e1bc84a2bbc37ae1cd5;p=collectd.git added zeromq to the config template --- 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"