From 08474c2868dff324057a4f4704e5784f8303c232 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 14 Mar 2013 15:42:42 +0100 Subject: [PATCH] closing 3.1.0 --- man/man5/monitorix.conf.5 | 2 +- man/man8/monitorix.8 | 2 +- monitorix | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 85ddc67..837709b 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -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 diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index 2afe0f4..998a703 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -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 diff --git a/monitorix b/monitorix index a1ef35b..dd36543 100755 --- a/monitorix +++ b/monitorix @@ -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}) {