Added a manpage for the AllPortsSummary option
authorMarek Becka <marek.becka@superhosting.cz>
Tue, 29 Jul 2014 11:26:12 +0000 (13:26 +0200)
committerMarek Becka <marek.becka@superhosting.cz>
Tue, 29 Jul 2014 11:26:12 +0000 (13:26 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index d4d5a20..2dac6c5 100644 (file)
 
 #<Plugin tcpconns>
 #      ListeningPorts false
+#      AllPortsSummary false
 #      LocalPort "25"
 #      RemotePort "25"
 #</Plugin>
index 691a749..4de5b40 100644 (file)
@@ -5780,6 +5780,11 @@ connections a mail server or news server has to other mail or news servers, or
 how many connections a web proxy holds to web servers. You have to give the
 port in numeric form.
 
+=item B<AllPortsSummary> I<true>|I<false>
+
+If this option is set to I<true> a summary of statistics from all connections
+are collectd. This option defaults to I<false>.
+
 =back
 
 =head2 Plugin C<thermal>