Your message dated Thu, 14 Jun 2012 10:18:54 +0000
with message-id <[email protected]>
and subject line Bug#662638: fixed in nagios-plugins 1.4.16~pre1-1
has caused the Debian Bug report #662638,
regarding nagios-plugins-basic: check_ping can not parse output of ping6 when 
unreachable
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.)


-- 
662638: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662638
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nagios-plugins-basic
Version: 1.4.15-3squeeze1.1-ip6fix
Severity: important


check_ping gives back unknown instead of critical when host ist unreachable
via ipv6. This is because ping6 returns an other output then expected by
the check.

Patch is attached.

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nagios-plugins-basic depends on:
ii  iputils-ping             3:20101006-1+b1 Tools to test the reachability of 
ii  libc6                    2.11.2-11       Embedded GNU C Library: Shared lib
ii  libssl1.0.0              1.0.0d-2        SSL shared libraries
ii  procps                   1:3.2.8-10      /proc file system utilities
ii  ucf                      3.0025+nmu1     Update Configuration File: preserv

nagios-plugins-basic recommends no packages.

Versions of packages nagios-plugins-basic suggests:
ii  nagios3                       3.2.3-1    A host/service/network monitoring
-- no debconf information

#! /bin/sh /usr/share/dpatch/dpatch-run
## 15_check_pink_ip6.dpatch
## Sandro Filippi <[email protected]>
##
## DP: Fix ping6 output parsing

@DPATCH@

--- a/plugins/check_ping.c
+++ b/plugins/check_ping.c
@@ -517,6 +517,10 @@ error_scan (char buf[MAX_INPUT_BUFFER],
		strstr (buf, "Destination Net Unreachable")
		)
		die (STATE_CRITICAL, _("CRITICAL - Network Unreachable (%s)"), addr);
+	else if (strstr (buf, "Destination unreachable: Address unreachable"))
+		die (STATE_CRITICAL, _("CRITICAL - Host unreachable (%s)"), addr);
+	else if (strstr (buf, "Destination unreachable: No route"))
+		die (STATE_CRITICAL, _("CRITICAL - No route to host (%s)"), addr);
	else if (strstr (buf, "Destination Host Unreachable"))
		die (STATE_CRITICAL, _("CRITICAL - Host Unreachable (%s)"), addr);
	else if (strstr (buf, "Destination Port Unreachable"))

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: nagios-plugins
Source-Version: 1.4.16~pre1-1

We believe that the bug you reported is fixed in the latest version of
nagios-plugins, which is due to be installed in the Debian FTP archive:

nagios-plugins-basic_1.4.16~pre1-1_i386.deb
  to main/n/nagios-plugins/nagios-plugins-basic_1.4.16~pre1-1_i386.deb
nagios-plugins-common_1.4.16~pre1-1_i386.deb
  to main/n/nagios-plugins/nagios-plugins-common_1.4.16~pre1-1_i386.deb
nagios-plugins-standard_1.4.16~pre1-1_i386.deb
  to main/n/nagios-plugins/nagios-plugins-standard_1.4.16~pre1-1_i386.deb
nagios-plugins_1.4.16~pre1-1.diff.gz
  to main/n/nagios-plugins/nagios-plugins_1.4.16~pre1-1.diff.gz
nagios-plugins_1.4.16~pre1-1.dsc
  to main/n/nagios-plugins/nagios-plugins_1.4.16~pre1-1.dsc
nagios-plugins_1.4.16~pre1-1_all.deb
  to main/n/nagios-plugins/nagios-plugins_1.4.16~pre1-1_all.deb
nagios-plugins_1.4.16~pre1.orig.tar.gz
  to main/n/nagios-plugins/nagios-plugins_1.4.16~pre1.orig.tar.gz



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.
Jan Wagner <[email protected]> (supplier of updated nagios-plugins 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: SHA1

Format: 1.8
Date: Thu, 14 Jun 2012 10:39:44 +0200
Source: nagios-plugins
Binary: nagios-plugins nagios-plugins-common nagios-plugins-basic 
nagios-plugins-standard
Architecture: source all i386
Version: 1.4.16~pre1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Nagios Maintainer Group 
<[email protected]>
Changed-By: Jan Wagner <[email protected]>
Description: 
 nagios-plugins - Plugins for nagios compatible monitoring systems (metapackage)
 nagios-plugins-basic - Plugins for nagios compatible monitoring systems
 nagios-plugins-common - Common files for plugins for nagios compatible 
monitoring
 nagios-plugins-standard - Plugins for nagios compatible monitoring systems
Closes: 514588 662638
Changes: 
 nagios-plugins (1.4.16~pre1-1) unstable; urgency=medium
 .
   * New upstream snapshot (Closes: #662638, #514588)
   * Droped the following upstream integrated patches
     - 10_check_disk_smb_spaces.dpatch
     - 11_check_disk_smb_NT_STATUS_ACCESS_DENIED.dpatch
     - 12_check_snmp_1.4.15_regression.dpatch
     - 13_check_smtp_greeting.dpatch
     - 14_check_icmp_multiple_ips.dpatch
     - 15_check_sensors_fault.dpatch
     - 16_check_raduis_fix_format-security.dpatch
     - 17_check_tcp_fix_duplicate_cert_message.dpatch
     - 17_check_smtp_fix_duplicate_cert_message.dpatch
     - 18_check_snmp_labels.dpatch
     - 19_check_http_help.dpatch
   * Added the following upstream patches
     - 10_check_dhcp_Fix-handling-of-pad-options.dpatch
     - 11_check_dhcp_Don-t-misinterpret-the-siaddr-field.dpatch
   * Add 00_fix_release_version.dpatch to fix release version
   * Bump Standards-Version to 3.9.3, no changes needed
Checksums-Sha1: 
 87d6d52f967d84088919cde238aa1949c476c2d4 1793 nagios-plugins_1.4.16~pre1-1.dsc
 0ec29d6bdb30bc150c5c7648409a92d6a8b65265 2194622 
nagios-plugins_1.4.16~pre1.orig.tar.gz
 436c615d4f0824d6171b9fd59916d9b04e252f69 35940 
nagios-plugins_1.4.16~pre1-1.diff.gz
 5fd08e0d8604be4a7383ac34fc07cf0e595a1818 22020 
nagios-plugins_1.4.16~pre1-1_all.deb
 f211e1d11f641c3c62a3245f63b8b1f3178dfbf5 194380 
nagios-plugins-common_1.4.16~pre1-1_i386.deb
 4505971233745748f0ebe4e633f289d54e616f91 791272 
nagios-plugins-basic_1.4.16~pre1-1_i386.deb
 8ae719e6f8515366dcbaa1efe3f976814f6e2ec0 390290 
nagios-plugins-standard_1.4.16~pre1-1_i386.deb
Checksums-Sha256: 
 600875bee1b039b894f924ec277550cf8439f0a92b21106c0abce90dc86dc529 1793 
nagios-plugins_1.4.16~pre1-1.dsc
 84fa08ecd726a5c5fb0f11190a1d44ac6c297ed0b5558f233ddf0e979f7b365c 2194622 
nagios-plugins_1.4.16~pre1.orig.tar.gz
 e78257ea9c2d1f65b150d94cd162499f78ce0adf8f9c4b7f5a6dbad3bf7f1933 35940 
nagios-plugins_1.4.16~pre1-1.diff.gz
 b18a54d4b84d60b7b76b12a7d3c64bc618d7489154b3f13d4e2894c239237e95 22020 
nagios-plugins_1.4.16~pre1-1_all.deb
 473565b03dfadb2aa91e04d34178cadb159e3b26629030b94786ba2965364281 194380 
nagios-plugins-common_1.4.16~pre1-1_i386.deb
 9caad671eeaf985ef4222db736d8ed76205e33c261ce6293048441680bb5edba 791272 
nagios-plugins-basic_1.4.16~pre1-1_i386.deb
 78ad4fa11934c775e1c1c85aa876af04e1aea32cc6490461d60566a275940e62 390290 
nagios-plugins-standard_1.4.16~pre1-1_i386.deb
Files: 
 952f475747c4d916c45b2eb2675b0c5d 1793 net extra 
nagios-plugins_1.4.16~pre1-1.dsc
 c56dae7127e0af0ebe5abf68e2491105 2194622 net extra 
nagios-plugins_1.4.16~pre1.orig.tar.gz
 75ca136a18d3fbc51d30aec80d73fad0 35940 net extra 
nagios-plugins_1.4.16~pre1-1.diff.gz
 bb3549498d17a91f1d1c0beb58efe9f7 22020 net extra 
nagios-plugins_1.4.16~pre1-1_all.deb
 6e00fc621d6d37221c512b2b405e1085 194380 net extra 
nagios-plugins-common_1.4.16~pre1-1_i386.deb
 bcd42056f6a7ee1a78a89fbea36a59b8 791272 net extra 
nagios-plugins-basic_1.4.16~pre1-1_i386.deb
 b361740824ef489f318caa5bbbdcf1b7 390290 net extra 
nagios-plugins-standard_1.4.16~pre1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFP2bc79u6Dud+QFyQRAlKrAJwN0oy9vYWgVKa/fiMkRqLtzGj2CACeMeEt
n9fNWpoz/ejNyXcEaseiplw=
=RLqe
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to