Your message dated Thu, 06 Oct 2005 03:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#276794: fixed in nagios-plugins 1.4.2-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Oct 2004 13:38:12 +0000
>From [EMAIL PROTECTED] Sat Oct 16 06:38:12 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mrten.demon.nl (kyra.ii.nl) [82.161.39.69]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1CIolA-000465-00; Sat, 16 Oct 2004 06:38:12 -0700
Received: from droopy.i.mrten ([192.168.1.2]:2258 helo=droopy)
by kyra.ii.nl with esmtp (TLSv1:AES256-SHA:256)
(Exim 4.34)
id 1CIol8-0000sh-Ov
for [EMAIL PROTECTED]; Sat, 16 Oct 2004 15:38:10 +0200
Date: Sat, 16 Oct 2004 15:38:08 +0200
From: Mrten <[EMAIL PROTECTED]>
Reply-To: Mrten <[EMAIL PROTECTED]>
X-Priority: 3 (Normal)
Message-ID: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: check_ntp: zero offset NTP == critical error
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,HAS_PACKAGE,
PRIORITY_NO_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: nagios-plugins
Version: 1.3.1.0-9
Tags: patch
an 0.000000 or -0.00000 offset in checking NTP gives a critical error.
this is a bit overcautious, i'm getting CRITICAL/OK pairs of mail all
the time (at least daily) when i check_ntp on localhost, 127.0.0.1.
reading the comments surrounding the check, it seems that the nagios
author never got an NTP-server with zero offzet, or i'm missing the
"with an error" part.
"patch", diff -u6:
--- check_ntp 2004-10-16 15:27:00.000000000 +0200
+++ check_ntp.new 2004-10-16 15:27:53.000000000 +0200
@@ -191,13 +191,13 @@
if (/(offset|adjust)\s+([-.\d]+)/i) {
$offset = $2;
# An offset of 0.000000 with an error is probably bogus.
Actually,
# it's probably always bogus, but let's be paranoid here.
- if ($offset == 0) { undef $offset;}
+ #if ($offset == 0) { undef $offset;}
$ntpdate_error = defined ($offset) ? $ERRORS{"OK"} :
$ERRORS{"CRITICAL"};
print "ntperr = $ntpdate_error \n" if $verbose;
}
Mrten.
--
Initiatief zoekt nemer (m/v). --Loesje
---------------------------------------
Received: (at 276794-close) by bugs.debian.org; 6 Oct 2005 10:40:42 +0000
>From [EMAIL PROTECTED] Thu Oct 06 03:40:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1ENT2p-0006cn-00; Thu, 06 Oct 2005 03:32:11 -0700
From: sean finney <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#276794: fixed in nagios-plugins 1.4.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 06 Oct 2005 03:32:11 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 5
Source: nagios-plugins
Source-Version: 1.4.2-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_1.4.2-1.diff.gz
to pool/main/n/nagios-plugins/nagios-plugins_1.4.2-1.diff.gz
nagios-plugins_1.4.2-1.dsc
to pool/main/n/nagios-plugins/nagios-plugins_1.4.2-1.dsc
nagios-plugins_1.4.2-1_i386.deb
to pool/main/n/nagios-plugins/nagios-plugins_1.4.2-1_i386.deb
nagios-plugins_1.4.2.orig.tar.gz
to pool/main/n/nagios-plugins/nagios-plugins_1.4.2.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.
sean finney <[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.7
Date: Thu, 06 Oct 2005 05:02:36 -0400
Source: nagios-plugins
Binary: nagios-plugins
Architecture: source i386
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: sean finney <[EMAIL PROTECTED]>
Description:
nagios-plugins - Plugins for the nagios network monitoring and management
system
Closes: 276794 297708 305351 305720 312333 313960 314913 319997 321939 325893
328603
Changes:
nagios-plugins (1.4.2-1) unstable; urgency=low
.
* New upstream release.
* Sean Finney:
- now managing nagios-plugins as part of the pkg-nagios alioth project.
- updated Maintainer field
- updated build-dependencies to build against libsnmp9-dev
- removed build-dependencies on exim4 | mail-transport-agent, ssh, fping,
qstat, smbclient, and ntp stuff. instead they are all have their
paths hardcoded into the build-process via dpatch file
10_config.h_debiandefaults.dpatch (closes: #312333, #297708).
- added config option for ssmtp
- upstream is now accidentally deleting the check_ldaps plugin
during the build-process. whoops.
- removed unneccesary dpatch 09_pssyntax, massaged 08_subst.dpatch
into shape with new upstream version.
- added check_mysql_cmdlinecred to allow parsing of credentials on
the cmdline (closes: #314913).
- looks like the issue with check_load was previously resolved by
guido (closes: #305351).
- nagios and nagios-plugins no longer need to use update-nagios, as nagios
can natively scan /etc/nagios-plugins/config now:
(closes: #325893, #321939).
- i believe check_ldap's config is now correct (closes: #305720).
- removed references to check_nmap, which is generally superceded
by check_tcp. it still exists in the contrib directory of the
source, which may at some point be put in /usr/share/doc for those
who really want it (closes: #319997).
- include de.po patch from jens seidel (closes: #313960).
- upstream fix: all of the plugins should now be properly setting
locales, so problems like commas for decimal seperators should no
longer break plugins for people in certain locales:
(closes #312228, #306244, #308458, #327212, #316882).
- upstream fix: check_ntp now supports zero offset (closes: #276794).
- upstream fix: divide by zero check for check_swap (closes: #328603).
Files:
461fe523e8ce3fbde61601995b3ae860 959 net extra nagios-plugins_1.4.2-1.dsc
5ac95978cc49c35132a5a2ea1c985c20 973712 net extra
nagios-plugins_1.4.2.orig.tar.gz
17024063a3d0bd49bd1137f17e0828c4 25106 net extra nagios-plugins_1.4.2-1.diff.gz
bf3c5003b2e897535ee609160ed519f5 354216 net extra
nagios-plugins_1.4.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDRPkzynjLPm522B0RAgQTAJ9IEdzytn+/8/+NWA2bqwViGD0oVgCeJqz2
5FJXFTkwxBtSbeppix3AwVA=
=BbVR
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]