mon (1.2.0-2) unstable; urgency=low

  * Hosted under git.debian.org (collab-main branch):
    http://git.debian.org/?p=collab-maint/mon.git
  * debian/control:
    - Updated debhelper dependency to (>= 7.0.50~)
    - Added Vcs-Git and Vcs-Browser fileds
    - Bump Standards-Version to 3.9.1:
      - Switch to dpkg-source 3.0 (quilt) format
  * debian/patches:
    - Added 01-fix-logging-to-syslog.diff. (Closes:#611751)
      Thanks to Allan Wind <allan_wind@lifeintegrity.com>
    - 04-fix-SNMP-module-calls.diff: Modified to use SNMP module.
      (Closes:#596292). Thanks to Marc F. Clemente <marc@mclemente.net>
  * debian/README.Debian:
    - Typos fixed
  * debian/mon.default: Change default state directory to /var/lib/mon
    to give mon a chance to write state information. (Closes:611772)
    Thanks to Allan Wind <allan_wind@lifeintegrity.com>

 -- Dario Minnucci <midget@debian.org>  Sun, 13 Feb 2011 00:53:38 +0100

mon (1.2.0-1) unstable; urgency=low

  * New upstream release (Closes: #433265)
  * Maintainer email address updated
  * debian/mon.default: Added more configuration parameters
  * debian/control:
    - Added 'libtime-modules-perl', 'libcrypt-ssleay-perl' to 'Reccomends'
      needed by 'imap-ssl.monitor' to work.
    - Long description: Project URL updated
    - Patch system moved from 'dpatch' to 'quilt' 
  * debian/patches/*: Added DEP3 headers
    - Reapplied patches:
      - 00_security_fixes.patch: New version has no fix for #496398 this yet
    - Deapplied patches:
      - 01_cfbasedir_fix.patch: Now changes are made via /etc/default/mon file
      - 03_remove_revision_control_headers.patch: New version is not including 
        previous maintainer's revision control headers anymore.
    - Modified patches:
      - 04_fix_SNMP_module_calls.patch: Added fixes on new distributed files:
        - mon.d/hpnp.monitor
        - mon.d/snmpdiskspace.monitor
        - mon.d/snmpvar.monitor
      - 05_manpage_fixes.patch: Splited into independent manpage fixes:
        - 05_manpage_fix_mon.8.patch: For mon.8 manpage.
        - 05_manpage_fix_moncmd.1.patch: For moncmd.1 manpage.
      - 06_add_scripts_for_ipvs: Splited into:
        - 06_add_ipvs.alert.patch
        - 06_add_ipvs.monitor.patch
    - New patches:
      - 06_add_imap-ssl.monitor.patch: Adds imap-ssl.monitor. (Closes: #545160)
      - 06_add_smblist.monitor.patch: Adds smblist.monitor
  * debian/copyright: Updated to DEP5 format proposal.
    (see: http://dep.debian.net/deps/dep5/ for details)
  * debian/mon.init.d: 
    - Change Required-Start to $all to start the daemon the latest possible.
    - Added $remote_fs dependencies

 -- Dario Minnucci <midget@debian.org>  Thu, 21 Jan 2010 17:15:21 +0100

mon (0.99.2-15) unstable; urgency=medium

  * debian/mon.init.d: Fixes to start the daemon later on system boot. 
    (Closes: #547556)
  * debian/control: Removed dependencies on libtime-hires-perl, provided by perl

 -- Dario Minnucci (midget) <debian@midworld.net>  Tue, 22 Sep 2009 16:50:11 +0200

mon (0.99.2-14) unstable; urgency=low

  * debian/control: 
    debhelper compatibility updated to >=7
    ${misc:Depends} added to fix debhelper-but-no-misc-depends lintian warning.
    Standards-Version bumped to 3.8.3: Added debian/README.source file.
  * debian/rules:
    deprecated dh_clean -k in favour of dh_prep
  * debian/mon.dirs:
    Remove creation dirs: usr/lib/mon/cgi-bin/, var/log/mon and var/run/mon
  * debian/mon.init.d:
    Was completely rewritten to be LSB compliant. (Closes: #538133)
    Added support for ENABLED args: "yes", "true" or "1". (Closes: #522546)
    Added dynamical control for recreation of /var/run/mon directory.
  * debian/copyright: Fixed copyright-refers-to-symlink-license
  * debian/README.Debian: Updated
    Explanations on how to use local monitors (Closes: #477164)
  * debian/NEWS.Debian: Removed
  * Added 'set -e' to: mon.mon.preinst, mon.postinst, mon.prerm, mon.postrm
  * debian/patches/05_manpage_fixes: Fixes typos in manpages
  * debian/patches/06_add_scripts_for_ipvs: Add scripts for ipvs support.
    Thanks to Richard Hartmann. (Closes: #500810)
  * Do not apply debian/patches/02_enable_monshow_full_mode.dpatch anymore 
    to revert behaviour of 'monshow --full'. (Closes: #422866) 
  * debian/etc/mon/monshowrc: Provides an initial .monshowrc configuration 
    for monshow.cgi
  * Symbolic links added: 
    monshow.cgi is a symbolic link of /usr/bin/monshow
    .monshowrc is a symbolic link of /etc/mon/monshowrc

 -- Dario Minnucci (midget) <debian@midworld.net>  Thu, 03 Sep 2009 07:29:40 +0200

mon (0.99.2-13) unstable; urgency=low

  * debian/control: Conforms with latest Standards Version 3.8.0
  * debian/control: Added 'Homepage' field 
  * debian/patches/00_security_fixes: (Closes: #496398) 

 -- Dario Minnucci (midget) <debian@midworld.net>  Wed, 10 Sep 2008 14:19:23 +0200

mon (0.99.2-12) unstable; urgency=low

  * debian/control: Maintainer's name changed due to GPG signature update.
  * Changes to run mon as user mon. (Closes: #117550)
  * debian/mon.default: Added. (Closes: #311352)
  * Arguments are now managed in the new /etc/default/mon file which solves bug
    #305108. (Closes: #305108) 
  * debian/mon.init.d: Completely rewritten.
  * debian/mon.postinst: Completely rewritten.
  * debian/mon.postinst: Completely rewritten.
  * debian/mon.preinst: Completely rewritten.
  * debian/mon.prerm: Completely rewritten.
  * debian/patches/01_cfbasedir_fix: More harcoded paths fixed.
  * patches/04_SNMP_module_call_fixes.dpatch: Issued to solve SNMP module
    issue reported on BTS #432858. (Closes: #432858)
      - asyncreboot.monitor: SNMP module call updated.
      - cpqhealth.monitor: SNMP module call updated.
      - foundry-chassis.monitor: SNMP module call updated.
      - na_quota.monitor: SNMP module call updated.
      - netappfree.monitor: SNMP module call updated.
      - process.monitor: SNMP module call updated.
      - reboot.monitor: SNMP module call updated.
      - silkworm.monitor: SNMP module call updated.
      - xedia-ipsec-tunnel.monitor: SNMP module call updated.

 -- Dario Minnucci (midget) <debian@midworld.net>  Mon, 30 Jul 2007 00:56:22 +0200

mon (0.99.2-11) unstable; urgency=low

  * debian/watch: Rewritten to match upstream version format.
  * clients/skymon/skymon.1: Added basic manpage for skymon (Closes: #410614)
  * doc/mon.8: SEE ALSO section updated.
  * doc/moncmd.1: SEE ALSO section updated.
  * doc/monshow.1: SEE ALSO section updated.
  * debian/control: 'Suggests:' upgraded to 'Recommends:' (Closes: #181778).
    For further information, please read NEWS.Debian file.

 -- Dario Minnucci <debian@midworld.net>  Mon,  5 Mar 2007 03:13:44 +0100

mon (0.99.2-10) unstable; urgency=low

  * New maintainer (Closes: #337944)
  * mon.d/smblist.monitor: Added Samba monitor contributed by
    Matthew Astley <mca-gdl@users.sourceforge.net> (Closes: #180872)
  * debian/control: Added dpatch to Build-Depends: (for dpatch support)
  * A few patches were issued:
    - patches/01_cfbasedir_fix: Fixes the configuration base directory.
    - patches/02_enable_monshow_full_mode: Shows all watches on cgi execution.
    - patches/03_remove_revision_control_headers: Removes revision control
      headers from most of the distributed files. (Closes: #322566)
      NOTE: A few headers used within the code still remains there.
      You can find remaining revision control headers the following files:
       - alert.d/file.alert
       - alert.d/netpage.alert
       - alert.d/mail.alert
       - mon
       - mon.d/http_tpp.monitor
       - mon.d/smtp3.monitor
       - mon.d/file_change.monitor
  * debian/NEWS.Debian file added reporting changes 

 -- Dario Minnucci <debian@midworld.net>  Sun, 11 Feb 2007 22:38:27 +0100

mon (0.99.2-9) unstable; urgency=low

  * QA upload.
  * Set maintainer to QA Group; Orphaned: #337944
  * Bump compat level to debhelper 5
  * Depend on at least debhelper 5
  * Add missing binary-indep target to debian/rules
  * Update debian/copyright
  * Add missing lsb section to debian/init
  * Conforms with latest Standards Version 3.7.2

 -- Michael Ablassmeier <abi@debian.org>  Thu,  2 Nov 2006 16:25:44 +0100

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).

 -- Roderick Schertler <roderick@argon.org>  Fri, 25 Mar 2005 21:44:00 -0500

mon (0.99.2-7) unstable; urgency=low

  * Back-port fix for broken host parsing in auth.cf trap section (closes:
    #251236).
  * Fix "alertafter <time interval>" with fix by Adrian Chung in
    <20021205143828.GA16774@enfusion-group.com>.
  * Bump Standards-Version to 3.6.1 (remove change list from copyright).

 -- Roderick Schertler <roderick@argon.org>  Fri, 20 Aug 2004 15:38:30 -0400

mon (0.99.2-6) unstable; urgency=low

  * Add commented "serverbind" and "trapbind" to default mon.cf (closes:
    #161023).
  * Since doc files may be compressed, say /usr/share/doc/mon/foo* rather
    than /usr/share/doc/mon/foo (closes: #173435).
  * monshow:  Avoid tainted length($SUMMARY) in format eval with Perl 5.8
    (closes: #172906).

 -- Roderick Schertler <roderick@argon.org>  Mon, 10 Mar 2003 13:06:48 -0500

mon (0.99.2-5) unstable; urgency=low

  * Enhance fping.monitor's robustness and output some more.

 -- Roderick Schertler <roderick@argon.org>  Fri,  7 Jun 2002 14:46:52 -0400

mon (0.99.2-4) unstable; urgency=low

  * Have fping.monitor ignore more kinds of informational messages from
    fping.

 -- Roderick Schertler <roderick@argon.org>  Fri,  7 Jun 2002 13:04:48 -0400

mon (0.99.2-3) unstable; urgency=low

  * Oops, postinst is called with a -z "$2", not $# = 1, when installing
    for the first them (closes: #132933).
  * Handling "ICMP Host Unreachable" output from fping (closes: #132357).
  * Correct mon(8) to list failure_interval as a service definition, not a
    period definition (closes: #135174).

 -- Roderick Schertler <roderick@argon.org>  Mon,  3 Jun 2002 14:51:34 -0400

mon (0.99.2-2) unstable; urgency=low

  * Don't use \c in echo, as bash (invoked as sh) doesn't accept it, even
    though it's mandated by POSIX (closes: #112280).

 -- Roderick Schertler <roderick@argon.org>  Sat, 15 Sep 2001 08:46:38 -0400

mon (0.99.2-1) unstable; urgency=low

  * New upstream release (closes: #110030).
  * /etc/init.d/mon:  When stopping the daemon, wait for it to exit for up
    to 60 seconds before continuing, so that a subsequent start doesn't
    fail if it happens too soon.

 -- Roderick Schertler <roderick@argon.org>  Thu, 13 Sep 2001 20:26:25 -0400

mon (0.38.21-5) unstable; urgency=low

  * Correct "set refresh" entry in monshow(1) (closes: #89470).
  * Use /usr/sbin/sendmail, not /usr/lib/sendmail (closes: #107180).

 -- Roderick Schertler <roderick@argon.org>  Tue, 31 Jul 2001 14:05:00 -0400

mon (0.38.21-4) unstable; urgency=high

  * Oops, you can't unconditionally remove the pid file in END, forked
    kids, or people doing --version, or whatever, can hit that.
  * Explicitly set umask in init.d/mon, so group shadow can't write to
    mon's files.

 -- Roderick Schertler <roderick@argon.org>  Tue, 13 Mar 2001 21:40:41 -0500

mon (0.38.21-3) unstable; urgency=low

  * Set all filehandles to close on exec (closes: #85105).

 -- Roderick Schertler <roderick@argon.org>  Mon, 12 Mar 2001 19:39:35 -0500

mon (0.38.21-2) unstable; urgency=medium

  * Oops, monshow needs to untaint its args.
  * Have monshow croak given invalid args, or if a CGI object can't be
    created.
  * Suggest for libauthen-pam-perl, libsnmp-perl (closes: #31149).
  * http.monitor counts a status of 301 as success.
  * reboot.monitor uses $MON_STATEDIR as default state directory, and
    "reboot.monitor" (not "state") as default state file.

 -- Roderick Schertler <roderick@argon.org>  Mon, 12 Mar 2001 08:24:18 -0500

mon (0.38.21-1) unstable; urgency=low

  * New upstream release.
  * Update to policy 3.5.2.
  * Update to latest Perl policy.
  * Alerts are run asychronously.
  * NB:  The default monshow view directory is now /etc/mon/monshow,
    rather than upstream's default of /usr/lib/mon/etc/monshow.

 -- Roderick Schertler <roderick@argon.org>  Wed,  7 Mar 2001 22:09:05 -0500

mon (0.38.20-4) unstable; urgency=low

  * Automatically use mon.cf.m4 if it's present (closes: #79096,
    #79637).
  * Add $args to init.d file.  Comment the more common init.d script
    variables.
  * Add port number to bind() failure error message.
  * Fix documentation for -d, it doesn't take the debug level anymore.

 -- Roderick Schertler <roderick@argon.org>  Fri, 15 Dec 2000 11:32:20 -0500

mon (0.38.20-3) unstable; urgency=low

  * Use $^O rather than $OS (which wasn't set early enough for syslog to
    use /dev/log rather than UDP).

 -- Roderick Schertler <roderick@argon.org>  Tue, 10 Oct 2000 09:51:13 -0400

mon (0.38.20-2) unstable; urgency=low

  * Oops, the new release fixed a bug but I didn't note it (closes: #64712).
  * Fix mon.1 typo (closes: #62196).

 -- Roderick Schertler <roderick@argon.org>  Sun,  8 Oct 2000 10:23:41 -0400

mon (0.38.20-1) unstable; urgency=low

  * New upstream release

 -- Roderick Schertler <roderick@argon.org>  Sat,  7 Oct 2000 23:02:29 -0400

mon (0.38.18-0.1) unstable; urgency=low

  * New upstream release

 -- Christoph Lameter <christoph@lameter.com>  Thu, 11 May 2000 14:41:30 -0700

mon (0.38.15-1) unstable; urgency=low

  * New upstream release.
  * Suggest fping rather than netstd (closes: #49387).
  * NB:  opstatus.cgi went away, use monshow instead.  See README.Debian.

 -- Roderick Schertler <roderick@argon.org>  Fri,  3 Dec 1999 22:13:53 -0500

mon (0.38.14-3) unstable; urgency=low

  * Apply patch from Thomas Quinot <thomas@cuivre.fr.eu.org> to have
    ldap.monitor use Net::LDAP rather than Net::LDAPapi, and suggest
    libnet-ldap-perl (closes: #45591).
  * Oops, add ${shlibs:Depends}.

 -- Roderick Schertler <roderick@argon.org>  Fri, 29 Oct 1999 00:58:01 -0400

mon (0.38.14-2) unstable; urgency=low

  * Oops, mon itself uses Time::HiRes now, switch libtime-hires-perl from
    a suggestion to a dependency (closes: #46221).
  * Add `| perl' to Perl dependency.
  * Prepend mon.d and alert.d in /usr/local/lib/mon to script/alert search
    path.
  * Switch to /usr/share/doc with new debhelper.

 -- Roderick Schertler <roderick@argon.org>  Wed, 29 Sep 1999 12:06:15 -0400

mon (0.38.14-1) unstable; urgency=low

  * New upstream release (closes: #37775).
  * Run as daemon.shadow rather than daemon.daemon (closes: #34960).
  * Suggest libnet-telnet-perl for telnet.monitor and
    libfilesys-diskspace-perl for freespace.monitor.

 -- Roderick Schertler <roderick@argon.org>  Sun,  5 Sep 1999 16:50:03 -0400

mon (0.37l-2) unstable; urgency=low

  * Sorry, new upstream version isn't packaged yet.
  * Suggest libnet-dns-perl (closes: #31785, #39879).
  * Simple updates for 3.0.0 standards.
  * Simple updates for new Perl policy (closes: #41465).

 -- Roderick Schertler <roderick@argon.org>  Sat, 17 Jul 1999 17:20:34 -0400

mon (0.37l-1) unstable; urgency=low

  * New upstream release.
  * There's now an authorization file which you'll need to edit to allow
    users to control the daemon.  By default root can do anything, others
    can only read.  Authorization requires password entry at the moment
    and only moncmd does it.

 -- Roderick Schertler <roderick@argon.org>  Mon, 12 Oct 1998 23:05:42 -0400

mon (0.37k-3) unstable; urgency=low

  * In fping.monitor, discard fping's stderr so the summary line is
    correct, and do more complete handling of fping's return code.

 -- Roderick Schertler <roderick@argon.org>  Sun, 11 Oct 1998 17:23:07 -0400

mon (0.37k-2) unstable; urgency=low

  * Add patch from Dave Holland to allow smtp.monitor to handle multiline
    responses (closes: #21274).

 -- Roderick Schertler <roderick@argon.org>  Fri, 29 May 1998 12:32:54 -0400

mon (0.37k-1) unstable; urgency=low

  * New upstream release.

 -- Roderick Schertler <roderick@argon.org>  Sat, 23 May 1998 11:28:47 -0400

mon (0.37h-3) frozen unstable; urgency=low

  * Use perl rather than su to run the daemon as daemon, and add /sbin to
    $PATH in the init script (closes: #20384).
  * Have the init script display a better diagnostic if called without
    args (closes: #20383).
  * Oops, build in binary-indep, not binary-arch.
  * Remove dependency lines from the example mon.cf, they aren't actually
    implemented yet but seeing them there makes people think they are.

 -- Roderick Schertler <roderick@argon.org>  Fri,  3 Apr 1998 23:53:31 -0500

mon (0.37h-2) unstable; urgency=low

  * Add missing libtime-period-perl dependency.
  * Stop running dh_du.

 -- Roderick Schertler <roderick@argon.org>  Wed, 25 Feb 1998 10:14:35 -0500

mon (0.37h-1) unstable; urgency=low

  * Initial version.

 -- Roderick Schertler <roderick@argon.org>  Tue, 17 Feb 1998 21:09:00 -0500

