X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=b675dfbcb2187e2ffdffdc0def586a7aa292f0c6;hb=c99e3a4d169ada9299c73e20662d17debdc32e1f;hp=bab7bca3226823e14f44684b7b231582fed9a94e;hpb=08e419e462e8373538a7aef768bae0b2478e0e89;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index bab7bca3..b675dfbc 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -189,6 +189,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 @@ -532,7 +533,6 @@ # # Coremask "0x1" # MemoryChannels "4" -# ProcessType "secondary" # FilePrefix "rte" # # @@ -554,7 +554,6 @@ # # Coremask "0x2" # MemoryChannels "4" -# ProcessType "secondary" # FilePrefix "rte" # # SharedMemObj "dpdk_collectd_stats_0" @@ -648,10 +647,11 @@ # # -# HWCacheEvents true -# KernelPMUEvents true -# SWEvents true -# HWSpecificEvents "L2_RQSTS.CODE_RD_HIT,L2_RQSTS.CODE_RD_MISS" +# ReportHardwareCacheEvents true +# ReportKernelPMUEvents true +# ReportSoftwareEvents true +# EventList "/var/cache/pmu/GenuineIntel-6-2D-core.json" +# HardwareEvents "L2_RQSTS.CODE_RD_HIT,L2_RQSTS.CODE_RD_MISS" "L2_RQSTS.ALL_CODE_RD" # # @@ -978,6 +978,7 @@ # ForceSSL true # VerifyPeer true # CAPath "/path/to/folder" +# #ConnectTimeout 5000 # # @@ -1283,6 +1284,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"