Code

Merge branch 'master' into sid collectd-5.7.0-1
authorMarc Fournier <marc@bl.uem.li>
Fri, 16 Dec 2016 21:12:03 +0000 (22:12 +0100)
committerMarc Fournier <marc@bl.uem.li>
Fri, 16 Dec 2016 21:12:03 +0000 (22:12 +0100)
30 files changed:
debian/NEWS.Debian
debian/README.Debian
debian/changelog
debian/collectd-core.collectd.init.d
debian/collectd-core.templates
debian/collectd.conf
debian/control
debian/copyright
debian/patches/configure_find_lc_all.patch [deleted file]
debian/patches/nagios-debian-paths.patch [new file with mode: 0644]
debian/patches/series
debian/po/cs.po
debian/po/da.po
debian/po/de.po
debian/po/es.po
debian/po/fr.po
debian/po/gl.po
debian/po/it.po
debian/po/ja.po
debian/po/nl.po
debian/po/pl.po
debian/po/pt.po
debian/po/pt_BR.po
debian/po/ru.po
debian/po/sk.po
debian/po/sv.po
debian/po/templates.pot
debian/po/vi.po
debian/rules
debian/watch

index c0545b42b53d013d2e802ac84d07bf43a45abc0f..e5ee70f0d1d22b88dc2354dab596fc97174e51d4 100644 (file)
@@ -2,7 +2,7 @@ collectd (5.1.0-1) unstable; urgency=low
 
   Version 5 of collectd introduced a couple of backward-incompatible changes.
   The full list of changes is documented in the collectd wiki found at
-  <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide>.
+  <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>.
 
   In a client / server setups it's generally advised to upgrade the server
   first. By using the v5_upgrade target plugin, the v5 server will be able to
@@ -81,7 +81,7 @@ collectd (4.0.2-1) experimental; urgency=low
   required information are automatically loaded by collectd. You only need to
   load plugins which are supposed to collect data locally.
 
-  See also: http://collectd.org/migrate-v3-v4.shtml
+  See also: https://collectd.org/migrate-v3-v4.shtml
 
  -- Sebastian Harl <sh@tokkee.org>  Thu,  7 Jun 2007 17:36:58 +0200
 
index cab3f6438cc1b39149199b0bf1a0062bbd592502..e2aeacc9fe6703504c980bbfd4ebb44518d82b74 100644 (file)
@@ -113,7 +113,7 @@ Building your own plugins:
   appropriate collectd-<extension>(5) manual page for details.
 
 - If you want to contribute plugins to the official distribution you should
-  read http://collectd.org/dev-info.shtml.
+  read https://collectd.org/dev-info.shtml.
 
 - If you want to build C plugins for your personal use only simply install the
   collectd-dev package and use /usr/share/doc/collectd-dev/examples/myplugin.c
index f6ee6ecc41ec80360922c5bcd0a4be8c331c1858..e1e8963c9910a2a03ac7b0442f6a48e247cfff55 100644 (file)
@@ -1,3 +1,28 @@
+collectd (5.7.0-1) unstable; urgency=medium
+
+  * New upstream release.
+    New plugins:
+    - DPDK interface statistics: dpdkstat
+    - Report the number of used and free hugepages: hugepages (Linux-specific)
+    - Intel Resource Director Technology statistics: intel_rdt (disabled in
+      Debian because of missing dependencies)
+    - Publish values in a Prometheus-compatible format: write_prometheus
+  * debian/rules:
+    - Disable hugepages plugin on non-Linux.
+    - Disable the intel_rdt plugin.
+  * debian/control:
+    - Build-depend on libdpdk-dev: Needed by the new dpdkstat plugin.
+    - Build-depend on libmicrohttpd-dev: Needed by the new write_prometheus
+      plugin.
+    - Suggests icinga instead of nagios packages (nagios3 removed from
+      Debian. Closes: #846859). Thanks to Bas Couwenberg.
+  * debian/patches:
+    - Removed configure_find_lc_all.patch; included upstream.
+    - Added nagios-debian-paths.patch, to use nagios-nrpe-server &
+      monitoring-plugin paths for Debian. Thanks to Bas Couwenberg.
+
+ -- Marc Fournier <marc@bl.uem.li>  Fri, 16 Dec 2016 22:11:21 +0100
+
 collectd (5.6.1-2) unstable; urgency=medium
 
   * debian/control:
index f18b994c316fbf57250db7ec0cd0ebd4a668fa30..f1bb42943a103508503968dff73ab35d16b49987 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/bash
 #
 # collectd - start and stop the statistics collection daemon
-# http://collectd.org/
+# https://collectd.org/
 #
 # Copyright (C) 2005-2006 Florian Forster <octo@verplant.org>
 # Copyright (C) 2006-2009 Sebastian Harl <tokkee@debian.org>
index 02b301c13a8453324a91961ef9243204d276e582..9ff7311007bd79a0279fe75cf238d4714162a24d 100644 (file)
@@ -35,7 +35,7 @@ _Description: Layout of RRD files has changed in version 5.0
  which is currently not the case. You need to perform the migration manually.
  .
  See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at
- <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.
+ <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.
 
 Template: collectd/auto-migrate-4-5
 Type: boolean
@@ -50,7 +50,7 @@ _Description: Automatically try to migrate your RRD files?
  experimental, though. Do not expect it to work in all cases.
  .
  See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at
- <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.
+ <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details.
 
 Template: collectd/postrm_purge_data
 Type: boolean
index f1759b6d3944ab645a7933431ffe062a1cc63136..76a3f546568c90cc9c42e02717f7d04a1ac8641b 100644 (file)
@@ -109,6 +109,7 @@ LoadPlugin cpu
 LoadPlugin df
 LoadPlugin disk
 #LoadPlugin dns
+#LoadPlugin dpdkstat
 #LoadPlugin drbd
 #LoadPlugin email
 LoadPlugin entropy
@@ -119,6 +120,7 @@ LoadPlugin entropy
 #LoadPlugin fscache
 #LoadPlugin gmond
 #LoadPlugin gps
+#LoadPlugin hugepages
 #LoadPlugin hddtemp
 LoadPlugin interface
 #LoadPlugin ipc
@@ -194,6 +196,7 @@ LoadPlugin users
 #LoadPlugin write_http
 #LoadPlugin write_kafka
 #LoadPlugin write_log
+#LoadPlugin write_prometheus
 #LoadPlugin write_redis
 #LoadPlugin write_riemann
 #LoadPlugin write_sensu
@@ -294,6 +297,7 @@ LoadPlugin users
 #<Plugin battery>
 #      ValuesPercentage false
 #      ReportDegraded false
+#      QueryStateFS false
 #</Plugin>
 
 #<Plugin bind>
@@ -499,6 +503,16 @@ LoadPlugin users
 #      SelectNumericQueryTypes false
 #</Plugin>
 
+#<Plugin dpdkstat>
+#       Interval 1
+#       Coremask "0xf"
+#       ProcessType "secondary"
+#       FilePrefix "rte"
+#       EnabledPortMask 0xffff
+#       PortName "interface1"
+#       PortName "interface2"
+#</Plugin>
+
 #<Plugin email>
 #      SocketFile "/var/run/collectd-email"
 #      SocketGroup "collectd"
@@ -563,6 +577,14 @@ LoadPlugin users
 #      Port 7634
 #</Plugin>
 
+#<Plugin hugepages>
+#    ReportPerNodeHP  true
+#    ReportRootHP     true
+#    ValuesPages      true
+#    ValuesBytes      false
+#    ValuesPercentage false
+#</Plugin>
+
 #<Plugin interface>
 #      Interface "eth0"
 #      IgnoreSelected false
@@ -651,7 +673,8 @@ LoadPlugin users
 #      <Instance "local">
 #              Socket "/var/run/memcached.sock"
 # or:
-#              Host "127.0.0.1"
+#              #Host "memcache.example.com"
+#              Address "127.0.0.1"
 #              Port "11211"
 #      </Instance>
 #</Plugin>
@@ -813,7 +836,7 @@ LoadPlugin users
 #</Plugin>
 
 #<Plugin notify_nagios>
-#      CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
+#      CommandFile "/var/lib/icinga/rw/icinga.cmd"
 #</Plugin>
 
 #<Plugin ntpd>
@@ -1164,6 +1187,27 @@ LoadPlugin users
 #                      Instance "local_user"
 #              </Match>
 #      </File>
+#      <File "/var/log/nginx/apache-time.log">
+#              #Use the following log format in nginx:
+#              #log_format response_time '[$host] "$upstream_response_time" ...'
+#              Instance "apache"
+#              <Match>
+#                      Regex "^\\S+ \"([0-9.]+)\""
+#                      <DSType Distribution>
+#                              Percentile 80    # -> latency-foo-80
+#                              Percentile 95    # -> latency-foo-95
+#                              Percentile 99    # -> latency-foo-99
+#                              Bucket 0   0.1   # -> bucket-latency-foo-0_0.1
+#                              Bucket 0.1 0.2   # -> bucket-latency-foo-0.1_0.2
+#                              Bucket 0.2 0.5   # -> bucket-latency-foo-0.2_0.5
+#                              Bucket 0.5 1.0   # -> bucket-latency-foo-0.5_1
+#                              Bucket 1.0 2.0   # -> bucket-latency-foo-1_2
+#                              Bucket 2.0 0     # -> bucket-latency-foo-2_inf
+#                      </DSType>
+#                      Type "latency"
+#                      Instance "foo"
+#              </Match>
+#      </File>
 #</Plugin>
 
 #<Plugin tail_csv>
@@ -1287,6 +1331,8 @@ LoadPlugin users
 #      RefreshInterval 60
 #      Domain "name"
 #      BlockDevice "name:device"
+#      BlockDeviceFormat target
+#      BlockDeviceFormatBasename false
 #      InterfaceDevice "name:device"
 #      IgnoreSelected false
 #      HostnameFormat name
@@ -1310,6 +1356,9 @@ LoadPlugin users
 #              StoreRates true
 #              AlwaysAppendDS false
 #              EscapeCharacter "_"
+#              SeparateInstances false
+#              PreserveSeparator false
+#              DropDuplicateFields false
 #      </Node>
 #</Plugin>
 
@@ -1345,6 +1394,10 @@ LoadPlugin users
 #      </Topic>
 #</Plugin>
 
+#<Plugin write_prometheus>
+#      Port "9103"
+#</Plugin>
+
 #<Plugin write_redis>
 #      <Node "example">
 #              Host "localhost"
index 206e36b6adc39076eb19400e8d06b2ba73e2ab70..606c3bb0afcdbf748d1e475bb49a0e939feb81d7 100644 (file)
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9.20120909~), dpkg-dev (>= 1.14.10), po-debconf, dh
  libcurl4-gnutls-dev (>= 7.18.2-5) | libcurl4-gnutls-dev (<= 7.18.2-1) | libcurl3-gnutls-dev,
  libdevstat-dev [kfreebsd-any],
  libdbi0-dev,
+ libdpdk-dev,
  libesmtp-dev,
  libganglia1-dev (>= 3) [linux-any],
  libgeom-dev [kfreebsd-any],
@@ -27,6 +28,7 @@ Build-Depends: debhelper (>= 9.20120909~), dpkg-dev (>= 1.14.10), po-debconf, dh
  liblua5.3-dev,
  liblvm2-dev [linux-any],
  libmemcached-dev,
+ libmicrohttpd-dev,
  libmodbus-dev,
  libmosquitto-dev,
  libmnl-dev [linux-any],
@@ -63,7 +65,7 @@ Build-Depends: debhelper (>= 9.20120909~), dpkg-dev (>= 1.14.10), po-debconf, dh
  riemann-c-client
 Build-Conflicts: libpthread-dev, libhal-dev
 Standards-Version: 3.9.8
-Homepage: http://collectd.org/
+Homepage: https://collectd.org/
 Vcs-Git: https://github.com/collectd/pkg-debian.git
 Vcs-Browser: https://github.com/collectd/pkg-debian.git
 
@@ -123,6 +125,7 @@ Description: statistics collection and monitoring daemon (core system)
    * disk space usage: df
    * disk and partition throughput: disk
    * DNS traffic information: dns
+   * DPDK interface statistics: dpdkstat
    * Distributed Replicated Block Device status: drbd
    * E-Mail statistics (count, traffic, spam scores and checks): email
    * amount of available entropy: entropy
@@ -134,6 +137,7 @@ Description: statistics collection and monitoring daemon (core system)
    * query data from Java processes using JMX: GenericJMX (Java based plugin)
    * receive and interpret Ganglia multicast traffic: gmond
    * harddisk temperature: hddtemp
+   * Report the number of used and free hugepages: hugepages
    * network traffic: interface
    * IPC statistics: ipc
    * IPMI sensors information: ipmi
@@ -211,6 +215,7 @@ Description: statistics collection and monitoring daemon (core system)
    * send collected values to a web-server: write_http
    * send collected values to an Apache Kafka message broker: write_kafka
    * send collected values to the logging subsystem: write_log
+   * publish collected values as a Prometheus exporter: write_prometheus
    * send collected values to a Redis server: write_redis
    * send collected values to a Riemann server: write_riemann
    * send collected values to a Sensu client: write_sensu
@@ -242,7 +247,7 @@ Package: collectd-utils
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: collectd
-Suggests: nagios3 | nagios2
+Suggests: icinga
 Replaces: collectd (<< 4.6.1-1~)
 Description: statistics collection and monitoring daemon (utilities)
  collectd is a small daemon which collects system information periodically and
@@ -274,7 +279,7 @@ Description: statistics collection and monitoring daemon (debugging symbols)
 
 Package: collectd-dev
 Architecture: all
-Depends: collectd-core (>= ${source:Version}), collectd-core (<< 5.7~),
+Depends: collectd-core (>= ${source:Version}), collectd-core (<< 5.8~),
  ${misc:Depends}
 Description: statistics collection and monitoring daemon (development files)
  collectd is a small daemon which collects system information periodically and
index 8058dc7fcbac24e6a93b84ffda05ad379ae67cc6..54fac4156ac51db17a6a56c28fa88a88661e036c 100644 (file)
@@ -1,7 +1,7 @@
 This package was debianized by Sebastian Harl <tokkee@debian.org> on
 Wed, 10 May 2006 09:20:39 +0200.
 
-It was downloaded from <http://collectd.org/files/>.
+It was downloaded from <https://collectd.org/files/>.
 
 Upstream Authors:
        Core Developer:
@@ -323,6 +323,7 @@ Licenses:
        Copyright © 2005-2006 Vincent Stehlé <vincent.stehle@free.fr>
        Copyright © 2006-2007 Florian Forster <octo@verplant.org>
        Copyright © 2008 Sebastian Harl <sh@tokkee.org>
+       Copyright © 2014 Carnegie Mellon University
        License: GNU General Public License
 
        File src/ipc.c
@@ -804,16 +805,19 @@ can be found in `/usr/share/common-licenses/LGPL'.
              contrib/cussh.pl
              proto/collectd.proto
              proto/types.proto
-             src/grpc.cc
              src/types.db.pod
              src/utils_cmd_flush.h
              src/utils_curl_stats.c
              src/utils_curl_stats.h
              src/daemon/utils_subst.c
              src/daemon/utils_subst.h
-       Copyright © 2006-2009 Sebastian Harl <sh@tokkee.org>
+       Copyright © 2006-2016 Sebastian Harl <sh@tokkee.org>
        License: MIT License
 
+       File src/grpc.cc
+       Copyright © 2015-2016 Sebastian Harl <sh@tokkee.org>
+       Copyright © 2016 Florian Forster <octo@verplant.org>
+
        File contrib/collection.cgi
        Copyright © 2006-2010 Florian Forster <octo@collectd.org>
        2006-2008 Sebastian Harl <sh@tokkee.org>
@@ -825,17 +829,23 @@ can be found in `/usr/share/common-licenses/LGPL'.
        Copyright © 2010-2012 Florian Forster <octo@verplant.org>
        License: MIT License
 
+       File src/battery_statefs.c
+       Copyright © 2016 rinigus
+       License: MIT License
+
        Files src/collectd-perl.pod
              src/logfile.c
              src/match_regex.c
              src/nginx.c
              src/scanner.l
              src/utils_cmd_flush.c
+             src/utils_cmds.c
+             src/utils_cmds.h
              src/daemon/utils_complain.c
              src/daemon/utils_complain.h
              src/vserver.c
        Copyright © 2006-2013 Florian Forster
-       Copyright © 2006-2009 Sebastian Harl
+       Copyright © 2006-2016 Sebastian Harl
        License: MIT License
 
        Files src/collectd-python.pod
@@ -863,6 +873,10 @@ can be found in `/usr/share/common-licenses/LGPL'.
        Copyright © 2014 Tim Laszlo <tim.laszlo@gmail.com>
        License: MIT License
 
+       File src/dpdkstat.c
+       Copyright © 2016 Intel Corporation
+       License: MIT License
+
        File src/fhcount.c
        Copyright © 2015 Jiri Tyr <jiri.tyr@gmail.com>
        License: MIT License
@@ -871,6 +885,14 @@ can be found in `/usr/share/common-licenses/LGPL'.
        Copyright © 2015 Nicolas JOURDEN <nicolas.jourden@laposte.net>
        License: MIT License
 
+       File src/hugepages.c
+       Copyright © 2016 Intel Corporation
+       License: MIT License
+
+       File src/intel_rdt.c
+       Copyright © 2016 Intel Corporation
+       License: MIT License
+
        File src/log_logstash.c
        Copyright © 2013 Pierre-Yves Ritschard
        License: MIT License
@@ -895,9 +917,9 @@ can be found in `/usr/share/common-licenses/LGPL'.
        Copyright © 2005-2013 Florian octo Forster <octo@verplant.org>
        License: MIT License
 
-       Files src/daemon/utils_tail.c
-             src/daemon/utils_tail_match.c
-             src/daemon/utils_tail_match.h
+       Files src/utils_tail.c
+             src/utils_tail_match.c
+             src/utils_tail_match.h
        Copyright © 2007-2008 C-Ware, Inc.
        Copyright © 2008 Florian Forster
        License: MIT License
@@ -943,6 +965,12 @@ can be found in `/usr/share/common-licenses/LGPL'.
        Copyright © 2013 Florian 'octo' Forster <octo@collectd.org>
        License: MIT License
 
+       Files src/utils_latency_config.c
+             src/utils_latency_config.h
+       Copyright © 2013-2016 Florian 'octo' Forster <octo@collectd.org>
+       Copyright © 2016 Pavel Rochnyak <pavel2000@ngs.ru>
+       License: MIT License
+
        Files src/utils_format_kairosdb.c
              src/utils_format_kairosdb.h
        Copyright © 2016 Aurelien beorn Rougemont <beorn@gandi.net>
diff --git a/debian/patches/configure_find_lc_all.patch b/debian/patches/configure_find_lc_all.patch
deleted file mode 100644 (file)
index f223673..0000000
+++ /dev/null
@@ -1,51 +0,0 @@
-Description: set locale when running find, to ensure a reproducible sort order
-Author: Marc Fournier <marc@bl.uem.li>
-diff --git a/configure.ac b/configure.ac
-index ceb0b30..2d05efa 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -2258,7 +2258,7 @@ then
-       if test -d "$with_java_home"
-       then
-               AC_MSG_CHECKING([for jni.h])
--              TMPVAR=`find -L "$with_java_home" -name jni.h -type f -exec 'dirname' '{}' ';' 2>/dev/null | head -n 1`
-+              TMPVAR=`LC_ALL=C find -L "$with_java_home" -name jni.h -type f -exec 'dirname' '{}' ';' 2>/dev/null | sort | head -n 1`
-               if test "x$TMPVAR" != "x"
-               then
-                       AC_MSG_RESULT([found in $TMPVAR])
-@@ -2268,7 +2268,7 @@ then
-               fi
-               AC_MSG_CHECKING([for jni_md.h])
--              TMPVAR=`find -L "$with_java_home" -name jni_md.h -type f -exec 'dirname' '{}' ';' 2>/dev/null | head -n 1`
-+              TMPVAR=`LC_ALL=C find -L "$with_java_home" -name jni_md.h -type f -exec 'dirname' '{}' ';' 2>/dev/null | sort | head -n 1`
-               if test "x$TMPVAR" != "x"
-               then
-                       AC_MSG_RESULT([found in $TMPVAR])
-@@ -2278,7 +2278,7 @@ then
-               fi
-               AC_MSG_CHECKING([for libjvm.so])
--              TMPVAR=`find -L "$with_java_home" -type f \( -name libjvm.so -o -name libjvm.dylib \) -exec 'dirname' '{}' ';' 2>/dev/null | head -n 1`
-+              TMPVAR=`LC_ALL=C find -L "$with_java_home" -type f \( -name libjvm.so -o -name libjvm.dylib \) -exec 'dirname' '{}' ';' 2>/dev/null | sort | head -n 1`
-               if test "x$TMPVAR" != "x"
-               then
-                       AC_MSG_RESULT([found in $TMPVAR])
-@@ -2290,7 +2290,7 @@ then
-               if test "x$JAVAC" = "x"
-               then
-                       AC_MSG_CHECKING([for javac])
--                      TMPVAR=`find -L "$with_java_home" -name javac -type f 2>/dev/null | head -n 1`
-+                      TMPVAR=`LC_ALL=C find -L "$with_java_home" -name javac -type f 2>/dev/null | sort | head -n 1`
-                       if test "x$TMPVAR" != "x"
-                       then
-                               JAVAC="$TMPVAR"
-@@ -2302,7 +2302,7 @@ then
-               if test "x$JAR" = "x"
-               then
-                       AC_MSG_CHECKING([for jar])
--                      TMPVAR=`find -L "$with_java_home" -name jar -type f 2>/dev/null | head -n 1`
-+                      TMPVAR=`LC_ALL=C find -L "$with_java_home" -name jar -type f 2>/dev/null | sort | head -n 1`
-                       if test "x$TMPVAR" != "x"
-                       then
-                               JAR="$TMPVAR"
diff --git a/debian/patches/nagios-debian-paths.patch b/debian/patches/nagios-debian-paths.patch
new file mode 100644 (file)
index 0000000..41e7bf7
--- /dev/null
@@ -0,0 +1,24 @@
+Description: Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.
+Author: Bas Couwenberg <sebastic@debian.org>
+
+--- a/contrib/exec-nagios.conf
++++ b/contrib/exec-nagios.conf
+@@ -1,15 +1,15 @@
+ # Run `perldoc exec-nagios.px' for details on this config file.
+-NRPEConfig /etc/nrpe.cfg
++NRPEConfig /etc/nagios/nrpe.cfg
+ Interval 300
+-<Script /usr/lib/nagios/check_tcp>
++<Script /usr/lib/nagios/plugins/check_tcp>
+       Arguments -H alice -p 22
+       Type delay
+ </Script>
+-<Script /usr/lib/nagios/check_dns>
++<Script /usr/lib/nagios/plugins/check_dns>
+       Arguments -H alice
+       Type delay
+ </Script>
index 7039a9de9782c5c1ab419cc008f6db2d77b543fe..8c3f46b2e3722b791529ef4ad0b272c6927927ab 100644 (file)
@@ -1,4 +1,4 @@
-configure_find_lc_all.patch
 rrd_filter_path.patch
 collection_conf_path.patch
 myplugin_includes.patch
+nagios-debian-paths.patch
index 74ceec00639fc4f3c82cf6280ab01c9d88c0a11b..37abe02ea055747622c3de30f087fed164fd5dc5 100644 (file)
@@ -105,10 +105,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Pro více informací se podívejte do souboru /usr/share/doc/collectd-core/NEWS."
-"Debian.gz a na wiki collectd na adrese <http://collectd.org/wiki/index.php/"
+"Debian.gz a na wiki collectd na adrese <https://collectd.org/wiki/index.php/"
 "V4_to_v5_migration_guide>."
 
 #. Type: boolean
index 20f1d1b02c4d7ac54749f378a9a87e773e48bb37..b6cea86489cd780900f12fd940d9f97cab4bc3ca 100644 (file)
@@ -105,10 +105,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Se /usr/share/doc/collectd-core/NEWS.Debian.gz og wikien for collectd på "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for detaljer."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for detaljer."
 
 #. Type: boolean
 #. Description
index 9dc6836a4b1abc65a34904c41c0563ce03a217c7..16d03b7829147496ee668fc9a4a3306a48f955e7 100644 (file)
@@ -109,10 +109,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Siehe »/usr/share/doc/collectd-core/NEWS.Debian.gz« und das collectd Wiki "
-"unter <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> "
+"unter <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> "
 "für Details."
 
 #. Type: boolean
index fe98a59c620a98d72bdb7b0bea8fa0e247713042..479cc0c3e351c2c3cd098ace14bf63dda0e52a23 100644 (file)
@@ -136,11 +136,11 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Para más detalles consulte «/usr/share/doc/collectd-core/NEWS.Debian.gz» y la "
 "página wiki de collectd en "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide>."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>."
 
 #. Type: boolean
 #. Description
index 404dc9c5de7f517ac073a25d612ef80d10d7ce64..d59a5995e415196c0eea911ddac9048d2f7700fc 100644 (file)
@@ -114,10 +114,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Voir /usr/share/doc/collectd-core/NEWS.Debian.gz et le wiki de collectd "
-"(<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide>) pour plus de "
+"(<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>) pour plus de "
 "détails."
 
 #. Type: boolean
index 204c68013462922c17707943ddaa408e4952729c..78d4eccdd5001a51e744fe424b36d42b16d6a333 100644 (file)
@@ -108,10 +108,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Consulte o ficheiro /usr/share/doc/collectd-core/NEWS.Debian.gz e a wiki de "
-"collectd en <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> "
+"collectd en <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> "
 "para obter máis detalles."
 
 #. Type: boolean
index d0d354f083bf6594c560e959df83e73a9dc74b23..2b4e41cd8d9f4de58a09cb58017447c26c11c6b1 100644 (file)
@@ -109,11 +109,11 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Per i dettagli vedere /usr/share/doc/collectd-core/NEWS.Debian.gz e il wiki di "
 "collectd all'indirizzo "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide>."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>."
 
 #. Type: boolean
 #. Description
index 86e2fbe9aded148014437a1b80e58c0cb9efe626..9d3415411ca1d04c07961249cfda818eb7af1c84 100644 (file)
@@ -105,10 +105,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "詳細については /usr/share/doc/collectd-core/NEWS.Debian.gz 及び collectd wiki "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> を見てください。"
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> を見てください。"
 
 #. Type: boolean
 #. Description
index 8225f1d6b1421ea10d31e00f35ceba4583ab5720..4b67f9bd3aa063c3c9b6e5c0a804ffc0cc28d4ce 100644 (file)
@@ -109,10 +109,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Zie /usr/share/doc/collectd-core/NEWS.Debian.gz en de wikipagina van "
-"collectd, <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide>, "
+"collectd, <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>, "
 "voor meer informatie."
 
 #. Type: boolean
index 11401d9827bbc7bceb23c3d684336ad4a82d1db4..c43369c16cea822fbc92ef4a2af3358c5ba41781 100644 (file)
@@ -110,7 +110,7 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Plik /usr/share/doc/collectd-core/NEWS.Debian.gz oraz wiki collectd <http://"
 "collectd.org/wiki/index.php/V4_to_v5_migration_guide> zawiera więcej "
index 810768cf30dd568e6cdc56ee24c60fb22ab33e03..c2fbcc3a4e4e4c9c0cbe4453acf94ce5939b5d8a 100644 (file)
@@ -108,10 +108,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Veja /usr/share/doc/collectd-core/NEWS.Debian.gz e o wiki do collectd em "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> para mais "
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> para mais "
 "detalhes."
 
 #. Type: boolean
index bb762e61400eb16857cffc4872fafa4980463d6b..2313b01de6338ce30d43c9783a776ddf9d167822 100644 (file)
@@ -107,10 +107,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Veja /usr/share/doc/collectd-core/NEWS.Debian.gz e o wiki do collectd em "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> para detalhes."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> para detalhes."
 
 #. Type: boolean
 #. Description
index 4907def9f8884ff72f7d55be60b638d6eab3ae5a..4fa8fc9eda3c33f3176024d9b518a6395ab186bd 100644 (file)
@@ -107,10 +107,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "Дополнительную информацию можно найти в файле /usr/share/doc/collectd-core/"
-"NEWS.Debian.gz и вики collectd wiki по адресу <http://collectd.org/wiki/index."
+"NEWS.Debian.gz и вики collectd wiki по адресу <https://collectd.org/wiki/index."
 "php/V4_to_v5_migration_guide>."
 
 #. Type: boolean
index eef93acad7a7b0ec4ce4c65cfa0b651a585797d2..c5138c3e8fcc0dd32663d9c800467a9f1fb2f4b2 100644 (file)
@@ -89,8 +89,8 @@ msgstr "Rozloženie súborov RRD, ktoré vytvára collectd sa výrazne zmenilo o
 #. Description
 #: ../collectd-core.templates:3001
 #: ../collectd-core.templates:4001
-msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
-msgstr "Pozri podrobnosti v /usr/share/doc/collectd-core/NEWS.Debian.gz a na wiki collectd na adrese <http://collectd.org/wiki/index.php/V4_to_v5_migration_guide>"
+msgid "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+msgstr "Pozri podrobnosti v /usr/share/doc/collectd-core/NEWS.Debian.gz a na wiki collectd na adrese <https://collectd.org/wiki/index.php/V4_to_v5_migration_guide>"
 
 #. Type: boolean
 #. Description
index 6756339ef1f24de0402d7a722f6e3a1ed4051172..7145316591078f0b8e78b53e0bae495b97df99ed 100644 (file)
@@ -110,10 +110,10 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 "För mer information läs /usr/share/doc/collectd-core/NEWS.Debian.gz och "
-"collectd-wikin på <http://collectd.org/wiki/index.php/"
+"collectd-wikin på <https://collectd.org/wiki/index.php/"
 "V4_to_v5_migration_guide>."
 
 #. Type: boolean
index 54b0821b0d3fe9aaf2584ac00470cde5ecac0454..82d0becad40a0e913238cc13ac2f6374c5822a8d 100644 (file)
@@ -95,7 +95,7 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 
 #. Type: boolean
index 4e4439216c09d84c30b0cc75c9db11ae5a4a5a11..ee4cf3452c1d8bf3c44af4dbcca1773d93c36aa5 100644 (file)
@@ -115,7 +115,7 @@ msgstr ""
 #: ../collectd-core.templates:3001 ../collectd-core.templates:4001
 msgid ""
 "See /usr/share/doc/collectd-core/NEWS.Debian.gz and the collectd wiki at "
-"<http://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
+"<https://collectd.org/wiki/index.php/V4_to_v5_migration_guide> for details."
 msgstr ""
 
 #. Type: boolean
index 15026c773cfe832ad6e34bfb052dde525798e063..2f31b1b7ed63b634886b24b12039aa5d1b7bcc8b 100755 (executable)
@@ -88,6 +88,9 @@ confflags += --disable-xmms
 # protobuf-compiler >= 3.0.0 and libgrpc++ are required for the grpc plugin.
 confflags += --disable-grpc
 
+# libqpos is required for the intel_rdt plugin.
+confflags += --disable-intel_rdt
+
 # These plugins are Linux-specific.
 ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
        confflags += \
@@ -97,6 +100,7 @@ ifneq (,$(filter kfreebsd-i386 kfreebsd-amd64, $(DEB_BUILD_ARCH)))
                --disable-drbd \
                --disable-ethstat \
                --disable-fhcount \
+               --disable-hugepages \
                --disable-ipc \
                --disable-iptables \
                --disable-ipvs \
@@ -263,7 +267,7 @@ binary-indep: install-indep
        dh_testdir
        dh_testroot
        dh_installchangelogs -i ChangeLog
-       dh_installdocs -A -i debian/README.Debian AUTHORS README TODO
+       dh_installdocs -A -i debian/README.Debian AUTHORS README
        dh_installexamples -i contrib/examples/myplugin.c \
                contrib/examples/MyPlugin.pm
        dh_compress -i -Xexamples/
@@ -277,7 +281,7 @@ binary-arch: build install-arch
        dh_testdir
        dh_testroot
        dh_installchangelogs -a ChangeLog
-       dh_installdocs -A -a debian/README.Debian AUTHORS README TODO
+       dh_installdocs -A -a debian/README.Debian AUTHORS README
        dh_installdocs -a debian/NEWS.Debian debian/README.Debian.plugins
        dh_installexamples -a contrib/collectd2html.pl contrib/collection.cgi \
                contrib/collection3/ contrib/php-collection/ \
index d806e6a30ae7f7f04bad4ce846ce2c0d08b2144e..6d99a96d1f3a5da19e7de7d9cc46de784abaa04c 100644 (file)
@@ -1,5 +1,5 @@
 version=3
 
 opts="uversionmangle=s/beta/~beta/;s/[-.]rc/~rc/" \
-http://collectd.org/files/ collectd-(.*)\.tar\..*
+https://collectd.org/files/ collectd-(.*)\.tar\..*