mirror of https://github.com/mikaku/Monitorix.git
closing 3.1.0
This commit is contained in:
parent
95244d0a10
commit
08474c2868
|
@ -3,7 +3,7 @@
|
|||
.\"
|
||||
.\" This is the man page for the monitorix.conf configuration file.
|
||||
.\"
|
||||
.TH monitorix.conf 5 "Feb 2013" 3.0.0 "Monitorix configuration file"
|
||||
.TH monitorix.conf 5 "Mar 2013" 3.1.0 "Monitorix configuration file"
|
||||
.SH NAME
|
||||
monitorix.conf \- Configuration file for Monitorix.
|
||||
.SH DESCRIPTION
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\"
|
||||
.\" This is the man page for the monitorix collector daemon.
|
||||
.\"
|
||||
.TH monitorix 8 "Feb 2013" 3.0.0 "Monitorix collector daemon"
|
||||
.TH monitorix 8 "Mar 2013" 3.1.0 "Monitorix collector daemon"
|
||||
.SH NAME
|
||||
monitorix - a lightweight system monitoring tool
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -47,8 +47,8 @@ $SIG{'CHLD'} = 'CHLD_handler';
|
|||
$SIG{'HUP' } = 'HUP_handler';
|
||||
$SIG{'ALRM'} = 'ALRM_handler';
|
||||
|
||||
use constant VERSION => "3.0.0";
|
||||
use constant RELDATE => "18-Feb-2013";
|
||||
use constant VERSION => "3.1.0";
|
||||
use constant RELDATE => "15-Mar-2013";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
@ -419,7 +419,7 @@ $0 = sprintf("%s %s%s%s%s",
|
|||
$options{d} ? " -d $options{d}" : "",
|
||||
$options{v} ? " -v" : "");
|
||||
|
||||
#daemonize();
|
||||
daemonize();
|
||||
logger("Starting Monitorix version " . VERSION . " (pid $$).");
|
||||
|
||||
if($options{p}) {
|
||||
|
|
Loading…
Reference in New Issue