protocols plugin: Add to configuration summary and collectd.conf.in.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 28 Feb 2009 13:09:35 +0000 (14:09 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 28 Feb 2009 13:09:35 +0000 (14:09 +0100)
configure.in
src/collectd.conf.in

index c772f36..478b7b4 100644 (file)
@@ -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
index 624e93e..62e0056 100644 (file)
@@ -426,6 +426,11 @@ FQDNLookup   true
 #      Process "name"
 #</Plugin>
 
+#<Plugin protocols>
+#      Value "/^Tcp:/"
+#      IgnoreSelected false
+#</Plugin>
+
 #<Plugin rrdcached>
 #      DaemonAddress "unix:/tmp/rrdcached.sock"
 #      DataDir "@prefix@/var/lib/@PACKAGE_NAME@/rrd"