mirror of https://github.com/mikaku/Monitorix.git
closing 3.9.0
This commit is contained in:
parent
297397f347
commit
44e2aa5547
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
3.9.0 - DD-Oct-2015
|
||||
3.9.0 - 14-Oct-2016
|
||||
====================
|
||||
- Added a complete graph for Linux Traffic Control with the 'tc' command. [#74]
|
||||
- Added a complete graph for Chrony using the 'chronyc' command.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: Monitorix is a system monitoring tool
|
||||
Name: monitorix
|
||||
Version: 3.8.1
|
||||
Version: 3.9.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
|
|
|
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
|
|||
$SIG{'CHLD'} = 'CHLD_handler';
|
||||
$SIG{'HUP' } = 'HUP_handler';
|
||||
|
||||
use constant VERSION => "3.8.1";
|
||||
use constant RELDATE => "13-Nov-2015";
|
||||
use constant VERSION => "3.9.0";
|
||||
use constant RELDATE => "14-Oct-2016";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue