diff --git a/Changes b/Changes index 4191c30..a02ddc9 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -3.16.0 - DD-Nov-2024 +3.16.0 - 27-Nov-2024 ==================== - Added support for MongoDB version 6 and changed the way how 'mongodb.pm' is configured. [#451] @@ -7,6 +7,8 @@ - Changed the default value of 'global_zoom' so now all graphs are 50% bigger. - Adjusted the .spec file to be able to generate an RPM file to be installed on systemd or SysV init systems. [#462] +- Removed the following obsolete options:'secure_log', 'secure_log_date_format', + 'imap_log', 'imap_log_date_format', 'hylafax_log', 'cups_log' and 'cg_logdir'. - Fixed the size of graphs in Multihost viewer when using a bigger 'global_zoom' value. - Fixed the colors based on the meaning of input (upload) and output (download) diff --git a/README b/README index ca544dd..1f107dc 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-2022 Jordi Sanfeliu. +Copyright (C) 2005-2024 Jordi Sanfeliu. https://www.monitorix.org diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 112aaa2..52477c2 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.15.0 +Version: 3.16.0 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index 702ed98..fa8c63a 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2022 by Jordi Sanfeliu +.\" Copyright (C) 2005-2024 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix.conf configuration file. .\" -.TH monitorix.conf 5 "Dec 2022" 3.15.0 "Monitorix configuration file" +.TH monitorix.conf 5 "Nov 2024" 3.16.0 "Monitorix configuration file" .SH NAME monitorix.conf \- Configuration file for Monitorix. .SH DESCRIPTION @@ -4790,7 +4790,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-2022 Jordi Sanfeliu +Copyright \(co 2005-2024 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 a4d2634..38d0199 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2022 by Jordi Sanfeliu +.\" Copyright (C) 2005-2024 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "Dec 2022" 3.15.0 "Monitorix collector daemon" +.TH monitorix 8 "Nov 2024" 3.16.0 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS @@ -69,7 +69,7 @@ HTML main page. .SH AUTHOR Monitorix is written by Jordi Sanfeliu .SH COPYRIGHT -Copyright \(co 2005-2022 Jordi Sanfeliu +Copyright \(co 2005-2024 Jordi Sanfeliu .br Licensed under the GNU General Public License version 2 (GPLv2). .SH "SEE ALSO" diff --git a/monitorix b/monitorix index a4c833b..84c3575 100755 --- a/monitorix +++ b/monitorix @@ -45,8 +45,8 @@ $SIG{'STOP'} = 'INT_handler'; $SIG{'TERM'} = 'INT_handler'; $SIG{'HUP' } = 'HUP_handler'; -use constant VERSION => "3.15.0"; -use constant RELDATE => "07-Dec-2022"; +use constant VERSION => "3.16.0"; +use constant RELDATE => "27-Nov-2024"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config; diff --git a/monitorix.cgi b/monitorix.cgi index c94db32..f14b7b8 100755 --- a/monitorix.cgi +++ b/monitorix.cgi @@ -677,7 +677,7 @@ if(!$silent) { print("