From 9cd46364f8ed0e5c1d6157d134afef5f15a7cad77c2f9785f66357ccc12ba744 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 14 Jan 2021 20:50:13 +0000 Subject: [PATCH] - Update to 2.3 (final): Enhancements * check_dns: allow 'expected address' (-a) to be specified in CIDR notation (IPv4 only). * check_dns: allow for IPv6 RDNS * check_dns: Accept CIDR * check_dns: allow unsorted addresses * check_dns: allow forcing complete match of all addresses * check_apt: add --only-critical switch * check_apt: add -l/--list option to print packages * check_file_age: add range checking * check_file_age: enable to test for maximum file size * check_apt: adding packages-warning option * check_load: Adding top consuming processes option * check_http: Adding Proxy-Authorization and extra headers * check_snmp: make calcualtion of timeout value in help output more clear * check_uptime: new plugin for checking uptime to see how long the system is running * check_curl: check_http replacement based on libcurl * check_http: Allow user to specify HTTP method after proxy CONNECT * check_http: Add new flag --show-body/-B to print body * check_cluster: Added data argument validation * check_icmp: Add IPv6 support * check_icmp: Automatically detect IP protocol * check_icmp: emit error if multiple protocol version * check_disk: add support to display inodes usage in perfdata * check_hpjd: Added -D option to disable warning on 'out of paper' * check_http: support the --show-body/-B flag when --expect is used * check_mysql: allow mariadbclient to be used * check_tcp: add --sni * check_dns: detect unreachable dns service in nslookup output Fixes OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=84 --- _service | 16 ------------ monitoring-plugins-2.3.tar.xz | 3 +++ monitoring-plugins.changes | 47 +++++++++++++++++++++++++++++++++++ monitoring-plugins.spec | 4 +-- 4 files changed, 52 insertions(+), 18 deletions(-) delete mode 100644 _service create mode 100644 monitoring-plugins-2.3.tar.xz diff --git a/_service b/_service deleted file mode 100644 index 753c921..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - - 2.3~alpha.%ci.%h - https://github.com/monitoring-plugins/monitoring-plugins.git - git - master - - - - - xz - *.tar - - - diff --git a/monitoring-plugins-2.3.tar.xz b/monitoring-plugins-2.3.tar.xz new file mode 100644 index 0000000..6c6fc10 --- /dev/null +++ b/monitoring-plugins-2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a13e493c96301f9a81b2ec90dc019e8d9f486d77f762883eb91df2345b10ab1 +size 1876784 diff --git a/monitoring-plugins.changes b/monitoring-plugins.changes index 5032dda..d675286 100644 --- a/monitoring-plugins.changes +++ b/monitoring-plugins.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Thu Jan 14 20:47:42 UTC 2021 - Lars Vogdt + +- Update to 2.3 (final): + Enhancements + * check_dns: allow 'expected address' (-a) to be specified in CIDR notation (IPv4 only). + * check_dns: allow for IPv6 RDNS + * check_dns: Accept CIDR + * check_dns: allow unsorted addresses + * check_dns: allow forcing complete match of all addresses + * check_apt: add --only-critical switch + * check_apt: add -l/--list option to print packages + * check_file_age: add range checking + * check_file_age: enable to test for maximum file size + * check_apt: adding packages-warning option + * check_load: Adding top consuming processes option + * check_http: Adding Proxy-Authorization and extra headers + * check_snmp: make calcualtion of timeout value in help output more clear + * check_uptime: new plugin for checking uptime to see how long the system is running + * check_curl: check_http replacement based on libcurl + * check_http: Allow user to specify HTTP method after proxy CONNECT + * check_http: Add new flag --show-body/-B to print body + * check_cluster: Added data argument validation + * check_icmp: Add IPv6 support + * check_icmp: Automatically detect IP protocol + * check_icmp: emit error if multiple protocol version + * check_disk: add support to display inodes usage in perfdata + * check_hpjd: Added -D option to disable warning on 'out of paper' + * check_http: support the --show-body/-B flag when --expect is used + * check_mysql: allow mariadbclient to be used + * check_tcp: add --sni + * check_dns: detect unreachable dns service in nslookup output + Fixes + * Fix regression where check_dhcp was rereading response in a tight loop + * check_dns: fix error detection on sles nslookup + * check_disk_smb: fix timeout issue + * check_swap: repaired -n behaviour + * check_icmp: Correctly set address_family on lookup + * check_icmp: Do not overwrite -4,-6 on lookup + * check_smtp: initializes n before it is used + * check_dns: fix typo in parameter description + * check_by_ssh: fix child process leak on timeouts + * check_mysql: Allow sockets to be specified to -H + * check_procs: improve command examples for 'at least' processes + * check_disk: include -P switch in help + * check_mailq: restore accidentially removed options + ------------------------------------------------------------------- Tue Oct 13 11:05:10 CEST 2020 - ro@suse.de diff --git a/monitoring-plugins.spec b/monitoring-plugins.spec index 07632bc..53eda7c 100644 --- a/monitoring-plugins.spec +++ b/monitoring-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package monitoring-plugins # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: monitoring-plugins -Version: 2.3~alpha.20200520T233014.cadac85e +Version: 2.3 Release: 0 Summary: The Monitoring Plug-Ins License: GPL-2.0-or-later AND GPL-3.0-only