Code

Updated collectd.conf and added thresholds.conf.
[pkg-collectd.git] / debian / collectd.conf
index a8aa99318fcb1c0d674bac1f282a488b9c7b437b..aabbc6081f11eee2662ecc433a93625e6a01c6d2 100644 (file)
@@ -4,10 +4,10 @@
 # Please read collectd.conf(5) for details.
 
 #Hostname "localhost"
+FQDNLookup true
 #BaseDir "/var/lib/collectd"
-#PIDFile "/var/run/collectd.pid"
 #PluginDir "/usr/lib/collectd"
-#TypesDB "/usr/lib/collectd/types.db"
+#TypesDB "/usr/lib/collectd/types.db" "/etc/collectd/my_types.db"
 #Interval 10
 #ReadThreads 5
 
@@ -29,6 +29,7 @@ LoadPlugin interface
 #LoadPlugin iptables
 #LoadPlugin ipvs
 LoadPlugin irq
+#LoadPlugin libvirt
 LoadPlugin load
 #LoadPlugin logfile
 #LoadPlugin mbmon
@@ -55,9 +56,9 @@ LoadPlugin syslog
 LoadPlugin tcpconns
 #LoadPlugin unixsock
 LoadPlugin users
+#LoadPlugin uuid
 #LoadPlugin vserver
 #LoadPlugin wireless
-#LoadPlugin xmms
 
 #<Plugin apache>
 #   URL "http://localhost/status?auto"
@@ -73,6 +74,7 @@ LoadPlugin users
 
 #<Plugin csv>
 #   DataDir "/var/lib/collectd/csv"
+#   StoreRates false
 #</Plugin>
 
 #<Plugin df>
@@ -96,6 +98,8 @@ LoadPlugin users
 
 #<Plugin exec>
 #   Exec user "/path/to/exec"
+#   NotificationExec "/path/to/exec"
+#   NagiosExec "/path/to/exec"
 #</Plugin>
 
 #<Plugin hddtemp>
@@ -109,7 +113,7 @@ LoadPlugin users
 #</Plugin>
 
 #<Plugin iptables>
-#   Chain table chain
+#   Chain "table" "chain"
 #</Plugin>
 
 #<Plugin irq>
@@ -119,9 +123,20 @@ LoadPlugin users
 #   IgnoreSelected true
 #</Plugin>
 
+#<Plugin libvirt>
+#   Connection "xen:///"
+#   RefreshInterval 60
+#   Domain "name"
+#   BlockDevice "name:device"
+#   InterfaceDevice "name:device"
+#   IgnoreSelected false
+#   HostnameFormat name
+#</Plugin>
+
 #<Plugin logfile>
 #   LogLevel "info"
 #   File STDOUT
+#   Timestamp true
 #</Plugin>
 
 #<Plugin mbmon>
@@ -147,6 +162,7 @@ LoadPlugin users
 #   QDisc "eth0" "pfifo_fast-1:0"
 #   Class "ppp0" "htb-1:10"
 #   Filter "ppp0" "u32-1:0"
+#   IgnoreSelected false
 #</Plugin>
 
 #<Plugin network>
@@ -169,6 +185,7 @@ LoadPlugin users
 #<Plugin ntpd>
 #   Host "localhost"
 #   Port 123
+#   ReverseLookups false
 #</Plugin>
 
 #<Plugin nut>
@@ -178,6 +195,7 @@ LoadPlugin users
 #<Plugin perl>
 #   IncludeDir "/my/include/path"
 #   BaseName "Collectd::Plugin"
+#   EnableDebugger ""
 #   LoadPlugin "foo"
 #   LoadPlugin "bar"
 #</Plugin>
@@ -185,6 +203,7 @@ LoadPlugin users
 #<Plugin ping>
 #   Host "host.foo.bar"
 #   Host "host.baz.qux"
+#   TTL 255
 #</Plugin>
 
 #<Plugin processes>
@@ -201,6 +220,7 @@ LoadPlugin users
 #   StepSize 10
 #   HeartBeat 20
 #   RRARows 1200
+#   RRATimespan 158112000
 #   XFF 0.1
 </Plugin>
 
@@ -211,6 +231,8 @@ LoadPlugin users
 #   IgnoreSelected false
 #</Plugin>
 
+# See /usr/share/doc/collectd/examples/snmp-data.conf.gz for a
+# comprehensive sample configuration.
 #<Plugin snmp>
 #   <Data "powerplus_voltge_input">
 #       Type "voltage"
@@ -269,3 +291,9 @@ LoadPlugin users
 #   SocketPerms "0660"
 #</Plugin>
 
+#<Plugin uuid>
+#   UUIDFile "/etc/uuid"
+#</Plugin>
+
+Include "/etc/collectd/thresholds.conf"
+