summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cd46660)
raw | patch | inline | side by side (parent: cd46660)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 1 Sep 2007 23:33:57 +0000 (01:33 +0200) | ||
committer | Sebastian 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.
* Updated collectd.conf.
* Added iproute-dev, libsnmp-dev | libsnmp9-dev, xmms-dev build dependencies.
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history | |
debian/control | patch | blob | history | |
debian/copyright | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 005dc7168a3abf98246584c6fbde808471f335e6..83245c09dff5e39ab56005238b23a827689778ba 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+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.
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 049f63fccbd13a839dc01a1c7cee95e6eaf8974d..8796189c1f135df96eb6cf0e5f84da45f408129e 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
LoadPlugin memory
#LoadPlugin multimeter
#LoadPlugin mysql
+#LoadPlugin netlink
#LoadPlugin network
#LoadPlugin nfs
#LoadPlugin ntpd
LoadPlugin rrdtool
#LoadPlugin sensors
#LoadPlugin serial
+#LoadPlugin snmp
LoadPlugin swap
LoadPlugin syslog
#LoadPlugin tape
LoadPlugin users
#LoadPlugin vserver
#LoadPlugin wireless
+#LoadPlugin xmms
#<Plugin apache>
# URL "http://localhost/status?auto"
# 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"
# 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>
diff --git a/debian/control b/debian/control
index 9a90ee5e8db8a7823690a6b9966d3cf3b4327d86..d5ae919d2fb34ae2e0fd6b45c0068e59247c4915 100644 (file)
--- a/debian/control
+++ b/debian/control
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
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
diff --git a/debian/copyright b/debian/copyright
index dbc8eb8e298bd9ad755ca87f3cd034f08bd86ddd..f19cd6d172c9e7f513ac3457f6e62e0a3a1cbccf 100644 (file)
--- a/debian/copyright
+++ b/debian/copyright
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>
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
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.