From c297e215c6d9f0b13a3d40d3246fb20863cd744d946860f3830172d71c438be2 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 8 Feb 2021 22:36:24 +0000 Subject: [PATCH] Accepting request 870360 from home:dirkmueller:branches:server:monitoring - update to 2.0.66: * unknown_limit: do not misinterpret zero as one * unknown_limit: fix handling of value "1" * SpoolReader: process spooled content lines separately * async: fetch spooled data in order of timestamps * async: use name squashing rules when determining the names of spooled files * async: clarify handling of timestamp * doc: describe "timeout_fetch_all_nodes" and "timeout_fetch_one_node" * Make sensors_ temperature plugin work on musl libc * Symlink and custom name support for diskstat_ * fix reporting on URL in the munin-update log (stable-2.0) * make it possible to configure global munin-update timeouts * Use configured plugin group as primary group * plugins/memory: add per-cpu counter * Munin thresholds support for http_loadtime * adjust_threshold: strings indexes are 1 based in AWK * Plugin apt_all: prevent ambiguity between slash and hyphen in release names * Fix utf8 encoding in plugins * Fix special character for author name (Kristian Lyngst370l) * Plugin snmp__if_err_: clarify authors list * Plugin nomadix_users_: clarify formatting of authors * Plugin vserver_cpu_: clarify copyright statement * Plugin snmp__uptime: clarify authors * Unify spelling of author "Dagfinn Ilmari Manns345ker" * Unify more author names * Fix template error in case of an empty host list OBS-URL: https://build.opensuse.org/request/show/870360 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=63 --- munin-2.0.64.tar.gz | 3 --- munin-2.0.66.tar.gz | 3 +++ munin.changes | 30 ++++++++++++++++++++++++++++++ munin.spec | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 munin-2.0.64.tar.gz create mode 100644 munin-2.0.66.tar.gz diff --git a/munin-2.0.64.tar.gz b/munin-2.0.64.tar.gz deleted file mode 100644 index 897a11f..0000000 --- a/munin-2.0.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1323c17acc728f9541cc0a526a66bcc213b3a23e18310d2c83c16054b071ed86 -size 2249517 diff --git a/munin-2.0.66.tar.gz b/munin-2.0.66.tar.gz new file mode 100644 index 0000000..4e3bf85 --- /dev/null +++ b/munin-2.0.66.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24520ddb9e424cbc5d5552b8cb748bbb976c99ab1a996977208f80decb2e53a8 +size 2251620 diff --git a/munin.changes b/munin.changes index e78f55d..986e38c 100644 --- a/munin.changes +++ b/munin.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Feb 8 22:09:56 UTC 2021 - Dirk Müller + +- update to 2.0.66: + * unknown_limit: do not misinterpret zero as one + * unknown_limit: fix handling of value "1" + * SpoolReader: process spooled content lines separately + * async: fetch spooled data in order of timestamps + * async: use name squashing rules when determining the names of spooled files + * async: clarify handling of timestamp + * doc: describe "timeout_fetch_all_nodes" and "timeout_fetch_one_node" + * Make sensors_ temperature plugin work on musl libc + * Symlink and custom name support for diskstat_ + * fix reporting on URL in the munin-update log (stable-2.0) + * make it possible to configure global munin-update timeouts + * Use configured plugin group as primary group + * plugins/memory: add per-cpu counter + * Munin thresholds support for http_loadtime + * adjust_threshold: strings indexes are 1 based in AWK + * Plugin apt_all: prevent ambiguity between slash and hyphen in release names + * Fix utf8 encoding in plugins + * Fix special character for author name (Kristian Lyngst370l) + * Plugin snmp__if_err_: clarify authors list + * Plugin nomadix_users_: clarify formatting of authors + * Plugin vserver_cpu_: clarify copyright statement + * Plugin snmp__uptime: clarify authors + * Unify spelling of author "Dagfinn Ilmari Manns345ker" + * Unify more author names + * Fix template error in case of an empty host list + ------------------------------------------------------------------- Tue Sep 29 11:17:39 UTC 2020 - Thorsten Kukuk diff --git a/munin.spec b/munin.spec index d1320bd..154840b 100644 --- a/munin.spec +++ b/munin.spec @@ -1,7 +1,7 @@ # # spec file for package munin # -# 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 @@ -24,7 +24,7 @@ %define active_by_default 0 Name: munin -Version: 2.0.64 +Version: 2.0.66 Release: 0 Summary: Network-wide graphing framework (grapher/gatherer) License: GPL-2.0-only