File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -180,6 +180,11 @@ Enables and configures the syslog plugin.
180180
181181Enables and configures the tail plugin.
182182
183+ ``collectd.tcpconns ``
184+ -------------------
185+
186+ Enables and configures the tcpconns plugin.
187+
183188``collectd.types ``
184189-------------------
185190
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ LoadPlugin tcpconns
1010
1111<Plugin "tcpconns">
1212 ListeningPorts {{ collectd_settings.plugins.tcpconns.listening_ports | lower }}
13+ AllPortsSummary {{ collectd_settings.plugins.tcpconns.all_ports_summary | lower }}
1314{%- for local_port in collectd_settings.plugins.tcpconns.local_ports %}
1415 LocalPort "{{ local_port }}"
1516{%- endfor %}
Original file line number Diff line number Diff line change 193193 },
194194 'tcpconns' : {
195195 'listening_ports' : 'true' ,
196+ 'all_ports_summary' : 'false' ,
196197 'local_ports' : [],
197198 'remote_ports' : []
198199 },
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ collectd:
226226 ReportByCpu: false
227227 tcpconns:
228228 listening_ports: 'true'
229+ all_ports_summary: 'false'
229230 local_ports: []
230231 remote_ports: []
231232 openvpn:
You can’t perform that action at this time.
0 commit comments