Your message dated Sat, 03 Dec 2016 21:20:29 +0000
with message-id <[email protected]>
and subject line Bug#846867: fixed in nsca-ng 1.5-1
has caused the Debian Bug report #846867,
regarding nsca-ng: Don't depend on 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.)


-- 
846867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846867
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nsca-ng
Version: 1.4-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: nagios3-rm

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 nsca-ng-1.4/debian/changelog nsca-ng-1.4/debian/changelog
--- nsca-ng-1.4/debian/changelog	2015-06-19 14:09:03.000000000 +0200
+++ nsca-ng-1.4/debian/changelog	2016-12-03 21:02:09.000000000 +0100
@@ -1,3 +1,10 @@
+nsca-ng (1.4-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use Icinga instead of Nagios (nagios3 removed from Debian).
+
+ -- Bas Couwenberg <[email protected]>  Sat, 03 Dec 2016 21:01:44 +0100
+
 nsca-ng (1.4-2) unstable; urgency=medium
 
   * [3928f0d] Create /var/run/nsca-ng if started via systemd (Closes: #784431)
diff -Nru nsca-ng-1.4/debian/control nsca-ng-1.4/debian/control
--- nsca-ng-1.4/debian/control	2015-06-19 13:57:54.000000000 +0200
+++ nsca-ng-1.4/debian/control	2016-12-03 20:59:48.000000000 +0100
@@ -29,11 +29,11 @@
 Architecture: any
 Section: net
 Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
-Recommends: nagios3 | icinga
+Recommends: icinga
 Description: Monitoring command acceptor
- The NSCA-ng server makes the Nagios command file accessible from remote
+ The NSCA-ng server makes the Icinga command file accessible from remote
  systems.  This allows for submitting passive check results, downtimes, and many
- other commands to Nagios or Icinga.
+ other commands to Icinga.
  .
  The communication with clients is TLS
  encrypted and authenticated using pre-shared keys (as per RFC 4279).  The
diff -Nru nsca-ng-1.4/debian/nsca-ng-server.init nsca-ng-1.4/debian/nsca-ng-server.init
--- nsca-ng-1.4/debian/nsca-ng-server.init	2015-06-19 13:57:54.000000000 +0200
+++ nsca-ng-1.4/debian/nsca-ng-server.init	2016-12-03 20:59:17.000000000 +0100
@@ -4,15 +4,15 @@
 # Provides:          nsca-ng
 # Required-Start:    $remote_fs $network $syslog
 # Required-Stop:     $remote_fs $network $syslog
-# Should-Start:      $named nagios3 icinga
-# Should-Stop:       $named nagios3 icinga
+# Should-Start:      $named icinga
+# Should-Stop:       $named icinga
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Accept monitoring commands
-# Description:       The NSCA-ng server makes the Nagios command file accessible
+# Description:       The NSCA-ng server makes the Icinga command file accessible
 #                    from remote systems.  This allows for submitting passive
-#                    check results, downtimes, and many other commands to Nagios
-#                    or Icinga.
+#                    check results, downtimes, and many other commands to
+#                    Icinga.
 ### END INIT INFO
 
 PATH='/sbin:/usr/sbin:/bin:/usr/bin'
diff -Nru nsca-ng-1.4/debian/patches/nsca-ng.cfg_debian_config nsca-ng-1.4/debian/patches/nsca-ng.cfg_debian_config
--- nsca-ng-1.4/debian/patches/nsca-ng.cfg_debian_config	2015-06-19 13:57:54.000000000 +0200
+++ nsca-ng-1.4/debian/patches/nsca-ng.cfg_debian_config	2016-12-03 21:01:36.000000000 +0100
@@ -3,17 +3,17 @@
 
 --- a/etc/nsca-ng.cfg
 +++ b/etc/nsca-ng.cfg
-@@ -8,9 +8,28 @@
+@@ -6,11 +6,27 @@
  #
- # Most probably, you'll have to specify the path to the Nagios command file.
+ 
+ #
+-# Most probably, you'll have to specify the path to the Nagios command file.
++# Most probably, you'll have to specify the path to the Icinga command file.
  #
 -command_file = "/usr/local/nagios/var/rw/nagios.cmd"
 +
-+# command_file for nagios3
-+command_file = "/var/lib/nagios3/rw/nagios.cmd"
-+
 +# command_file for icinga
-+#command_file= "/var/lib/icinga/rw/icinga.cmd"
++command_file= "/var/lib/icinga/rw/icinga.cmd"
 +
 +# Debian specific settings
 +listen = "localhost:5668" # only listen on localhost. If you use systemd this
@@ -33,7 +33,7 @@
  # These configuration settings are optional.
  #
  # 	listen = "monitoring.example.com:5668"  # Default: "*".
-@@ -105,6 +124,9 @@
+@@ -105,6 +121,9 @@ command_file = "/usr/local/nagios/var/rw
  # commands), at least one "commands", "hosts", and/or "services" expression must
  # be specified.
  #
diff -Nru nsca-ng-1.4/debian/README.Debian nsca-ng-1.4/debian/README.Debian
--- nsca-ng-1.4/debian/README.Debian	2013-03-16 11:12:01.000000000 +0100
+++ nsca-ng-1.4/debian/README.Debian	2016-12-03 21:01:30.000000000 +0100
@@ -11,12 +11,8 @@
 Using nsca-ng
 -------------
 
-If you want to use nsca-ng with Icinga just comment out the  "command_file" for nagios3
-and enable the prepared "command_file" for icinga.
-
-If you are missing your command socket it is a good idea to read either
-/usr/share/doc/nagios3/README.Debian or /usr/share/doc/icinga/README.Debian
-(the "External Commands" paragraph).
+If you are missing your command socket it is a good idea to read
+/usr/share/doc/icinga/README.Debian (the "External Commands" paragraph).
 
 The daemon is bound to localhost by default, you probably want to change this in 
 "/etc/nsca-ng/nsca-ng.local.cfg" when you are done with your configuration.

--- End Message ---
--- Begin Message ---
Source: nsca-ng
Source-Version: 1.5-1

We believe that the bug you reported is fixed in the latest version of
nsca-ng, 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.
Alexander Wirt <[email protected]> (supplier of updated nsca-ng 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: SHA256

Format: 1.8
Date: Sat, 03 Dec 2016 21:57:17 +0100
Source: nsca-ng
Binary: nsca-ng-client nsca-ng-server
Architecture: source amd64
Version: 1.5-1
Distribution: unstable
Urgency: medium
Maintainer: Alexander Wirt <[email protected]>
Changed-By: Alexander Wirt <[email protected]>
Description:
 nsca-ng-client - Send monitoring commands to NSCA-ng server
 nsca-ng-server - Monitoring command acceptor
Closes: 768003 828459 846000 846867
Changes:
 nsca-ng (1.5-1) unstable; urgency=medium
 .
   * [a040168] Use Icinga instead of Nagios (nagios3 removed from Debian).
     Thanks to Bas Couwenberg for the patch (Closes: #846867)
   * [1ccccc8] New upstream version 1.5 (Closes: #846000)
     - Fix ftbfs with OpenSSL 1.1.0 (Closes: #828459)
   * Depend on icinga-core instead of icinga (Closes: #768003)
Checksums-Sha1:
 f481a2c5401fc92f1f05b623f44a6da1aae60b40 1849 nsca-ng_1.5-1.dsc
 533285b404c4a96baae38cb26d6729fb7b24fb9c 434494 nsca-ng_1.5.orig.tar.gz
 fd745e381bd370a7d41be9bce8448b85de6b934a 5812 nsca-ng_1.5-1.debian.tar.xz
 d453a566ad310e10dd052dc37135d40ae4d0adcb 50758 
nsca-ng-client-dbgsym_1.5-1_amd64.deb
 e090229a00bcc9ebefbc5748958a48e3f1989992 49782 nsca-ng-client_1.5-1_amd64.deb
 a254989adb75157ff1d958cf3117ddc6d5eb567e 65988 
nsca-ng-server-dbgsym_1.5-1_amd64.deb
 300a2a6df79c3ff12392a814cb88b645898980c9 51580 nsca-ng-server_1.5-1_amd64.deb
 280cfdba2dcf5c51166d4a942474b97881325258 5588 nsca-ng_1.5-1_amd64.buildinfo
Checksums-Sha256:
 389d81bf73a012c3f035f5a329b9789d0104c15e765a87eb25ec773b67039a6e 1849 
nsca-ng_1.5-1.dsc
 79d4f725ef36756057306a4793268e0da9ccd1721a257ec99cf958d55a83261f 434494 
nsca-ng_1.5.orig.tar.gz
 a8278fecaa641b5255d0244c2ddade6ce5dd1a400ff346fd765770f92601adef 5812 
nsca-ng_1.5-1.debian.tar.xz
 fa39273397fce252f4dd3ec3d9603a2c5a649eceb990cd0cafc614d2afdf4b99 50758 
nsca-ng-client-dbgsym_1.5-1_amd64.deb
 fcb32855fa80e731606612409934c90f9f6106946fe8a8614edfeb044863e958 49782 
nsca-ng-client_1.5-1_amd64.deb
 099081c680558fd42dfec984f2cce7d09b7371a1ab54422aed4c767db4b00ca1 65988 
nsca-ng-server-dbgsym_1.5-1_amd64.deb
 2bc34e44a0088be26a55521c8f7d3d63df059a8607559c44a448e04a36cc0166 51580 
nsca-ng-server_1.5-1_amd64.deb
 a6b8f72c823191bbe34905a0dc63f1327caa88e3dd54573cf904e7c98122e830 5588 
nsca-ng_1.5-1_amd64.buildinfo
Files:
 ef1b4c871e0f0ef414fa3283d4761750 1849 net extra nsca-ng_1.5-1.dsc
 0a8fe1c635dd053430c7301c1721eecb 434494 net extra nsca-ng_1.5.orig.tar.gz
 f6d9a9471571dcfd50aefc6fd2296f8c 5812 net extra nsca-ng_1.5-1.debian.tar.xz
 4e0071b2e6c98f030ec184ed566b88db 50758 debug extra 
nsca-ng-client-dbgsym_1.5-1_amd64.deb
 14b2d4d6989df526249df3cfa4f67d51 49782 net extra nsca-ng-client_1.5-1_amd64.deb
 1057d96ada74df35e8d46a1da0065ea0 65988 debug extra 
nsca-ng-server-dbgsym_1.5-1_amd64.deb
 a89557b40ed0e7794428e19b72128995 51580 net extra nsca-ng-server_1.5-1_amd64.deb
 68e61fd78b58aa847f5ef664676a99c3 5588 net extra nsca-ng_1.5-1_amd64.buildinfo

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

iQIzBAEBCAAdFiEEbjlmweHRXblz0FtJHkX4yp3iOxYFAlhDMnEACgkQHkX4yp3i
OxYYiw/5Ae7Nrgv4mP0/7rGBTtqf6hzBQfcdUjFPjJlXn74PILuSDoveiL/mLRY2
aYl5IMjhxoM1ai7e9V1HXlYEMqWCPrVhbD0IZlP3yZq0fX1DaEoQIUFINIgHrKnM
r0rrI8jbVNA+Z4TuqmpZCptGx0DT3NSTBeQBFM7YHSiSMp1/hdFRSqnzSjnbPfHg
izZt//c8oeWQwiPo19tTQRNDbfBqUmtCRyouWx4kHGUZWtqnkjY0DNcKp9ighEgD
W2kA1s9hPYxijV/iHmutIaPMQygOO+FU7dvKDzl3mv7Lzw2otUa42oS/q5Q7+LMP
whuSg+61diCI7CtkCm6a6EVazD0/tlFLK6k9s4e5kVtqWGBknZkO6uEcn9D7G1lW
xrvUWVmmHdj8cawsEB+6NAA8TEhaOiBDRXTnqtdvNjqjzWotq/iNr35dtB/MrdJI
swSMgtChj4dxUh0mTVMTmmq7hnIAGbNzZ8SJum+heo0SHizTflSVD1stZ+rtbjp5
tJAZamOIYeqHUJjJ6faqdYrWFjOVGhI3AbUKz/JJVM48dx27A8X6xcs4CCKKVSPN
cQjQcf1xY+w/dhPontQ2l1gTXpnLRFu3mou1a1TH6U3iyxsYrpL9+QKH4AFZvQLE
7Lt7+4Z3oBAl0lkEPheI8TEpYwXUUOjjrGbY+7bUj7r2YoRyepo=
=Ng6O
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to