X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=d7a5990c880cf536974d9aa97198a234521e804c;hb=aa8c3c260825e5a77001e944eeec04dabd0bac43;hp=279e80450135de5b2d744784e459325ab41236ee;hpb=e324dc1e06b6816613a1af271ac6a0adc49355dc;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 279e8045..d7a5990c 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -24,6 +24,13 @@ #----------------------------------------------------------------------------# #AutoLoadPlugin false +#----------------------------------------------------------------------------# +# When enabled, internal statistics are collected, using "collectd" as the # +# plugin name. # +# Disabled by default. # +#----------------------------------------------------------------------------# +#CollectInternalStats false + #----------------------------------------------------------------------------# # Interval at which to query values. This may be overwritten on a per-plugin # # base by using the 'Interval' option of the LoadPlugin block: # @@ -33,9 +40,10 @@ #----------------------------------------------------------------------------# #Interval 10 -#Timeout 2 -#ReadThreads 5 -#WriteThreads 5 +#MaxReadInterval 86400 +#Timeout 2 +#ReadThreads 5 +#WriteThreads 5 # Limit the size of the write queue. Default is no limit. Setting up a limit is # recommended for servers handling a high volume of traffic. @@ -272,6 +280,10 @@ # TemperatureSensor "myserver/onewire-F10FCA000800/temperature" # +# +# ValuesPercentage false +# + # # URL "http://localhost:8053/" # ParseTime false @@ -703,7 +715,7 @@ # AuthFile "/etc/collectd/passwd" # Interface "eth0" # -# MaxPacketSize 1024 +# MaxPacketSize 1452 # # # proxy setup (client and server as above): # Forward true