Your message dated Fri, 16 Dec 2016 21:34:08 +0000
with message-id <[email protected]>
and subject line Bug#846859: fixed in collectd 5.7.0-1
has caused the Debian Bug report #846859,
regarding collectd: Don't suggest nagios3 which has been removed from unstable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
846859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: collectd
Version: 5.6.1-2
Severity: normal
Tags: patch
User: [email protected]

Dear Maintainer,

Please update your package to deal with the nagios3 removal from Debian
(#845765).

Consider applying the attached patch.

Kind Regards,

Bas
diff -Nru collectd-5.6.1/debian/changelog collectd-5.6.1/debian/changelog
--- collectd-5.6.1/debian/changelog	2016-11-01 07:32:47.000000000 +0100
+++ collectd-5.6.1/debian/changelog	2016-12-03 20:01:05.000000000 +0100
@@ -1,3 +1,11 @@
+collectd (5.6.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on icinga instead of nagios packages (nagios3 removed from Debian).
+  * Add patch to use nagios-nrpe-server & monitoring-plugin paths for Debian.
+
+ -- Bas Couwenberg <[email protected]>  Sat, 03 Dec 2016 20:00:12 +0100
+
 collectd (5.6.1-2) unstable; urgency=medium
 
   * debian/control:
diff -Nru collectd-5.6.1/debian/collectd.conf collectd-5.6.1/debian/collectd.conf
--- collectd-5.6.1/debian/collectd.conf	2016-10-15 20:54:36.000000000 +0200
+++ collectd-5.6.1/debian/collectd.conf	2016-12-03 19:54:46.000000000 +0100
@@ -813,7 +813,7 @@
 #</Plugin>
 
 #<Plugin notify_nagios>
-#	CommandFile "/usr/local/nagios/var/rw/nagios.cmd"
+#	CommandFile "/var/lib/icinga/rw/icinga.cmd"
 #</Plugin>
 
 #<Plugin ntpd>
diff -Nru collectd-5.6.1/debian/control collectd-5.6.1/debian/control
--- collectd-5.6.1/debian/control	2016-11-01 07:32:47.000000000 +0100
+++ collectd-5.6.1/debian/control	2016-12-03 19:53:14.000000000 +0100
@@ -242,7 +242,7 @@
 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
diff -Nru collectd-5.6.1/debian/patches/nagios-debian-paths.patch collectd-5.6.1/debian/patches/nagios-debian-paths.patch
--- collectd-5.6.1/debian/patches/nagios-debian-paths.patch	1970-01-01 01:00:00.000000000 +0100
+++ collectd-5.6.1/debian/patches/nagios-debian-paths.patch	2016-12-03 19:59:26.000000000 +0100
@@ -0,0 +1,24 @@
+Description: Use paths for nagios-nrpe-server & monitoring-plugins Debian packages.
+Author: Bas Couwenberg <[email protected]>
+
+--- 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>
diff -Nru collectd-5.6.1/debian/patches/series collectd-5.6.1/debian/patches/series
--- collectd-5.6.1/debian/patches/series	2016-10-15 20:54:36.000000000 +0200
+++ collectd-5.6.1/debian/patches/series	2016-12-03 19:59:54.000000000 +0100
@@ -2,3 +2,4 @@
 rrd_filter_path.patch
 collection_conf_path.patch
 myplugin_includes.patch
+nagios-debian-paths.patch

--- End Message ---
--- Begin Message ---
Source: collectd
Source-Version: 5.7.0-1

We believe that the bug you reported is fixed in the latest version of
collectd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marc Fournier <[email protected]> (supplier of updated collectd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 16 Dec 2016 22:11:21 +0100
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient1
Architecture: source
Version: 5.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Sebastian Harl <[email protected]>
Changed-By: Marc Fournier <[email protected]>
Description:
 collectd   - statistics collection and monitoring daemon
 collectd-core - statistics collection and monitoring daemon (core system)
 collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
 collectd-dev - statistics collection and monitoring daemon (development files)
 collectd-utils - statistics collection and monitoring daemon (utilities)
 libcollectdclient-dev - client library for collectd's control interface 
(development file
 libcollectdclient1 - client library for collectd's control interface
Closes: 846859
Changes:
 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.
Checksums-Sha1:
 5dab4c5830969ad2e47cc0a714563e4be41f543a 3954 collectd_5.7.0-1.dsc
 1d88cd9ecf636c828cfe5dab05ba79e1f6a0b579 1861882 collectd_5.7.0.orig.tar.bz2
 dbf2c85aae1b5b4896a687850873371e82e347a5 72836 collectd_5.7.0-1.debian.tar.xz
Checksums-Sha256:
 ea34bcca4b6b0c94d793c68b0a5fd588a5e7bdc9fcd59841255c092a0f9266ac 3954 
collectd_5.7.0-1.dsc
 25a05fbdc6baad571554342bbac6141928bf95a47fc60ee3b32e46d0c89ef2b2 1861882 
collectd_5.7.0.orig.tar.bz2
 203f6f0b5571b9d686c7e9b4a4821da0ae49e616e57f5a337cd3d5748432e0e3 72836 
collectd_5.7.0-1.debian.tar.xz
Files:
 f6ef817a90a550889fcda029e2eee4a3 3954 utils optional collectd_5.7.0-1.dsc
 c5cbe74a5638cac793caa13b3df60ce1 1861882 utils optional 
collectd_5.7.0.orig.tar.bz2
 e428c33ab018f687c1b0e69c99b21db2 72836 utils optional 
collectd_5.7.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEFyYJDdJ26BUHqSsYEW9eOrNopOsFAlhUWRIPHG1hcmNAYmwu
dWVtLmxpAAoJEBFvXjqzaKTrOtMP/0Gt+fyFxoPqsAkhAfQ59qY9LGSbyCP1HkQY
TStPJYXaM0VvwnXOIp7m7UpjgUA3xvtrvIWUePnvfhWYy43r1WK18NMXXP9jhmue
tfbSHeDiTb5JRMn5jg2C3uvCG63US39KbBqaXhQUPwWCl9/kvJY89bi/tOBFr2n0
IYaEQRo/y17v1YKBNIUg28gLDgYyXjLXBpfc/eZJ1/tcGa/eE35tmWQ0f+GlyERu
Qf2U/yl9wsgTcSIyfSQU2IKPO9ZOmVxF/fDnqougMyJnzhXnfhkCKLvnkuD97awj
+W00aapEGVo424IbNXOELnPQqmBnRPhBWUitGbVz8+AcYiJygJIHSexvVKjFFtLU
76ShHev5pTNX7aEZIzxWJ3rD+p6ItdNOH1KsKagddd0Sj9bmzMPjwX6RUuVVxkT9
zhK8LmPGbATF6wC6KCmuvM7dqbRlRWOkfevqjfioP/vy5NnbaIEdZDqG1g0SoJBV
tSb8mt1Uphqt0jEjGOfC2VddpeFl+4TbVZMi2HAj/UZuam1Q7DNkmXrdokAXxvu1
48qJK9pfMK5p4k3YBO/I0h68hFE/I8G2gqtuF6y6hrhSlG93TXJlGtPkXzDaebt0
GRkvHx3MmbttPbpF4w0R4xsN3PHHfAk3ozafn0UfOcqDwWZFK4WTtbroB0iI/PD1
LzVgT4Ds
=sQXg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to