Code

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 d4d5a205b89c7b3c784033c5083ac3f75a336f98..2dac6c5c13ce227029fd96134d5d2e30f96803d3 100644 (file)
 
 #<Plugin tcpconns>
 #      ListeningPorts false
+#      AllPortsSummary false
 #      LocalPort "25"
 #      RemotePort "25"
 #</Plugin>
index 691a7494fecf3b521cf3afb46dee4c7e85a9f4a3..4de5b4087f9323597628a03d17b71a80fae1535a 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>