mirror of https://github.com/mikaku/Monitorix.git
small update
This commit is contained in:
parent
c46ad4c428
commit
1c864e7279
|
@ -48,8 +48,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
|
|||
$SIG{'HUP' } = 'HUP_handler';
|
||||
$SIG{'ALRM'} = 'ALRM_handler';
|
||||
|
||||
use constant VERSION => "2.9.901";
|
||||
use constant RELDATE => "06-Nov-2012";
|
||||
use constant VERSION => "2.9.9";
|
||||
use constant RELDATE => "20-Nov-2012";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
my %config;
|
||||
|
@ -437,7 +437,7 @@ if(!stat($options{c})) {
|
|||
|
||||
# load configuration file
|
||||
my $conf = new Config::General(
|
||||
-ConfigFile => $options{c},
|
||||
-ConfigFile => $options{c},
|
||||
);
|
||||
%config = $conf->getall;
|
||||
$config{debug} = ();
|
||||
|
|
Loading…
Reference in New Issue