summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43cfbe5)
raw | patch | inline | side by side (parent: 43cfbe5)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 3 Jun 2010 12:35:20 +0000 (14:35 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 3 Jun 2010 12:35:20 +0000 (14:35 +0200) |
debian/collectd.conf | patch | blob | history | |
debian/filters.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 5eea34922200cfaa905b57792eb7e79d16e609a8..b5fc462a6ac48126122eb2b6e19cbda81851e0f0 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#PluginDir "/usr/lib/collectd"
#TypesDB "/usr/share/collectd/types.db" "/etc/collectd/my_types.db"
#Interval 10
+#Timeout 2
#ReadThreads 5
#LoadPlugin logfile
# LogLevel "info"
# File STDOUT
# Timestamp true
+# PrintSeverity false
#</Plugin>
<Plugin syslog>
# MTime "-5m"
# Size "+10k"
# Recursive true
+# IncludeHidden false
# </Directory>
#</Plugin>
#<Plugin java>
# JVMArg "-verbose:jni"
+# JVMArg "-Djava.class.path=/usr/share/collectd/java/collectd-api.jar"
#
# LoadPlugin "org.collectd.java.GenericJMX"
# <Plugin "GenericJMX">
# Key "page_key"
# <Match>
# Regex "(\\d+) bytes sent"
+# ExcludeRegex "<lines to be excluded>"
# DSType CounterAdd
# Type "ipt_octets"
# Instance "type_instance"
# SecurityLevel Encrypt
# Username "user"
# Password "secret"
+# Interface "eth0"
# </Server>
# TimeToLive "128"
#
# <Listen "239.192.74.66" "25826">
# SecurityLevel Sign
# AuthFile "/etc/collectd/passwd"
+# Interface "eth0"
# </Listen>
# MaxPacketSize 1024
#
#
# # statistics about the network plugin itself
# ReportStats false
+#
+# # "garbage collection"
+# CacheFlush 1800
#</Plugin>
#<Plugin nginx>
#<Plugin openvpn>
# StatusFile "/etc/openvpn/openvpn-status.log"
+# ImprovedNamingSchema false
+# CollectCompression true
+# CollectIndividualUsers true
+# CollectUserCount false
#</Plugin>
#<Plugin perl>
# </Database>
#
# <Database bar>
+# Interval 60
# Service "service_name"
#
# Query backend # predefined
# </Match>
# <Match>
# Regex "\\<R=local_user\\>"
+# ExcludeRegex "\\<R=local_user\\>.*mail_spool defer"
# DSType "CounterInc"
# Type "counter"
# Instance "local_user"
# <URL "http://example.com/collectd-post">
# User "collectd"
# Password "secret"
+# VerifyPeer true
+# VerifyHost true
+# CACert "/etc/ssl/ca.crt"
+# Format "Command"
+# StoreRates false
# </URL>
#</Plugin>
diff --git a/debian/filters.conf b/debian/filters.conf
index ecc7c75762de9d90e8a9e922b35f4b626b58118b..1304b6ff0c375560e3423461ca2e12e462ca133d 100644 (file)
--- a/debian/filters.conf
+++ b/debian/filters.conf
# <Rule "no_fqdn">
# <Match "regex">
# Host "^[^\.]*$"
+# Invert false
# </Match>
# Target "stop"
# </Rule>