From: Sebastian Harl Date: Wed, 8 Oct 2008 16:37:08 +0000 (+0200) Subject: Updated collectd.conf to include newly added plugins. X-Git-Tag: collectd-4.5.1-1~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0fd14cebab4a6bba7a174245dafa82da15936769;p=pkg-collectd.git Updated collectd.conf to include newly added plugins. --- diff --git a/debian/collectd.conf b/debian/collectd.conf index 72bb2e8..6f6f148 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -40,6 +40,7 @@ LoadPlugin disk #LoadPlugin email LoadPlugin entropy #LoadPlugin exec +#LoadPlugin filecount #LoadPlugin hddtemp LoadPlugin interface #LoadPlugin ipmi @@ -57,10 +58,13 @@ LoadPlugin memory #LoadPlugin network #LoadPlugin nfs #LoadPlugin nginx +#LoadPlugin notify_desktop +#LoadPlugin notify_email #LoadPlugin ntpd #LoadPlugin nut #LoadPlugin perl #LoadPlugin ping +#LoadPlugin postgresql #LoadPlugin powerdns LoadPlugin processes LoadPlugin rrdtool @@ -71,6 +75,7 @@ LoadPlugin swap #LoadPlugin tail #LoadPlugin tcpconns #LoadPlugin teamspeak2 +#LoadPlugin thermal #LoadPlugin unixsock LoadPlugin users #LoadPlugin uuid @@ -135,6 +140,15 @@ LoadPlugin users # NotificationExec user "/path/to/exec" # +# +# +# Instance "foodir" +# Name "*.conf" +# MTime "-5m" +# Size "+10k" +# +# + # # Host "127.0.0.1" # Port 7634 @@ -212,6 +226,25 @@ LoadPlugin users # CACert "/etc/ssl/ca.crt" # +# +# OkayTimeout 1000 +# WarningTimeout 5000 +# FailureTimeout 0 +# + +# +# SMTPServer "localhost" +# SMTPPort 25 +# SMTPUser "my-username" +# SMTPPassword "my-password" +# From "collectd@main0server.com" +# # on . +# # Beware! Do not use not more than two placeholders (%)! +# Subject "[collectd] %s on %s!" +# Recipient "email1@domain1.net" +# Recipient "email2@domain2.com" +# + # # Host "localhost" # Port 123 @@ -236,6 +269,31 @@ LoadPlugin users # TTL 255 # +# +# +# Query "SELECT magic, spells FROM wizard WHERE host = $1;" +# Param hostname +# Column gauge magic +# Column counter spells +# +# +# +# Host "hostname" +# Port 5432 +# User "username" +# Password "secret" +# +# SSLMode "prefer" +# KRBSrvName "kerberos_service_name" +# +# Query magic +# +# +# +# Service "service_name" +# +# + # # # Collect "latency" @@ -349,6 +407,12 @@ LoadPlugin users # Server "8767" # +# +# ForceUseProcfs false +# Device "THRM" +# IgnoreSelected false +# + # # SocketFile "/var/run/collectd-unixsock" # SocketGroup "collectd"