X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=8ab20d192b2ccc482d95a72e11c9ca092435cd10;hb=5ee365a2a066bba5c21f510c3397a3ad6034d357;hp=950833855484456e7716c8573faa61889e4fe12e;hpb=d3e97e2e0c710c1bbe0cac873bd1c5df004bc740;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 95083385..8ab20d19 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 @@ -490,6 +491,7 @@ # # # +# #PluginName "mycompany" # Driver "mysql" # DriverOption "host" "localhost" # DriverOption "username" "collectd" @@ -531,7 +533,6 @@ # # Coremask "0x1" # MemoryChannels "4" -# ProcessType "secondary" # FilePrefix "rte" # # @@ -553,7 +554,6 @@ # # Coremask "0x2" # MemoryChannels "4" -# ProcessType "secondary" # FilePrefix "rte" # # SharedMemObj "dpdk_collectd_stats_0" @@ -1015,6 +1015,7 @@ # # # +# #PluginName "warehouse" # ConnectID "db01" # Username "oracle" # Password "secret" @@ -1101,6 +1102,7 @@ # StoreRates true # # +# #PluginName "kingdom" # Host "hostname" # Port "5432" # User "username" @@ -1138,7 +1140,18 @@ # # +# CollectFileDescriptor true +# CollectContextSwitch true # Process "name" +# ProcessMatch "name" "regex" +# +# CollectFileDescriptor false +# CollectContextSwitch false +# +# +# CollectFileDescriptor false +# CollectContextSwitch true +# # # @@ -1264,6 +1277,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 +1532,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" # # @@ -1536,6 +1573,7 @@ # 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