summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7b25d9)
raw | patch | inline | side by side (parent: f7b25d9)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 8 Oct 2008 16:37:08 +0000 (18:37 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 8 Oct 2008 16:37:08 +0000 (18:37 +0200) |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 72bb2e8303d5f052658cb5be46013b3f31639f52..6f6f148f295f50475ae4bbddbc55581c434f34a5 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin email
LoadPlugin entropy
#LoadPlugin exec
+#LoadPlugin filecount
#LoadPlugin hddtemp
LoadPlugin interface
#LoadPlugin ipmi
#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
#LoadPlugin tail
#LoadPlugin tcpconns
#LoadPlugin teamspeak2
+#LoadPlugin thermal
#LoadPlugin unixsock
LoadPlugin users
#LoadPlugin uuid
# 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
# 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
# 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"
# Server "8767"
#</Plugin>
+#<Plugin thermal>
+# ForceUseProcfs false
+# Device "THRM"
+# IgnoreSelected false
+#</Plugin>
+
#<Plugin unixsock>
# SocketFile "/var/run/collectd-unixsock"
# SocketGroup "collectd"