mirror of
https://github.com/clearlinux/cloud-native-setup.git
synced 2026-09-05 13:21:33 +00:00
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>
47 lines
826 B
Plaintext
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>
|