From f663f9e7037d8e5ee5943178950146a379bb1c95 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 13 Apr 2009 23:27:40 +0200 Subject: [PATCH] collectd.conf: Added bind, curl, dbi and openvpn plugins. --- debian/collectd.conf | 64 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/debian/collectd.conf b/debian/collectd.conf index 0a82754..d49ec29 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -31,9 +31,12 @@ LoadPlugin syslog #LoadPlugin apcups #LoadPlugin ascent LoadPlugin battery +#LoadPlugin bind LoadPlugin cpu #LoadPlugin cpufreq #LoadPlugin csv +#LoadPlugin curl +#LoadPlugin dbi LoadPlugin df LoadPlugin disk #LoadPlugin dns @@ -62,6 +65,7 @@ LoadPlugin memory #LoadPlugin notify_email #LoadPlugin ntpd #LoadPlugin nut +#LoadPlugin openvpn #LoadPlugin perl #LoadPlugin ping #LoadPlugin postgresql @@ -104,11 +108,67 @@ LoadPlugin users # CACert "/etc/ssl/ca.crt" # +# +# URL "http://localhost:8053/" +# OpCodes true +# QTypes true +# +# ServerStats true +# ZoneMaintStats true +# ResolverStats false +# MemoryStats true +# +# +# QTypes true +# ResolverStats true +# CacheRRSets true +# +# Zone "127.in-addr.arpa/IN" +# +# + # # DataDir "/var/lib/collectd/csv" # StoreRates false # +# +# +# URL "http://finance.google.com/finance?q=NYSE%3AAMD" +# User "foo" +# Password "bar" +# +# Regex "]*> *([0-9]*\\.[0-9]+) *" +# DSType "GaugeAverage" +# Type "stock_value" +# Instance "AMD" +# +# +# + +# +# +# Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \ +# FROM customers_tbl" +# +# Type "gauge" +# InstancesFrom "c_key" +# ValuesFrom "c_value" +# +# +# +# +# Driver "mysql" +# DriverOption "host" "localhost" +# DriverOption "username" "collectd" +# DriverOption "password" "secret" +# DriverOption "dbname" "custdb0" +# #SelectDB "custdb0" +# Query "num_of_customers" +# #Query "..." +# +# + # # Device "/dev/sda1" # Device "192.168.0.2:/mnt/nfs" @@ -255,6 +315,10 @@ LoadPlugin users # UPS "upsname@hostname:port" # +# +# StatusFile "/etc/openvpn/openvpn-status.log" +# + # # IncludeDir "/my/include/path" # BaseName "Collectd::Plugin" -- 2.30.2