Code

changelog, control: Added new plugins.
authorSebastian Harl <sh@tokkee.org>
Sat, 10 Oct 2009 09:46:10 +0000 (11:46 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 10 Oct 2009 09:46:10 +0000 (11:46 +0200)
debian/changelog
debian/control

index bea1ca8cba5dffe929dd63d1f6bf6e6078e81884..abe80c6ee77fe402580cd4d9e0f8a5a52e7d60ed 100644 (file)
@@ -1,8 +1,20 @@
 collectd (4.8.1-1) unstable; urgency=low
 
   * New upstream release.
+    New plugins:
+    - Parse JSON files: curl_json
+    - Query data from Java processes using JMX: GenericJMX (Java based plugin)
+    - Atheros wireless LAN chipset statistics: madwifi
+    - Optimized Link State Routing daemon statistics: olsrd
+    - Tokyo Tyrant server statistics: tokyotyrant (disabled in Debian,
+      libtokyotyrant is not available)
+    - Send collected values to a web-server: write_http
+    - ZFS Adaptive Replacement Cache statistics: zfs_arc (disabled in Debian,
+      libkstat is not available)
+    New matches:
+    - Match zero COUNTER values: empty_counter
 
- -- Sebastian Harl <tokkee@debian.org>  Sat, 10 Oct 2009 11:26:16 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sat, 10 Oct 2009 11:29:45 +0200
 
 collectd (4.7.2-1) unstable; urgency=low
 
index f21058300b3049a50b39b8fb7e4906b451afd894..05f81ddf495280687499797f8d160d3385691334 100644 (file)
@@ -45,6 +45,7 @@ Description: statistics collection and monitoring daemon
    * CPU frequency: cpufreq
    * output to comma separated values (CSV) files: csv
    * parse statistics from websites: curl
+   * parse JSON files: curl_json
    * query data from a relational database: dbi
    * disk space usage: df
    * disk and partition throughput: disk
@@ -54,6 +55,7 @@ Description: statistics collection and monitoring daemon
    * execution of external programs: exec
    * count the number of files in directories: filecount
    * Linux file-system based caching framework statistics: fscache
+   * query data from Java processes using JMX: GenericJMX (Java based plugin)
    * Receive and interpret Ganglia multicast traffic: gmond
    * harddisk temperature: hddtemp
    * network traffic: interface
@@ -65,6 +67,7 @@ Description: statistics collection and monitoring daemon
    * CPU, disk, network statistics of guest systems: libvirt
    * system load averages: load
    * logging to files, STDOUT and STDERR: logfile
+   * Atheros wireless LAN chipset statistics: madwifi
    * motherboard monitor: mbmon
    * Query and parse data from a memcache daemon: memcachec
    * statistics of the memcached distributed caching system: memcached
@@ -80,6 +83,7 @@ Description: statistics collection and monitoring daemon
    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
    * UPS information: nut
    * OpenVPN traffic and compression statistics: openvpn
+   * Optimized Link State Routing daemon statistics: olsrd
    * PostgreSQL database statistics: postgresql
    * PowerDNS name server statistics: powerdns
    * number of processes: processes
@@ -105,6 +109,7 @@ Description: statistics collection and monitoring daemon
    * detailed virtual memory statistics: vmem
    * system resources used by Linux-VServers: vserver
    * wireless network stats: wireless
+   * send collected values to a web-server: write_http
 
 Package: collectd-utils
 Architecture: any