Code

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 c772f36cc7fd66804ef0999dfb760f2080ea7dff..478b7b44da01a25979b3a6853ed275b9e0740fff 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 624e93ec80de1e62f137bcb5d49d6ffa1130c9e5..62e0056d035b52c4d5977ce1fb9a370640e974bb 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"