mirror of https://github.com/mikaku/Monitorix.git
closing 3.8.1
This commit is contained in:
parent
3851d0a96c
commit
6d16857ce9
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
||||||
N.N.N - DD-MMM-2015
|
3.8.1 - 13-Nov-2015
|
||||||
====================
|
====================
|
||||||
- Added support in ZFS graph for versions older than 0.6.4.
|
- Added support in ZFS graph for versions older than 0.6.4.
|
||||||
- Added the new option 'extra_args' in 'ntp.pm' to be able to include extra
|
- Added the new option 'extra_args' in 'ntp.pm' to be able to include extra
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Summary: Monitorix is a system monitoring tool
|
Summary: Monitorix is a system monitoring tool
|
||||||
Name: monitorix
|
Name: monitorix
|
||||||
Version: 3.8.0
|
Version: 3.8.1
|
||||||
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.8.0";
|
use constant VERSION => "3.8.1";
|
||||||
use constant RELDATE => "16-Sep-2015";
|
use constant RELDATE => "13-Nov-2015";
|
||||||
|
|
||||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||||
our %config;
|
our %config;
|
||||||
|
|
Loading…
Reference in New Issue