Change logs for hobbit-plugins source package in Disco

  • hobbit-plugins (20190129) unstable; urgency=medium
    
      * Fix typo in previous changelog entry.
      * Consider LTS updates to be security updates and display them as red.
      * misc.d/zombies, client/ext/apt: Rename variable "$ext_apt_config" to
        "$xymon_config_dir".
      * mq: Adapt recognition of local issues to the fact that postfix now
        also includes an explanation in the error message. Thanks to Claude
        Becker for reporting the issue!
      * Declare compliance with Debian Policy 4.3.0. (No changes needed.)
    
     -- Axel Beckert <email address hidden>  Tue, 29 Jan 2019 15:00:08 +0100
  • hobbit-plugins (20181101) unstable; urgency=medium
    
      * libs.yaml:
        - Whitelist "/memfd:" pseudo files (used by at least pulseaudio and
          Xorg) causing false positive. Thanks Alex Myczko for the report!
        - Whitelist "/var/lib/nfs/etab". Thanks Alex Myczko for the report!
      * Declare compliance with Debian Policy 4.2.1.
        + misc.d/zombies: Use "#!/usr/bin/perl", not "#!/usr/bin/env perl".
      * Ignore squashfs mounts for misc.d/mount-ro check. (LP: #1798557)
      * Add build-dependencies on libdate-parse-perl + liblist-moreutils-perl
        to fix failing tests and FTBFS. (Closes: #912104) Thanks Adrian Bunk!
      * backuppc:
        + Refactor code to make it more readable and use modern perl features.
        + Add options for hosts which should always cause a alert or always
          only cause a warning independent of the severity of the error.
    
     -- Axel Beckert <email address hidden>  Thu, 01 Nov 2018 00:42:55 +0100
  • hobbit-plugins (20180711) unstable; urgency=medium
    
      * net:
        + Support checking amount of packages per ten seconds (via
          /proc/net/dev, similar to "netstat -i")
        + Support checking for minima or maxima instead of just fixed values
          or the presence of keywords.
        + The check now requires libfile-slurp-perl as new dependency.
        + Mention check in long package description.
        + Better error handling if YAML::Tiny can't parse the config file.
        + Document issues with older versions of YAML::Tiny in README.md.
      * Hobbit.pm:
        + Under some circumstances the die handler gets a scalar ref instead
          of just a scalar. Handle that case and dereference the scalar ref
          first in that case.
        + Add trailing newlines to various outputs of croak() and moan() for
          better readability.
      * Fix typo in previous changelog entry.
      * Move libfile-slurp-perl from Suggests to Recommends as it is now used
        by the libs check which is enabled by default. Thanks to Jaap Winius!
        (Closes: #903493)
      * Declare compliance with Debian Policy 4.1.5. (No changes needed.)
    
     -- Axel Beckert <email address hidden>  Wed, 11 Jul 2018 01:35:21 +0200