diff --git a/Changes b/Changes index a3ab104..766a7ef 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -3.NN.N - DD-Jan-2021 +3.13.0 - 22-Jan-2021 ==================== - Added a complete graph to support PostgreSQL statistics ('pgsql.pm'). [#84] - Added a complete graph to support Redis statistics ('redis.pm'). [#140] diff --git a/README b/README index 159e2e8..63e4e6c 100644 --- a/README +++ b/README @@ -187,6 +187,6 @@ LICENSE AND COPYRIGHT Monitorix is distributed under the terms of the GNU General Public License. See the included file "COPYING". -Copyright (C) 2005-2020 Jordi Sanfeliu. +Copyright (C) 2005-2021 Jordi Sanfeliu. https://www.monitorix.org diff --git a/docs/monitorix.spec b/docs/monitorix.spec index e679a95..e1c4287 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.12.0 +Version: 3.13.0 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index fb95d0a..59be5a6 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2020 by Jordi Sanfeliu +.\" Copyright (C) 2005-2021 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix.conf configuration file. .\" -.TH monitorix.conf 5 "Feb 2020" 3.12.0 "Monitorix configuration file" +.TH monitorix.conf 5 "Jan 2021" 3.13.0 "Monitorix configuration file" .SH NAME monitorix.conf \- Configuration file for Monitorix. .SH DESCRIPTION @@ -3454,7 +3454,7 @@ This is where you can enter the upper-limit and lower-limit values (separated by .SH AUTHOR Monitorix is written by Jordi Sanfeliu .SH COPYRIGHT -Copyright \(co 2005-2020 Jordi Sanfeliu +Copyright \(co 2005-2021 Jordi Sanfeliu .br Licensed under the GNU General Public License version 2 (GPLv2). .SH SEE ALSO diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index d752922..980b7d1 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2020 by Jordi Sanfeliu +.\" Copyright (C) 2005-2021 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "Feb 2020" 3.12.0 "Monitorix collector daemon" +.TH monitorix 8 "Jan 2021" 3.13.0 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS @@ -57,7 +57,7 @@ HTML main page. .SH AUTHOR Monitorix is written by Jordi Sanfeliu .SH COPYRIGHT -Copyright \(co 2005-2020 Jordi Sanfeliu +Copyright \(co 2005-2021 Jordi Sanfeliu .br Licensed under the GNU General Public License version 2 (GPLv2). .SH "SEE ALSO" diff --git a/monitorix b/monitorix index 36ade2e..6a3d1fb 100755 --- a/monitorix +++ b/monitorix @@ -44,8 +44,8 @@ $SIG{'STOP'} = 'INT_handler'; $SIG{'TERM'} = 'INT_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.12.0"; -use constant RELDATE => "21-Feb-2020"; +use constant VERSION => "3.13.0"; +use constant RELDATE => "22-Jan-2021"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config; diff --git a/monitorix.cgi b/monitorix.cgi index ec4b20e..85c3460 100755 --- a/monitorix.cgi +++ b/monitorix.cgi @@ -656,7 +656,7 @@ if(!$silent) { print("