Files
David Lyle 8f67f641ee Support multiple network interfaces and more names
Adding support for more than one network interface in a given node.

Also supporting more interface naming patterns.

Signed-off-by: David Lyle <dklyle0@gmail.com>
2019-10-18 12:39:00 -05:00

47 lines
826 B
Plaintext

Interval 5
LoadPlugin aggregation
LoadPlugin cpu
LoadPlugin csv
LoadPlugin interface
LoadPlugin ipc
LoadPlugin memory
LoadPlugin cpufreq
LoadPlugin df
<Plugin "cpu">
ReportByCpu true
ReportByState true
ValuesPercentage true
</Plugin>
<Plugin "csv">
DataDir "/opt/collectd"
StoreRates true
</Plugin>
<Plugin "interface">
Interface "/^eno/"
Interface "/^ens/"
Interface "/^enp/"
Interface "/^em/"
IgnoreSelected false
</Plugin>
<Plugin "aggregation">
<Aggregation>
Plugin "cpu"
Type "percent"
GroupBy "Host"
GroupBy "TypeInstance"
CalculateSum true
CalculateAverage true
</Aggregation>
</Plugin>
<Plugin "df">
Device "overlay"
MountPoint "/"
FSType "overlay"
ReportInodes true
IgnoreSelected false
</Plugin>