X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=3eaeb5d535096c0f0813d8f928666af6df31459b;hb=7778f852d4c40066c4c5c096d17ff890a656ad31;hp=1e88bec37c289cc4283c1b78eed7368cd5e3306a;hpb=79a94204db8de144bf5bd84159afde444df9e0a4;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 1e88bec3..3eaeb5d5 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -188,6 +188,7 @@ #@BUILD_PLUGIN_SIGROK_TRUE@LoadPlugin sigrok #@BUILD_PLUGIN_SMART_TRUE@LoadPlugin smart #@BUILD_PLUGIN_SNMP_TRUE@LoadPlugin snmp +#@BUILD_PLUGIN_SNMP_AGENT_TRUE@LoadPlugin snmp_agent #@BUILD_PLUGIN_STATSD_TRUE@LoadPlugin statsd #@BUILD_PLUGIN_SWAP_TRUE@LoadPlugin swap #@BUILD_PLUGIN_TABLE_TRUE@LoadPlugin table @@ -531,7 +532,6 @@ # # Coremask "0x1" # MemoryChannels "4" -# ProcessType "secondary" # FilePrefix "rte" # # @@ -553,7 +553,6 @@ # # Coremask "0x2" # MemoryChannels "4" -# ProcessType "secondary" # FilePrefix "rte" # # SharedMemObj "dpdk_collectd_stats_0" @@ -1027,8 +1026,8 @@ # Address "127.0.0.1" # Socket "/var/run/openvswitch/db.sock" # Interfaces "br0" "veth0" -# SendNotification false -# DispatchValues true +# SendNotification true +# DispatchValues false # # @@ -1138,7 +1137,18 @@ # # +# CollectFileDescriptor true +# CollectContextSwitch true # Process "name" +# ProcessMatch "name" "regex" +# +# CollectFileDescriptor false +# CollectContextSwitch false +# +# +# CollectFileDescriptor false +# CollectContextSwitch true +# # # @@ -1264,6 +1274,30 @@ # # +# +# +# Plugin "memory" +# Type "memory" +# TypeInstance "free" +# OIDs "1.3.6.1.4.1.2021.4.6.0" +# +# +# IndexOID "IF-MIB::ifIndex" +# SizeOID "IF-MIB::ifNumber" +# +# Instance true +# Plugin "interface" +# OIDs "IF-MIB::ifDescr" +# +# +# Plugin "interface" +# Type "if_octets" +# TypeInstance "" +# OIDs "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets" +# +#
+#
+ # # Host "::" # Port "8125" @@ -1495,7 +1529,7 @@ # InterfaceFormat name # PluginInstanceFormat name # Instances 1 -# ExtraStats "disk pcpu" +# ExtraStats "cpu_util disk disk_err domain_state fs_info job_stats_background pcpu perf vcpupin" # # @@ -1535,6 +1569,8 @@ # Header "X-Custom-Header: custom_value" # SSLVersion "TLSv1" # Format "Command" +# Attribute "key" "value" # only available for KAIROSDB format +# TTL 0 # data ttl, only available for KAIROSDB format # Metrics true # Notifications false # StoreRates false