X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.in;h=9cdecc0254092c32d5c7bd4aad9222e67a22e594;hb=02e12dba7080e60badf853c92aa83c6fd99ba4f0;hp=10ec9807ed158c298270f4cfc056d8fe434e7bd1;hpb=02c3a30562720ce1433e0f05eda37ab85d97106a;p=collectd.git diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 10ec9807..9cdecc02 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -17,6 +17,7 @@ #PluginDir "@prefix@/lib/@PACKAGE_NAME@" #TypesDB "@prefix@/share/@PACKAGE_NAME@/types.db" #Interval 10 +#Timeout 2 #ReadThreads 5 ############################################################################## @@ -34,6 +35,7 @@ # LogLevel @DEFAULT_LOG_LEVEL@ # File STDOUT # Timestamp true +# PrintSeverity false # # @@ -88,6 +90,7 @@ #@BUILD_PLUGIN_MEMCACHEC_TRUE@LoadPlugin memcachec #@BUILD_PLUGIN_MEMCACHED_TRUE@LoadPlugin memcached @BUILD_PLUGIN_MEMORY_TRUE@@BUILD_PLUGIN_MEMORY_TRUE@LoadPlugin memory +#@BUILD_PLUGIN_MODBUS_TRUE@LoadPlugin modbus #@BUILD_PLUGIN_MULTIMETER_TRUE@LoadPlugin multimeter #@BUILD_PLUGIN_MYSQL_TRUE@LoadPlugin mysql #@BUILD_PLUGIN_NETAPP_TRUE@LoadPlugin netapp @@ -315,6 +318,7 @@ # MTime "-5m" # Size "+10k" # Recursive true +# IncludeHidden false # # @@ -412,6 +416,7 @@ # Key "page_key" # # Regex "(\\d+) bytes sent" +# ExcludeRegex "" # DSType CounterAdd # Type "ipt_octets" # Instance "type_instance" @@ -424,6 +429,26 @@ # Port "11211" # +# +# +# RegisterBase 1234 +# RegisterType float +# Type gauge +# Instance "..." +# +# +# +# Address "addr" +# Port "1234" +# Interval 60 +# +# +# Instance "foobar" # optional +# Collect "data_name" +# +# +# + # # # Host "database.serv.er" @@ -503,14 +528,33 @@ # @LOAD_PLUGIN_NETWORK@ +# # client setup: @LOAD_PLUGIN_NETWORK@ Server "ff18::efc0:4a42" "25826" -@LOAD_PLUGIN_NETWORK@ Server "239.192.74.66" "25826" -# Listen "ff18::efc0:4a42" "25826" -# Listen "239.192.74.66" "25826" +@LOAD_PLUGIN_NETWORK@ +# SecurityLevel Encrypt +# Username "user" +# Password "secret" +# Interface "eth0" +@LOAD_PLUGIN_NETWORK@ # TimeToLive "128" -# Forward false -# CacheFlush 1800 +# +# # server setup: +# Listen "ff18::efc0:4a42" "25826" +# +# SecurityLevel Sign +# AuthFile "/etc/collectd/passwd" +# Interface "eth0" +# +# MaxPacketSize 1024 +# +# # proxy setup (client and server as above): +# Forward true +# +# # statistics about the network plugin itself # ReportStats false +# +# # "garbage collection" +# CacheFlush 1800 @LOAD_PLUGIN_NETWORK@ # @@ -564,6 +608,10 @@ # # StatusFile "/etc/openvpn/openvpn-status.log" +# ImprovedNamingSchema false +# CollectCompression true +# CollectIndividualUsers true +# CollectUserCount false # # @@ -650,6 +698,7 @@ # Query magic # # +# Interval 60 # Service "service_name" # Query backend # predefined # Query rt36_tickets @@ -849,82 +898,18 @@ # If you prefer defining another instance you can do # so by using # -# Will monitor : -# - cache hits -# - cache misses -# - cache hits for pass # CollectCache true -# -# Will monitor: -# - backend connection : success -# - backend connection : not attempted -# - backend connection : too many -# - backend connection : failures -# - backend connection : reuses -# - backend connection : was closed -# - backend connection : recycles -# - backend connection : unused # CollectBackend true -# -# Will monitor : -# - client connections accepted -# - connection dropped -# - client requests received # CollectConnections true -# -# Will monitor: -# - SHM records -# - SHM writes -# - SHM flushes due to overflow -# - SHM MTX contention -# - SHM cycles through buffer # CollectSHM true -# -# Will monitor: -# - Objects ESI parsed -# - ESI parse errors # CollectESI false -# -# Will monitor: -# - fetch head -# - fetch with Length -# - fetch chunked -# - fetch EOF -# - fetch had bad headers -# - fetch wanted close -# - fetch pre HTTP/1.1 closed -# - fetch zero length -# - fetch failed # CollectFetch false -# -# Will monitor: -# - HCB lookups without lock -# - HCB lookups with lock -# - HCB inserts # CollectHCB false -# -# Will monitor: -# - SMA allocator requests -# - SMA outstanding allocations -# - SMA outstanding bytes -# - SMA bytes allocated -# - SMA bytes free # CollectSMA false -# -# Will monitor: -# - SMS allocator requests -# - SMS outstanding allocations -# - SMS outstanding bytes -# - SMS bytes allocated -# - SMS bytes freed # CollectSMS false -# -# Will monitor: -# - allocator requests -# - outstanding allocations -# - bytes allocated -# - bytes free # CollectSM false +# CollectTotals false +# CollectWorkers false # # @@ -936,6 +921,11 @@ # # User "collectd" # Password "weCh3ik0" +# VerifyPeer true +# VerifyHost true +# CACert "/etc/ssl/ca.crt" +# Format "Command" +# StoreRates false # #