Change logs for mon source package in Sid

  • mon (1.2.0-12) unstable; urgency=medium
    
      * Made btrfs and zfs checks accept low and high numbers for error counts.
      * Add softraid2.monitor which doesn't use diff, has no problems with drive
        ordering, and allows specifying which arrays must exist.
    
     -- Russell Coker <email address hidden>  Wed, 12 Jul 2017 23:15:01 +1000
  • mon (1.2.0-11) unstable; urgency=medium
    
      * Make zfs.monitor and btrfs.monitor alert when you forget to fix the okcount
        after fixing an error.
      * Made loadavg.monitor correctly sort the CPU time and send a sort error to
        /dev/null
      * Tweaked the output of imapnew.monitor
      * Made the remote.monitor have better debugging and put it in a separate
        patch, also added --exclude option
      * Use /run instead of /var/run
      * Recommend swaks for smtpswaks.monitor
      * Recommend libcgi-pm-perl for monshow
      * Recommend bc for sslcert.monitor
      * Recommend libproc-processtable-perl for ps.monitor
    
     -- Russell Coker <email address hidden>  Sun, 18 Jun 2017 18:52:20 +1000
  • mon (1.2.0-10) unstable; urgency=medium
    
      * Change to team maintainership.
      * Make loadavg.monitor report on D state processes and processes using the
        most CPU.
      * Added imapnew.monitor to check for new messages via IMAP and recommends
        libmail-imapclient-perl for it.
    
     -- Russell Coker <email address hidden>  Tue, 23 May 2017 18:46:51 +1000
  • mon (1.2.0-9+nmu4) unstable; urgency=medium
    
      * Use the correct name for the tmpfiles.d file  Closes: #851354
    
     -- Russell Coker <email address hidden>  Mon, 16 Jan 2017 12:16:21 +1100
  • mon (1.2.0-9+nmu3) unstable; urgency=medium
    
      * Add sslcert.monitor to check certificate expiry and smtpswaks.monitor to
        check mail servers with swaks
    
     -- Russell Coker <email address hidden>  Wed, 21 Dec 2016 21:08:11 +1100
  • mon (1.2.0-9+nmu1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Make default config bind to 127.0.0.1  Closes: #820712
      * Add restorecon and tmpfiles.d file     Closes: #822606
      * Don't specify config options on both the default command-line and the
        default configuration file  Closes: #821360
      * Move local monitor scripts to /usr/lib/mon/mon-local.d to separate them
        from network checks  Closes: #847437
      * Added remote.monitor to this package and made it strict. Closes: #847441
        Fixed the problems with it Closes: #824176
      * Added ps.monitor and made it strict. Also made it handle perl, python,
        and lua5.1 interpreters correctly. Closes: #847444
      * Conflicts with mon-contrib <= 1.0+dfsg-3 because of remote.monitor and
        ps.monitor
      * Added mailxmpp.alert, an alert that sends mail and XMPP messages
      * Added linux-temp.monitor for local system temperature and loadavg.monitor
      * Extended ping.monitor to support ipv6 and specifying the ping count
    
     -- Russell Coker <email address hidden>  Mon, 12 Dec 2016 10:00:22 +1100
  • mon (1.2.0-9) unstable; urgency=medium
    
    
      * debian/control: 
        - Bump Standards-Version to 3.9.6 (no changes)
        - libtime-modules-perl has been renamed by upstream, so it was 
          updated to it's current name 'libtime-parsedate-perl'
          (Closes: #749875)
      * debian/mon.init.d: required-start facility changed from $all to 
        $syslog to deal with lintian error:
        "E: mon: init.d-script-depends-on-all-virtual-facility 
        etc/init.d/mon required-start"
      * debian/copyright: Years updated to 2014
    
     -- Dario Minnucci <email address hidden>  Sun, 26 Oct 2014 16:23:52 +0100
  • mon (1.2.0-8) unstable; urgency=low
    
    
      * debian/patches:
        - Added 06-fix-dns-monitor.diff: Fixes use of deprecated 
          defined(@array) calls. Thanks to Brogniaux Gaƫtan.
          (Closes: #731737)
      * debian/control:
        - Bump Standards-Version to 3.9.5 (no changes)
    
     -- Dario Minnucci <email address hidden>  Tue, 31 Dec 2013 04:16:37 +0100
  • mon (1.2.0-7) unstable; urgency=low
    
    
      * debian/copyright:
        - Upstream-Source URL updated. (Closes: #659993)
        - Years updated to 2013
      * debian/watch: Modified to use SF sources. Thanks to Nick Black.
        (Closes: #695242)
      * debian/mon.dirs: Added /var/lib/mon. Thanks to Andreas Beckmann.
        (Closes: #661087)
      * debian/control:
        - Bump Standards-Version to 3.9.4 (no changes)
        - Use canonical URI on VCS-* fields
    
     -- Dario Minnucci <email address hidden>  Thu, 21 Feb 2013 03:18:47 +0100
  • mon (1.2.0-6) unstable; urgency=low
    
    
      * debian/control: Really set debhelper compat to >=9.
      * debian/copyright: Source URL updated.
        - Thanks to Jari Aalto <email address hidden> (Closes: #655357) 
      * debian/patches:
        - 04-fix-659152-report.monitor-ignores-command-line-options.diff 
          Fix for report.monitor ignores command-line options. Thanks to 
          Kevin McCormick <email address hidden> (Closes: #659152)
      * debian/mon.postrm: Fix to not remove user 'mon' twice.
        (Closes: #656351)
    
     -- Dario Minnucci <email address hidden>  Sun, 12 Feb 2012 17:00:45 +0100
  • mon (1.2.0-5) unstable; urgency=low
    
    
      * Enable hardened build flags:
        - Added patch 00-mon-hardened-build-flags.diff.
        - Set debhelper compat to 9.
        - Added debian/source.lintian-overrides
          Thanks to Moritz Muehlenhoff. (Closes: #655137)
      * debian/copyright: Copyright years updated.
      * debian/control: Homepage URL updated.
    
     -- Dario Minnucci <email address hidden>  Tue, 10 Jan 2012 13:55:53 +0100
  • mon (1.2.0-4) unstable; urgency=low
    
    
      * debian/mon.{postinst,postrm,preinst}: Better handling of 'mon' 
        user creation/deletion. (Closes: #628082)
      * debian/mon.postinst: Change ownership on /var/log/mon/ to let the
        daemon to write logfiles. (Closes: #645981)
      * debian/copyright:
        - Copyright years updated.
        - Updated for DEP-5 compatibility.
      * debian/control: Upgrade debhelper to >=8
      * debian/mon.doc: Don't install changelog twice.
    
     -- Dario Minnucci <email address hidden>  Fri, 25 Nov 2011 11:28:26 +0100
  • mon (1.2.0-3) unstable; urgency=low
      * debian/control: Bump Standards-Version to 3.9.2  * List of dropped alerts and monitors that will be provided by    a new package 'mon-contrib':    - 06-add-imap-ssl.monitor.diff    - 06-add-ipvs.alert.diff    - 06-add-ipvs.monitor.diff    - 06-add-smblist.monitor.diff  * debian/patches:    - Remove from 04-fix-SNMP-module-calls.diff previous patching      about SNMP module call on file mon/mon.d/hpnp.monitor.      Thanks to Marc F. Clemente <email address hidden> (Closes: #613720)  * debian/README.Debian: Fix for lintian warning:    spelling-error-in-readme-debian -- Dario Minnucci <email address hidden>  Mon, 11 Jul 2011 11:04:57 +0200
  • 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 <email address hidden>    - 04-fix-SNMP-module-calls.diff: Modified to use SNMP module.      (Closes:#596292). Thanks to Marc F. Clemente <email address hidden>  * 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 <email address hidden> -- Dario Minnucci <email address hidden>  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 <email address hidden>  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) <email address hidden>  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) <email address hidden>  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) <email address hidden>  Wed, 10 Sep 2008 14:19:23 +0200