Your message dated Tue, 07 Jul 2009 09:32:25 +0000
with message-id <[email protected]>
and subject line Bug#528262: fixed in nagios-plugins 1.4.13+git200906171200-1
has caused the Debian Bug report #528262,
regarding nagios-plugins-standard: Error in command_line in nt.cfg causes errors
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.)
--
528262: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528262
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nagios-plugins-standard
Version: 1.4.12-5
Severity: normal
The command_line in the nt.cfg that ships with the package reads:
command_line /usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -v '$ARG1$'
It should read:
command_line /usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -p 12489 -v
$ARG1$ $ARG2$
The port (-p) needs to be explicitely stated or the commands will fail. The
second argument need to be listed ($ARG2$) or checks with two sets of
arguments will fail (like MEMUSE). The arguments can't be enclosed in ' or
some checks with longs argument lists will fail (for example,
USEDDISKSPACE).
This follows the instructions given in the online documentation at
http://nagios.sourceforge.net/docs/3_0/monitoring-windows.html
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages nagios-plugins-standard depends on:
ii bind9-host [host] 1:9.5.1.dfsg.P2-1 Version of 'host' bundled with BIN
ii dnsutils 1:9.5.1.dfsg.P2-1 Clients provided with BIND
ii fping 2.4b2-to-ipv6-16 sends ICMP ECHO_REQUEST packets to
ii libc6 2.9-4 GNU C Library: Shared libraries
ii libldap-2.4-2 2.4.11-1 OpenLDAP libraries
ii libmysqlclient15off 5.0.51a-24 MySQL database client library
ii libnet-snmp-perl 5.2.0-1 Script SNMP connections
ii libpq5 8.3.7-1 PostgreSQL C client library
ii libradiusclient-ng2 0.5.6-1 Enhanced RADIUS client library
ii nagios-plugins-basic 1.4.12-5 Plugins for the nagios network mon
ii qstat 2.11-1 Command-line tool for querying qua
ii radiusclient1 0.3.2-11.1 /bin/login replacement which uses
ii smbclient 2:3.3.3-1 command-line SMB/CIFS clients for
ii snmp 5.4.1~dfsg-12 SNMP (Simple Network Management Pr
ii ucf 3.0018 Update Configuration File: preserv
nagios-plugins-standard recommends no packages.
Versions of packages nagios-plugins-standard suggests:
ii nagios3 3.0.6-3 A host/service/network monitoring
ii whois 4.7.33 an intelligent whois client
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: nagios-plugins
Source-Version: 1.4.13+git200906171200-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.13+git200906171200-1_i386.deb
to
pool/main/n/nagios-plugins/nagios-plugins-basic_1.4.13+git200906171200-1_i386.deb
nagios-plugins-standard_1.4.13+git200906171200-1_i386.deb
to
pool/main/n/nagios-plugins/nagios-plugins-standard_1.4.13+git200906171200-1_i386.deb
nagios-plugins_1.4.13+git200906171200-1.diff.gz
to pool/main/n/nagios-plugins/nagios-plugins_1.4.13+git200906171200-1.diff.gz
nagios-plugins_1.4.13+git200906171200-1.dsc
to pool/main/n/nagios-plugins/nagios-plugins_1.4.13+git200906171200-1.dsc
nagios-plugins_1.4.13+git200906171200-1_all.deb
to pool/main/n/nagios-plugins/nagios-plugins_1.4.13+git200906171200-1_all.deb
nagios-plugins_1.4.13+git200906171200.orig.tar.gz
to
pool/main/n/nagios-plugins/nagios-plugins_1.4.13+git200906171200.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: Mon, 06 Jul 2009 20:21:42 +0200
Source: nagios-plugins
Binary: nagios-plugins nagios-plugins-basic nagios-plugins-standard
Architecture: source all i386
Version: 1.4.13+git200906171200-1
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group
<[email protected]>
Changed-By: Jan Wagner <[email protected]>
Description:
nagios-plugins - Plugins for the nagios network monitoring and management
system
nagios-plugins-basic - Plugins for the nagios network monitoring and
management system
nagios-plugins-standard - Plugins for the nagios network monitoring and
management system
Closes: 335871 425312 460405 494835 502529 521097 524629 525168 525307 528262
528686 530553
Changes:
nagios-plugins (1.4.13+git200906171200-1) unstable; urgency=low
.
* new upstream
- check_http doesn't enforce port (Closes: #494835)
- check_http --onredirect=sticky follows using the same IP address
(Closes: #502529)
- Fixed buffer overflow in check_ntp/check_ntp_peer (Closes: #528686)
- Fixed check_mrtg returning UNKNOWN instead of OK (Closes: #335871)
- Fixed check_by_ssh interpretation of quotes in -C parameter
(Closes: #425312)
- Fixed coredump from check_nt when drive not found (Closes: #521097)
- Removed -n option in check_smtp's help and usage output (Closes: #525307)
- Fixed check_icmp --help output for warn and critical thresholds
(Closes: #530553)
- Fix potential buffer overflow in check_snmp - enforce MAX_OIDS limit
(Closes: #460405)
* adjusted the following patches for new upstream
- 13_subst.in_again.dpatch
- 37_check_radius_nas-ip-address.dpatch
* removed the following patches from 00list cause they where integrated
- 39_check_dig_options.dpatch
- 40_check_http_status_line.dpatch
- 41_check_http_fix_http_header.dpatch
- 42_check_ups_logoutfix.dpatch
- 43_check_ntp_segfaults.dpatch
- 50_misc_typos.dpatch
* add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)
* add informations into README.Debian how to use plugins (Closes: #525168)
* add check_nscp which uses the default port of NSClient++ (Closes: #528262)
* providing some explanation about predefined check commands in README.Debian
* pointing to README.Debian in nt.cfg
* add 'make install-root' to debian/rules to get suid plugins installed again
* bump standards version to 3.8.2 (no changes needed)
Checksums-Sha1:
ad1f3d8f668c965a2eb952523f53a5642d2cc216 1735
nagios-plugins_1.4.13+git200906171200-1.dsc
472f726a92440601b5da3be24bb99f834031c76e 1961561
nagios-plugins_1.4.13+git200906171200.orig.tar.gz
33b7986cc6b1ffd414f3e142d860998ef7f7e529 34662
nagios-plugins_1.4.13+git200906171200-1.diff.gz
c51a910f159d76b9636ab10dc166417d538f04cb 119128
nagios-plugins_1.4.13+git200906171200-1_all.deb
7a5681bfe555e51a1fac34bfacd824840f6f38f8 415046
nagios-plugins-basic_1.4.13+git200906171200-1_i386.deb
a3cb8ec8408cbc61d12d3d62be87d0beb70a7797 224212
nagios-plugins-standard_1.4.13+git200906171200-1_i386.deb
Checksums-Sha256:
3c17d5283d4d8123e2d02f90198647a9af737cf2940adfce0250aeeda320a4dd 1735
nagios-plugins_1.4.13+git200906171200-1.dsc
567d20d8ffd1fdb45dc19e7bfed6e0e5d9191c73b4190be289e6d247da1fe01c 1961561
nagios-plugins_1.4.13+git200906171200.orig.tar.gz
bc5e6cdb17e9b50c00d8d11e213a97dd6853d323ebefb99b6e6e8c266f39254c 34662
nagios-plugins_1.4.13+git200906171200-1.diff.gz
04d1f072b0d868c22db0f0280d19878319e78ada7389cfecf0822a1d3c3bb13f 119128
nagios-plugins_1.4.13+git200906171200-1_all.deb
c6c2eca3e0ff4fe13ccb9300db31f582280d4fb7b9ce04329c907f07c91ee8f3 415046
nagios-plugins-basic_1.4.13+git200906171200-1_i386.deb
d0e7518873b30aab2d6863657f7ffcce984e76f9beaa68cf4d8a92d7ced35b48 224212
nagios-plugins-standard_1.4.13+git200906171200-1_i386.deb
Files:
43ec120abd7c9e16fff15e1f9ef4c351 1735 net extra
nagios-plugins_1.4.13+git200906171200-1.dsc
6a1347c8a7aecee5b40b4d7a51e5f1c1 1961561 net extra
nagios-plugins_1.4.13+git200906171200.orig.tar.gz
cd0c5a18c3e19356fbf21489bb1045f2 34662 net extra
nagios-plugins_1.4.13+git200906171200-1.diff.gz
d8b48b652c617df81d1aa9d500886cba 119128 net extra
nagios-plugins_1.4.13+git200906171200-1_all.deb
575e890c5239c5ca3b9d75e93461b862 415046 net extra
nagios-plugins-basic_1.4.13+git200906171200-1_i386.deb
08bb51c9594caec670be7a7ba1145b6a 224212 net extra
nagios-plugins-standard_1.4.13+git200906171200-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKUxIk9u6Dud+QFyQRAkmCAKC8fw7cWv1NZwfs99QISj3KOJqTLQCgypmN
QpcozpND6u5dSmcsvC/xLXM=
=T41o
-----END PGP SIGNATURE-----
--- End Message ---