forked from pool/munin
Accepting request 176616 from home:draht:branches:server:monitoring
- update to version 2.0.14: * fixes for computing of absolute values * timeout code decoupled for global and plugin timeout. * fixes for ntp * TMPDIR reuse fixes - do NOT autostart from %post OBS-URL: https://build.opensuse.org/request/show/176616 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=7
This commit is contained in:
parent
d456dad667
commit
47c8eac0bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:89ac6a46e82471206c37ed11a9fe2023cbf4c7482517f70a67d5aa5f32366c18
|
|
||||||
size 1331839
|
|
3
munin-2.0.14.tar.gz
Normal file
3
munin-2.0.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7526c7a582dd1ede3c7e78e2b0d9fc19240b289b402feeabe495df1ee70b0dbe
|
||||||
|
size 1333774
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 27 02:00:38 CEST 2013 - draht@suse.de
|
||||||
|
|
||||||
|
- update to version 2.0.14:
|
||||||
|
* fixes for computing of absolute values
|
||||||
|
* timeout code decoupled for global and plugin timeout.
|
||||||
|
* fixes for ntp
|
||||||
|
* TMPDIR reuse fixes
|
||||||
|
- do NOT autostart from %post
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 16:23:53 UTC 2013 - vjt@openssl.it
|
Mon Mar 25 16:23:53 UTC 2013 - vjt@openssl.it
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
%define dbdir /var/lib/munin
|
%define dbdir /var/lib/munin
|
||||||
%define logdir /var/log/munin
|
%define logdir /var/log/munin
|
||||||
%define plugindir /usr/lib/munin/plugins
|
%define plugindir /usr/lib/munin/plugins
|
||||||
|
%define active_by_default 0
|
||||||
|
|
||||||
Name: munin
|
Name: munin
|
||||||
Version: 2.0.11.1
|
Version: 2.0.14
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Summary: Network-wide graphing framework (grapher/gatherer)
|
Summary: Network-wide graphing framework (grapher/gatherer)
|
||||||
@ -191,12 +191,14 @@ touch %{logdir}/munin-node.log
|
|||||||
chown munin:munin %{logdir}/*
|
chown munin:munin %{logdir}/*
|
||||||
chown root:root %{logdir}/munin-node.log*
|
chown root:root %{logdir}/munin-node.log*
|
||||||
chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
|
chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1
|
||||||
|
%if 0%{?active_by_default} > 0
|
||||||
%if 0%{?suse_version} >= 1220
|
%if 0%{?suse_version} >= 1220
|
||||||
systemd-tmpfiles --create /usr/lib/tmpfiles.d/munin-node.conf
|
systemd-tmpfiles --create /usr/lib/tmpfiles.d/munin-node.conf
|
||||||
%service_add_post munin-node.service
|
%service_add_post munin-node.service
|
||||||
%else
|
%else
|
||||||
/etc/init.d/munin-node status >/dev/null 2>&1 || /etc/init.d/munin-node start
|
/etc/init.d/munin-node status >/dev/null 2>&1 || /etc/init.d/munin-node start
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%preun node
|
%preun node
|
||||||
if [ $1 = 1 ] ; then
|
if [ $1 = 1 ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user