From ef302f97b6c79984e882c99a8d226e56f77a4f07 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 28 Feb 2009 14:09:35 +0100 Subject: [PATCH] protocols plugin: Add to configuration summary and collectd.conf.in. --- configure.in | 1 + src/collectd.conf.in | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/configure.in b/configure.in index c772f36c..478b7b44 100644 --- a/configure.in +++ b/configure.in @@ -3385,6 +3385,7 @@ Configuration: postgresql . . . . . $enable_postgresql powerdns . . . . . . $enable_powerdns processes . . . . . . $enable_processes + protocols . . . . . . $enable_protocols rrdcached . . . . . . $enable_rrdcached rrdtool . . . . . . . $enable_rrdtool sensors . . . . . . . $enable_sensors diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 624e93ec..62e0056d 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -426,6 +426,11 @@ FQDNLookup true # Process "name" # +# +# Value "/^Tcp:/" +# IgnoreSelected false +# + # # DaemonAddress "unix:/tmp/rrdcached.sock" # DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd" -- 2.11.0