Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603528 - net-analyzer/monitoring-plugins-2.2 version bump
Summary: net-analyzer/monitoring-plugins-2.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-22 23:30 UTC by Tomáš Mózes
Modified: 2016-12-23 18:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2016-12-22 23:30:52 UTC
Enhancements

    The check_http -S/--ssl option now accepts the arguments 1.1 and 1.2 to force TLSv1.1 and TLSv1.2 connections, respectively
    The check_http -S/--ssl option now allows for specifying the desired protocol with a + suffix to also accept newer versions
    Let check_http check HTTPS web sites via proxies
    check_http: add timeout to performance data as max value
    check_http: report certificate expiry date in UTC
    check_snmp: add IPv6 support
    check_snmp's performance data now also includes warning/critical thresholds
    New check_snmp -N option to specify SNMPv3 context name
    Let check_smtp's -D option imply -S
    Let check_smtp's -e option match against the full SMTP response
    check_dig: expected response is now case-insensitive
    New check_mailq -s option which tells the plugin to use sudo(8)
    New check_nt -l parameters: seconds|minutes|hours|days
    New -W/-C option for check_ldap to check number of entries
    check_users: add support for range thresholds
    check_fping now auto-detects IPv6 addresses
    check_radius now supports the radcli library
    Support OpenSSL 1.1

Fixes

    check_http: fix host header port handling
    Let check_real terminate lines with CRLF when talking to the server, as mandated by RFC 2326
    Fix check_procs on HP-UX
    check_smtp's -e/--expect option can now be combined with -S/--starttls
    Fix incorrect performance data thresholds emitted by check_ups
    Don't let check_procs miss some processes on busy Solaris systems

Warnings

    The format of the performance data emitted by check_mrtgtraf has been changed to comply with the development guidelines
    check_ssh now returns CRITICAL for protocol/version errors
    If a plugin is invoked with -h/--help or -V/--version, the exit status is now UNKNOWN
    The superseeded check_ntp.pl was removed, please use check_ntp_peer or check_ntp_time instead
Comment 1 Tomáš Mózes 2016-12-22 23:59:59 UTC
https://github.com/gentoo/gentoo/pull/3217
Comment 2 Michael Orlitzky gentoo-dev 2016-12-23 18:52:15 UTC
Thanks again!

commit 97acecd2a67cc1a1da1c29ea98fd6e9592acc6b8
Author: Tomáš Mózes <hydrapolic@gmail.com>
Date:   Thu Dec 22 23:56:57 2016 +0000

    net-analyzer/monitoring-plugins: bump to 2.2

    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>