mirror of https://github.com/mikaku/Monitorix.git
close 3.3.0
This commit is contained in:
parent
5ce4d6e6d2
commit
b473a90802
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
3.N.N - NN-Aug-2013
|
||||
3.3.0 - 12-Aug-2013
|
||||
====================
|
||||
- Added a complete statistical Wowza Media Server graph.
|
||||
(suggested by Daniele Ilardo, kkstyle21 AT gmail.com)
|
||||
|
|
|
@ -46,8 +46,8 @@ $SIG{'TERM'} = 'INT_handler';
|
|||
$SIG{'CHLD'} = 'CHLD_handler';
|
||||
$SIG{'HUP' } = 'HUP_handler';
|
||||
|
||||
use constant VERSION => "3.2.91";
|
||||
use constant RELDATE => "06-Aug-2013";
|
||||
use constant VERSION => "3.3.0";
|
||||
use constant RELDATE => "12-Aug-2013";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue