mirror of https://github.com/mikaku/Monitorix.git
closing 3.5.0
This commit is contained in:
parent
70df452b96
commit
dec54327f3
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
||||||
3.N.N - DD-Mar-2014
|
3.5.0 - 24-Mar-2014
|
||||||
====================
|
====================
|
||||||
- Added a complete statistical APC UPS (apcupsd) graph.
|
- Added a complete statistical APC UPS (apcupsd) graph.
|
||||||
(thanks to Ilya Karpov, gibzer AT gmail.com)
|
(thanks to Ilya Karpov, gibzer AT gmail.com)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Summary: Monitorix is a system monitoring tool
|
Summary: Monitorix is a system monitoring tool
|
||||||
Name: monitorix
|
Name: monitorix
|
||||||
Version: 3.4.95
|
Version: 3.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
|
|
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
|
||||||
$SIG{'CHLD'} = 'CHLD_handler';
|
$SIG{'CHLD'} = 'CHLD_handler';
|
||||||
$SIG{'HUP' } = 'HUP_handler';
|
$SIG{'HUP' } = 'HUP_handler';
|
||||||
|
|
||||||
use constant VERSION => "3.4.95";
|
use constant VERSION => "3.5.0";
|
||||||
use constant RELDATE => "17-Mar-2014";
|
use constant RELDATE => "24-Mar-2014";
|
||||||
|
|
||||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||||
our %config;
|
our %config;
|
||||||
|
|
Loading…
Reference in New Issue