summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c721f1)
raw | patch | inline | side by side (parent: 8c721f1)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 May 2012 12:26:09 +0000 (14:26 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 May 2012 12:26:09 +0000 (14:26 +0200) |
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 23e5f1a1e4dfe6a6715162a882e7557dfc8f9da1..7cf0e00e3e72b8a6fc13451b08b8b81b3cf6ab36 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
New plugins:
- AMQP output plugin: amqp
- AIX logical partitions statistics: lpar (disabled in Debian; AIX only)
+ - Network interface card statistics: ethstat
+ - Linux software-RAID device information: md
+ - Information about Non-Uniform Memory Access: numa
- Redis key-value database server statistics: redis (disabled in Debian;
libcredis is not available)
- Check thresholds and for missing values: threshold
- Varnish HTTP accelerator daemon statistics: varnish
+ - Sends data to Carbon, the storage layer of Graphite: write_graphite
+ - Write values to a MongoDB NoSQL database server: write_mongodb
- Write values to a Redis key-value database server: write_redis (disabled
in Debian; libcredis is not available)
New targets:
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 9f1a918f851cfd3f4ee14e1e79a2b41ca53d38f8..74770533ff16cd056a8311df3c48489c2e858e61 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin dns
#LoadPlugin email
LoadPlugin entropy
+#LoadPlugin ethstat
#LoadPlugin exec
#LoadPlugin filecount
#LoadPlugin fscache
LoadPlugin load
#LoadPlugin madwifi
#LoadPlugin mbmon
+#LoadPlugin md
#LoadPlugin memcachec
#LoadPlugin memcached
LoadPlugin memory
#LoadPlugin notify_desktop
#LoadPlugin notify_email
#LoadPlugin ntpd
+#LoadPlugin numa
#LoadPlugin nut
#LoadPlugin olsrd
#LoadPlugin openvpn
-#LoadPlugin perl
+#<LoadPlugin perl>
+# Globals true
+#</LoadPlugin>
#LoadPlugin pinba
#LoadPlugin ping
#LoadPlugin postgresql
#LoadPlugin powerdns
LoadPlugin processes
#LoadPlugin protocols
-#LoadPlugin python
+#<LoadPlugin python>
+# Globals true
+#</LoadPlugin>
#LoadPlugin rrdcached
LoadPlugin rrdtool
#LoadPlugin sensors
#LoadPlugin vmem
#LoadPlugin vserver
#LoadPlugin wireless
+#LoadPlugin write_graphite
#LoadPlugin write_http
+#LoadPlugin write_mongodb
#<Plugin amqp>
# <Publish "name">
#<Plugin "bind">
# URL "http://localhost:8053/"
#
+# ParseTime false
+#
# OpCodes true
# QTypes true
# ServerStats true
# MaxConns 5
#</Plugin>
+#<Plugin ethstat>
+# Interface "eth0"
+# Map "rx_csum_offload_errors" "if_rx_errors" "checksum_offload"
+# Map "multicast" "if_multicast"
+# MappedOnly false
+#</Plugin>
+
#<Plugin exec>
# Exec user "/path/to/exec"
# Exec "user:group" "/path/to/exec"
# Port 411
#</Plugin>
+#<Plugin md>
+# Device "/dev/md0"
+# IgnoreSelected false
+#</Plugin>
+
#<Plugin memcachec>
# <Page "plugin_instance">
# Server "localhost"
</Plugin>
#<Plugin sensors>
+# SensorConfigFile "/etc/sensors3.conf"
# Sensor "it8712-isa-0290/temperature-temp1"
# Sensor "it8712-isa-0290/fanspeed-fan3"
# Sensor "it8712-isa-0290/voltage-in8"
# </Host>
#</Plugin>
+#<Plugin swap>
+# ReportByDevice false
+#</Plugin>
+
#<Plugin table>
# <Table "/proc/slabinfo">
# Instance "slabinfo"
# Verbose false
#</Plugin>
+#<Plugin write_graphite>
+# <Carbon>
+# Host "localhost"
+# Port "2003"
+# Prefix "collectd"
+# Postfix "collectd"
+# StoreRates false
+# AlwaysAppendDS false
+# EscapeCharacter "_"
+# </Carbon>
+#</Plugin>
+
#<Plugin write_http>
# <URL "http://example.com/collectd-post">
# User "collectd"
# </URL>
#</Plugin>
+#<Plugin write_mongodb>
+# <Node "example">
+# Host "localhost"
+# Port "27017"
+# Timeout 1000
+# StoreRates false
+# <Node>
+#</Plugin>
+
Include "/etc/collectd/filters.conf"
Include "/etc/collectd/thresholds.conf"