Code

Updated to collectd-4.1.0-1.
authorSebastian Harl <sh@tokkee.org>
Sat, 1 Sep 2007 23:33:57 +0000 (01:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 1 Sep 2007 23:33:57 +0000 (01:33 +0200)
 * Updated copyright file.
 * Updated collectd.conf.
 * Added iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev build dependencies.

debian/changelog
debian/collectd.conf
debian/control
debian/copyright

index 005dc7168a3abf98246584c6fbde808471f335e6..83245c09dff5e39ab56005238b23a827689778ba 100644 (file)
@@ -1,3 +1,15 @@
+collectd (4.1.0-1) experimental; urgency=low
+
+  * New upstream release.
+    - Added options to collectd2html.pl to specify host and data directory
+      (Closes: #438499).
+    New plugins:
+    - Detailed Linux network interface and routing statistics: netlink
+    - Values from SNMP enabled network devices: snmp
+    - Bitrate and frequency of music played with XMMS: xmms
+
+ -- Sebastian Harl <sh@tokkee.org>  Sun,  2 Sep 2007 00:56:10 +0200
+
 collectd (4.0.7-1) experimental; urgency=low
 
   * New upstream release.
index 049f63fccbd13a839dc01a1c7cee95e6eaf8974d..8796189c1f135df96eb6cf0e5f84da45f408129e 100644 (file)
@@ -34,6 +34,7 @@ LoadPlugin load
 LoadPlugin memory
 #LoadPlugin multimeter
 #LoadPlugin mysql
+#LoadPlugin netlink
 #LoadPlugin network
 #LoadPlugin nfs
 #LoadPlugin ntpd
@@ -44,6 +45,7 @@ LoadPlugin processes
 LoadPlugin rrdtool
 #LoadPlugin sensors
 #LoadPlugin serial
+#LoadPlugin snmp
 LoadPlugin swap
 LoadPlugin syslog
 #LoadPlugin tape
@@ -51,6 +53,7 @@ LoadPlugin syslog
 LoadPlugin users
 #LoadPlugin vserver
 #LoadPlugin wireless
+#LoadPlugin xmms
 
 #<Plugin apache>
 #   URL "http://localhost/status?auto"
@@ -129,6 +132,14 @@ LoadPlugin users
 #   Database "db_name"
 #</Plugin>
 
+#<Plugin netlink>
+#   Interface "All"
+#   VerboseInterface "All"
+#   QDisc "eth0" "pfifo_fast-1:0"
+#   Class "ppp0" "htb-1:10"
+#   Filter "ppp0" "u32-1:0"
+#</Plugin>
+
 #<Plugin network>
 #   Server "ff18::efc0:4a42" "25826"
 #   Server "239.192.74.66" "25826"
@@ -181,6 +192,48 @@ LoadPlugin users
 #   IgnoreSelected false
 #</Plugin>
 
+#<Plugin snmp>
+#   <Data "powerplus_voltge_input">
+#       Type "voltage"
+#       Table false
+#       Instance "input_line1"
+#       Values "SNMPv2-SMI::enterprises.6050.5.4.1.1.2.1"
+#   </Data>
+#   <Data "hr_users">
+#       Type "users"
+#       Table false
+#       Instance ""
+#       Values "HOST-RESOURCES-MIB::hrSystemNumUsers.0"
+#   </Data>
+#   <Data "std_traffic">
+#       Type "if_octets"
+#       Table true
+#       Instance "IF-MIB::ifDescr"
+#       Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
+#   </Data>
+#   
+#   <Host "some.switch.mydomain.org">
+#       Address "192.168.0.2"
+#       Version 1
+#       Community "community_string"
+#       Collect "std_traffic"
+#       Inverval 120
+#   </Host>
+#   <Host "some.server.mydomain.org">
+#       Address "192.168.0.42"
+#       Version 2
+#       Community "another_string"
+#       Collect "std_traffic" "hr_users"
+#   </Host>
+#   <Host "some.ups.mydomain.org">
+#       Address "192.168.0.3"
+#       Version 1
+#       Community "more_communities"
+#       Collect "powerplus_voltge_input"
+#       Interval 300
+#   </Host>
+#</Plugin>
+
 <Plugin syslog>
    LogLevel info
 </Plugin>
index 9a90ee5e8db8a7823690a6b9966d3cf3b4327d86..d5ae919d2fb34ae2e0fd6b45c0068e59247c4915 100644 (file)
@@ -2,7 +2,7 @@ Source: collectd
 Section: utils
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev
+Build-Depends: debhelper (>= 5), po-debconf, dpatch, bison | byacc, flex, autotools-dev, libcurl3-gnutls-dev, libmysqlclient15-dev | libmysqlclient14-dev, librrd2-dev | librrd0-dev, libsensors-dev, liboping-dev (>= 0.3.3), libpcap0.8-dev | libpcap-dev, iptables-dev [!alpha !amd64 !hppa !ia64 !ppc64], nut-dev [!alpha !amd64 !hppa !ia64 !ppc64], libperl-dev, iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev
 Build-Conflicts: libpthread-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.tokkee.org/pkg-collectd.git
@@ -171,7 +171,7 @@ Description: statistics collection daemon (sensors plugin)
 
 Package: collectd-dev
 Architecture: all
-Depends: collectd (>= ${source:Version}), collectd (<< 4.1~)
+Depends: collectd (>= ${source:Version}), collectd (<< 4.2~)
 Description: statistics collection daemon (development files)
  collectd is a small daemon which collects system information periodically and
  provides mechanismns to store the values in a variety of ways. It is written
index dbc8eb8e298bd9ad755ca87f3cd034f08bd86ddd..f19cd6d172c9e7f513ac3457f6e62e0a3a1cbccf 100644 (file)
@@ -33,15 +33,25 @@ Licenses:
 
        Files contrib/collectd2html.pl
              src/hddtemp.c
-       Copyright 2006 Vincent StehlĂ© <vincent.stehle@free.fr>
+       Copyright (C) 2006 Vincent StehlĂ© <vincent.stehle@free.fr>
+       License: GNU General Public License
+
+       Files contrib/cussh.pl
+             src/email.c
+             src/logfile.c
+             src/perl.c
+             src/users.c
+             src/vserver.c
+       Copyright (C) 2006-2007 Sebastian Harl <sh@tokkee.org>
        License: GNU General Public License
 
        File src/apache.c
-       Copyright (C) 2006 Florian Forster <octo@verplant.org>
+       Copyright (C) 2006-2007 Florian Forster <octo@verplant.org>
        Copyright (C) 2007 Florent Monbillard <eppo@darox.net>
        License: GNU General Public License
 
        File src/apcups.c
+       Copyright (C) 2007 Florian Forster <octo@verplant.org>
        Copyright (C) 2006 Anthony Gialluca <tonyabg@charter.net>
        Copyright (C) 2000-2004 Kern Sibbald
        Copyright (C) 1996-99 Andre M. Hedrick <andre@suse.com>
@@ -53,14 +63,6 @@ Licenses:
        Copyright (C) 2005-2007 Peter Holik <peter@holik.at>
        License: GNU General Public License
 
-       Files src/email.c
-             src/logfile.c
-             src/perl.c
-             src/users.c
-             src/vserver.c
-       Copyright (C) 2006-2007 Sebastian Harl <sh@tokkee.org>
-       License: GNU General Public License
-
        File src/iptables.c
        Copyright (C) 2007 Sjoerd van der Berg <harekiet@users.sourceforge.net>
        License: GNU General Public License
@@ -196,6 +198,6 @@ can be found in `/usr/share/common-licenses/LGPL'.
 
        Use whatever you like more.
 
-The Debian packaging is (C) 2006, Sebastian Harl <sh@tokkee.org> and
+The Debian packaging is (C) 2006-2007, Sebastian Harl <sh@tokkee.org> and
 is licensed under the GPL, see above.