mirror of https://github.com/mikaku/Monitorix.git
closing 3.2.1
This commit is contained in:
parent
bd61d25d1c
commit
231e1fe22b
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
3.N.N - NN.XXX-2013
|
||||
3.2.1 - NN-Jun-2013
|
||||
====================
|
||||
- Changed the source from where is collected the memory usage in the 'squid'
|
||||
graph. Now the shown values are more real and accurate.
|
||||
|
|
|
@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
|
|||
$SIG{'HUP' } = 'HUP_handler';
|
||||
$SIG{'ALRM'} = 'ALRM_handler';
|
||||
|
||||
use constant VERSION => "3.2.0";
|
||||
use constant RELDATE => "13-May-2013";
|
||||
use constant VERSION => "3.2.1";
|
||||
use constant RELDATE => "31-May-2013";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue