Your message dated Fri, 25 Mar 2005 22:02:42 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#275347: fixed in mon 0.99.2-8
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; 7 Oct 2004 14:54:37 +0000
>From [EMAIL PROTECTED] Thu Oct 07 07:54:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from cguard.eolas.fr (localhost.localdomain) [213.30.172.203] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CFZfA-0001I4-00; Thu, 07 Oct 2004 07:54:36 -0700
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
        by localhost.localdomain (8.12.11/8.12.11/Debian-5) with ESMTP id 
i97EsAnf011499;
        Thu, 7 Oct 2004 16:54:10 +0200
Received: (from [EMAIL PROTECTED])
        by localhost.localdomain (8.12.11/8.12.11/Debian-5) id i97EsAYm011498;
        Thu, 7 Oct 2004 16:54:10 +0200
Message-Id: <[EMAIL PROTECTED]>
Content-Type: multipart/mixed; boundary="===============0020693665=="
MIME-Version: 1.0
From: "Clement 'nodens' Hermann" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: mysql monitor script is broken
X-Mailer: reportbug 2.63
Date: Thu, 07 Oct 2004 16:54:09 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0020693665==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: mon
Version: 0.99.2-7
Severity: normal
Tags: patch

The mysql monitor is broken, it uses $dbh->func( '_ListTables' ) which
is deprecated. Patch attached.

Best regards,

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages mon depends on:
ii  libc6                       2.3.2.ds1-17 GNU C Library: Shared libraries an
ii  libmon-perl                 0.11-2       mon Perl modules for clients and s
ii  libtime-period-perl         1.20-7       Perl library for testing if a time
ii  perl [libtime-hires-perl]   5.8.4-2.3    Larry Wall's Practical Extraction 

-- no debconf information

--===============0020693665==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="msql-mysql.monitor.diff"

--- /usr/lib/mon/mon.d/msql-mysql.monitor       2004-08-20 21:44:50.000000000 
+0200
+++ msql-mysql.monitor  2004-10-07 16:43:39.000000000 +0200
@@ -78,7 +78,7 @@
                push( @failures, "Could not connect to $mode server $host: " . 
$DBI::errstr );
                next;
        }
-       @tables = $dbh->func( '_ListTables' );
+       @tables = $dbh->tables();
        if( $#tables < 0 ) {
                push( @failures, "No tables found for database 
$options{database} on server $host" );
        }

--===============0020693665==--

---------------------------------------
Received: (at 275347-close) by bugs.debian.org; 26 Mar 2005 03:08:24 +0000
>From [EMAIL PROTECTED] Fri Mar 25 19:08:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DF1ex-00087I-00; Fri, 25 Mar 2005 19:08:23 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DF1ZS-0005uL-00; Fri, 25 Mar 2005 22:02:42 -0500
From: Roderick Schertler <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#275347: fixed in mon 0.99.2-8
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 25 Mar 2005 22:02:42 -0500
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-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-Spam-Level: 

Source: mon
Source-Version: 0.99.2-8

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

mon_0.99.2-8.diff.gz
  to pool/main/m/mon/mon_0.99.2-8.diff.gz
mon_0.99.2-8.dsc
  to pool/main/m/mon/mon_0.99.2-8.dsc
mon_0.99.2-8_i386.deb
  to pool/main/m/mon/mon_0.99.2-8_i386.deb



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.
Roderick Schertler <[EMAIL PROTECTED]> (supplier of updated mon 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: Fri, 25 Mar 2005 21:44:00 -0500
Source: mon
Binary: mon
Architecture: source i386
Version: 0.99.2-8
Distribution: unstable
Urgency: low
Maintainer: Roderick Schertler <[EMAIL PROTECTED]>
Changed-By: Roderick Schertler <[EMAIL PROTECTED]>
Description: 
 mon        - monitor hosts/services/whatever and alert about problems
Closes: 275347 276553 282104 296943
Changes: 
 mon (0.99.2-8) unstable; urgency=low
 .
   * msql-mysql.monitor:  Use $dbh->tables rather than
     $dbh->func('_ListTables'), thanks to Clement 'nodens' Hermann and Jade
     Nicoletti (closes: #275347).
   * http_t.monitor:  s/joint/join/, thanks to Bryan Chow (closes: #276553).
   * smtp.monitor:  Support continued quit (221-) messages, thanks to Joe
     Edmonds (closes: #282104).
   * smtp3.monitor:  Support continued banner (220-) messages, thanks to
     Brian Grossman (closes: #296943).
Files: 
 35252345f26be521ccb0f11efab2405e 647 admin extra mon_0.99.2-8.dsc
 1aa56dd2996bfaa68801ecd6dd39adca 16992 admin extra mon_0.99.2-8.diff.gz
 2ec37c4b55ef66cee05ab81ec100f3c1 177336 admin extra mon_0.99.2-8_i386.deb

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

iEYEARECAAYFAkJEzRsACgkQ6QESpysFtzoWDQCgpPtrCqjd0ht58x0ZausC2ipc
GlMAmwRIBdZXfr+B0h9f6SYuZPOAs2Hz
=Uzf+
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to