Code

Updated collectd.conf to include newly added plugins.
authorSebastian Harl <sh@tokkee.org>
Wed, 8 Oct 2008 16:37:08 +0000 (18:37 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 8 Oct 2008 16:37:08 +0000 (18:37 +0200)
debian/collectd.conf

index 72bb2e8303d5f052658cb5be46013b3f31639f52..6f6f148f295f50475ae4bbddbc55581c434f34a5 100644 (file)
@@ -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"
 #</Plugin>
 
+#<Plugin filecount>
+#      <Directory "/path/to/dir">
+#              Instance "foodir"
+#              Name "*.conf"
+#              MTime "-5m"
+#              Size "+10k"
+#      </Directory>
+#</Plugin>
+
 #<Plugin hddtemp>
 #      Host "127.0.0.1"
 #      Port 7634
@@ -212,6 +226,25 @@ LoadPlugin users
 #      CACert "/etc/ssl/ca.crt"
 #</Plugin>
 
+#<Plugin notify_desktop>
+#      OkayTimeout 1000
+#      WarningTimeout 5000
+#      FailureTimeout 0
+#</Plugin>
+
+#<Plugin notify_email>
+#      SMTPServer "localhost"
+#      SMTPPort 25
+#      SMTPUser "my-username"
+#      SMTPPassword "my-password"
+#      From "collectd@main0server.com"
+#      # <WARNING/FAILURE/OK> on <hostname>.
+#      # Beware! Do not use not more than two placeholders (%)!
+#      Subject "[collectd] %s on %s!"
+#      Recipient "email1@domain1.net"
+#      Recipient "email2@domain2.com"
+#</Plugin>
+
 #<Plugin ntpd>
 #      Host "localhost"
 #      Port 123
@@ -236,6 +269,31 @@ LoadPlugin users
 #      TTL 255
 #</Plugin>
 
+#<Plugin postgresql>
+#      <Query magic>
+#              Query "SELECT magic, spells FROM wizard WHERE host = $1;"
+#              Param hostname
+#              Column gauge magic
+#              Column counter spells
+#      </Query>
+#
+#      <Database foo>
+#              Host "hostname"
+#              Port 5432
+#              User "username"
+#              Password "secret"
+#
+#              SSLMode "prefer"
+#              KRBSrvName "kerberos_service_name"
+#
+#              Query magic
+#      </Database>
+#
+#      <Database bar>
+#              Service "service_name"
+#      </Database>
+#</Plugin>
+
 #<Plugin powerdns>
 #      <Server "server_name">
 #              Collect "latency"
@@ -349,6 +407,12 @@ LoadPlugin users
 #      Server "8767"
 #</Plugin>
 
+#<Plugin thermal>
+#      ForceUseProcfs false
+#      Device "THRM"
+#      IgnoreSelected false
+#</Plugin>
+
 #<Plugin unixsock>
 #      SocketFile "/var/run/collectd-unixsock"
 #      SocketGroup "collectd"