Skip to content

Commit 5f8a32e

Browse files
committed
closing version 3.16.0
1 parent 1a0c915 commit 5f8a32e

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

Changes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.16.0 - DD-Nov-2024
1+
3.16.0 - 27-Nov-2024
22
====================
33
- Added support for MongoDB version 6 and changed the way how 'mongodb.pm' is
44
configured. [#451]
@@ -7,6 +7,8 @@
77
- Changed the default value of 'global_zoom' so now all graphs are 50% bigger.
88
- Adjusted the .spec file to be able to generate an RPM file to be installed on
99
systemd or SysV init systems. [#462]
10+
- Removed the following obsolete options:'secure_log', 'secure_log_date_format',
11+
'imap_log', 'imap_log_date_format', 'hylafax_log', 'cups_log' and 'cg_logdir'.
1012
- Fixed the size of graphs in Multihost viewer when using a bigger 'global_zoom'
1113
value.
1214
- Fixed the colors based on the meaning of input (upload) and output (download)

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ LICENSE AND COPYRIGHT
187187
Monitorix is distributed under the terms of the GNU General Public License.
188188
See the included file "COPYING".
189189

190-
Copyright (C) 2005-2022 Jordi Sanfeliu.
190+
Copyright (C) 2005-2024 Jordi Sanfeliu.
191191
https://www.monitorix.org
192192

docs/monitorix.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Summary: Monitorix is a system monitoring tool
55
Name: monitorix
6-
Version: 3.15.0
6+
Version: 3.16.0
77
Release: 1%{?dist}
88
License: GPL
99
Group: Applications/System

man/man5/monitorix.conf.5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" Monitorix manpage.
2-
.\" Copyright (C) 2005-2022 by Jordi Sanfeliu <jordi@fibranet.cat>
2+
.\" Copyright (C) 2005-2024 by Jordi Sanfeliu <jordi@fibranet.cat>
33
.\"
44
.\" This is the man page for the monitorix.conf configuration file.
55
.\"
6-
.TH monitorix.conf 5 "Dec 2022" 3.15.0 "Monitorix configuration file"
6+
.TH monitorix.conf 5 "Nov 2024" 3.16.0 "Monitorix configuration file"
77
.SH NAME
88
monitorix.conf \- Configuration file for Monitorix.
99
.SH DESCRIPTION
@@ -4790,7 +4790,7 @@ This is where you can enter the upper-limit and lower-limit values (separated by
47904790
.SH AUTHOR
47914791
Monitorix is written by Jordi Sanfeliu <jordi@fibranet.cat>
47924792
.SH COPYRIGHT
4793-
Copyright \(co 2005-2022 Jordi Sanfeliu
4793+
Copyright \(co 2005-2024 Jordi Sanfeliu
47944794
.br
47954795
Licensed under the GNU General Public License version 2 (GPLv2).
47964796
.SH SEE ALSO

man/man8/monitorix.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" Monitorix manpage.
2-
.\" Copyright (C) 2005-2022 by Jordi Sanfeliu <jordi@fibranet.cat>
2+
.\" Copyright (C) 2005-2024 by Jordi Sanfeliu <jordi@fibranet.cat>
33
.\"
44
.\" This is the man page for the monitorix collector daemon.
55
.\"
6-
.TH monitorix 8 "Dec 2022" 3.15.0 "Monitorix collector daemon"
6+
.TH monitorix 8 "Nov 2024" 3.16.0 "Monitorix collector daemon"
77
.SH NAME
88
monitorix - a lightweight system monitoring tool
99
.SH SYNOPSIS
@@ -69,7 +69,7 @@ HTML main page.
6969
.SH AUTHOR
7070
Monitorix is written by Jordi Sanfeliu <jordi@fibranet.cat>
7171
.SH COPYRIGHT
72-
Copyright \(co 2005-2022 Jordi Sanfeliu
72+
Copyright \(co 2005-2024 Jordi Sanfeliu
7373
.br
7474
Licensed under the GNU General Public License version 2 (GPLv2).
7575
.SH "SEE ALSO"

monitorix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ $SIG{'STOP'} = 'INT_handler';
4545
$SIG{'TERM'} = 'INT_handler';
4646
$SIG{'HUP' } = 'HUP_handler';
4747

48-
use constant VERSION => "3.15.0";
49-
use constant RELDATE => "07-Dec-2022";
48+
use constant VERSION => "3.16.0";
49+
use constant RELDATE => "27-Nov-2024";
5050

5151
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
5252
our %config;

monitorix.cgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ if(!$silent) {
677677
print(" <p class='text-copyright'>\n");
678678
print(" <a href='https://www.monitorix.org'><img src='" . $config{url} . "/" . $config{logo_bottom} . "' border='0'></a>\n");
679679
print(" <br>\n");
680-
print("Copyright &copy; 2005-2022 Jordi Sanfeliu\n");
680+
print("Copyright &copy; 2005-2024 Jordi Sanfeliu\n");
681681
}
682682
print(" </body>\n");
683683
print("</html>\n");

0 commit comments

Comments
 (0)