summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5423582)
raw | patch | inline | side by side (parent: 5423582)
author | Marek Becka <marek.becka@superhosting.cz> | |
Tue, 29 Jul 2014 11:26:12 +0000 (13:26 +0200) | ||
committer | Marek Becka <marek.becka@superhosting.cz> | |
Tue, 29 Jul 2014 11:26:12 +0000 (13:26 +0200) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index d4d5a205b89c7b3c784033c5083ac3f75a336f98..2dac6c5c13ce227029fd96134d5d2e30f96803d3 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#<Plugin tcpconns>
# ListeningPorts false
+# AllPortsSummary false
# LocalPort "25"
# RemotePort "25"
#</Plugin>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 691a7494fecf3b521cf3afb46dee4c7e85a9f4a3..4de5b4087f9323597628a03d17b71a80fae1535a 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
@@ -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>