Code

Updated changelog and control to 4.4.0-1.
authorSebastian Harl <sh@tokkee.org>
Mon, 26 May 2008 12:22:17 +0000 (14:22 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 26 May 2008 12:22:17 +0000 (14:22 +0200)
debian/changelog
debian/control

index c081971612d9da3a61eff2c27abda61db0456059..dd54443c48267bb3d7510b7b668e04a35101c758 100644 (file)
@@ -1,8 +1,19 @@
-collectd (4.3.X-Y) UNRELEASED; urgency=low
+collectd (4.4.0-1) unstable; urgency=low
 
+  * New upstream release.
+    - Fixed another issue of the sensors plugin affecting some chip types
+      (Closes: #468143).
+    - Fixed creation of "vserver" graphs in collection.cgi (Closes: #475120).
+    New plugins:
+    - Ascent server statistics: ascent
+    - IPMI sensors information: ipmi
+    - PowerDNS name server statistics: powerdns
+    - incremental parsing of logfiles: tail
+    - TeamSpeak2 server statistics: teamspeak2
+    - detailed virtual memory statistics: vmem
   * Disable "tcpconns" plugin by default (Closes: #478759).
 
- -- Sebastian Harl <sh@tokkee.org>  Thu, 01 May 2008 08:08:17 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Mon, 26 May 2008 13:32:52 +0200
 
 collectd (4.3.2-1) unstable; urgency=low
 
index a48bacbd739f8fe33b52020610260baac4523beb..3635f80ed5f02e38647a04c349183b179ce1f9c9 100644 (file)
@@ -35,6 +35,7 @@ Description: statistics collection and monitoring daemon
  .
    * Apache and lighttpd statistics provided by mod_status: apache
    * APC UPS's charge, load, input/output/battery voltage, etc.: apcups
+   * Ascent server statistics: ascent
    * battery status: battery
    * CPU utilization: cpu
    * CPU frequency: cpufreq
@@ -47,6 +48,7 @@ Description: statistics collection and monitoring daemon
    * execution of external programs: exec
    * harddisk temperature: hddtemp
    * network traffic: interface
+   * IPMI sensors information: ipmi
    * IPVS connection statistics: ipvs
    * IRQ counters: irq
    * CPU, dist, network statistics of guest systems: libvirt
@@ -63,6 +65,7 @@ Description: statistics collection and monitoring daemon
    * Nginx (a HTTP and E-Mail server/proxy) statistics: nginx
    * NTP daemon's local clock drift, offset to peers, etc.: ntpd
    * UPS information: nut
+   * PowerDNS name server statistics: powerdns
    * number of processes: processes
    * output to RRD files: rrdtool
    * embedded Perl interpreter: perl
@@ -72,10 +75,13 @@ Description: statistics collection and monitoring daemon
    * values from SNMP enabled network devices: snmp
    * swap usage: swap
    * logging to syslog: syslog
+   * incremental parsing of logfiles: tail
    * number of TCP connections to specific ports: tcpconns
+   * TeamSpeak2 server statistics: teamspeak2
    * external runtime interface: unixsock
    * number of users logged into the system: users
    * set the hostname to an unique identifier: uuid
+   * detailed virtual memory statistics: vmem
    * system resources used by Linux-VServers: vserver
    * wireless network stats: wireless
 
@@ -96,7 +102,7 @@ Description: statistics collection and monitoring daemon (debugging symbols)
 
 Package: collectd-dev
 Architecture: all
-Depends: collectd (>= ${source:Version}), collectd (<< 4.4~)
+Depends: collectd (>= ${source:Version}), collectd (<< 4.5~)
 Description: statistics collection and monitoring daemon (development files)
  collectd is a small daemon which collects system information periodically and
  provides mechanisms to monitor and store the values in a variety of ways. It