closing 3.1.0

This commit is contained in:
Jordi Sanfeliu 2013-03-14 15:42:42 +01:00
parent 95244d0a10
commit 08474c2868
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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}) {