forked from pool/munin
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
This commit is contained in:
parent
76cba7fac3
commit
c297e215c6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1323c17acc728f9541cc0a526a66bcc213b3a23e18310d2c83c16054b071ed86
|
||||
size 2249517
|
3
munin-2.0.66.tar.gz
Normal file
3
munin-2.0.66.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24520ddb9e424cbc5d5552b8cb748bbb976c99ab1a996977208f80decb2e53a8
|
||||
size 2251620
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 22:09:56 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <kukuk@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user