closing version 3.14.0

This commit is contained in:
Jordi Sanfeliu 2022-01-18 10:34:50 +01:00
parent 0e3af86e71
commit ae6c04bad4
7 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
3.NN.N - DD-Jan-2022
3.14.0 - 18-Jan-2022
====================
- Added a complete graph to support NVMe device statistics ('nvme.pm'). [#215]
- Added a complete graph to support AMD graphic cards statistics ('amdgpu.pm').

4
README
View File

@ -170,7 +170,7 @@ CONTACT
In case of help, bugs, ideas or suggestions please contact using any of the
following ways:
- IRC at freenode: #monitorix
- IRC at Libera.Chat: #monitorix
- Mailing List: https://lists.sourceforge.net/lists/listinfo/monitorix-general
- Direct Email: Jordi Sanfeliu <jordi@fibranet.cat>
@ -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-2021 Jordi Sanfeliu.
Copyright (C) 2005-2022 Jordi Sanfeliu.
https://www.monitorix.org

View File

@ -3,7 +3,7 @@
Summary: Monitorix is a system monitoring tool
Name: monitorix
Version: 3.13.1
Version: 3.14.0
Release: 1%{?dist}
License: GPL
Group: Applications/System

View File

@ -1,9 +1,9 @@
.\" Monitorix manpage.
.\" Copyright (C) 2005-2021 by Jordi Sanfeliu <jordi@fibranet.cat>
.\" Copyright (C) 2005-2022 by Jordi Sanfeliu <jordi@fibranet.cat>
.\"
.\" This is the man page for the monitorix.conf configuration file.
.\"
.TH monitorix.conf 5 "Jan 2021" 3.13.1 "Monitorix configuration file"
.TH monitorix.conf 5 "Jan 2022" 3.14.0 "Monitorix configuration file"
.SH NAME
monitorix.conf \- Configuration file for Monitorix.
.SH DESCRIPTION
@ -4109,7 +4109,7 @@ This is where you can enter the upper-limit and lower-limit values (separated by
.SH AUTHOR
Monitorix is written by Jordi Sanfeliu <jordi@fibranet.cat>
.SH COPYRIGHT
Copyright \(co 2005-2021 Jordi Sanfeliu
Copyright \(co 2005-2022 Jordi Sanfeliu
.br
Licensed under the GNU General Public License version 2 (GPLv2).
.SH SEE ALSO

View File

@ -1,9 +1,9 @@
.\" Monitorix manpage.
.\" Copyright (C) 2005-2021 by Jordi Sanfeliu <jordi@fibranet.cat>
.\" Copyright (C) 2005-2022 by Jordi Sanfeliu <jordi@fibranet.cat>
.\"
.\" This is the man page for the monitorix collector daemon.
.\"
.TH monitorix 8 "Jan 2021" 3.13.1 "Monitorix collector daemon"
.TH monitorix 8 "Jan 2022" 3.14.0 "Monitorix collector daemon"
.SH NAME
monitorix - a lightweight system monitoring tool
.SH SYNOPSIS
@ -60,7 +60,7 @@ HTML main page.
.SH AUTHOR
Monitorix is written by Jordi Sanfeliu <jordi@fibranet.cat>
.SH COPYRIGHT
Copyright \(co 2005-2021 Jordi Sanfeliu
Copyright \(co 2005-2022 Jordi Sanfeliu
.br
Licensed under the GNU General Public License version 2 (GPLv2).
.SH "SEE ALSO"

View File

@ -2,7 +2,7 @@
#
# Monitorix - A lightweight system monitoring tool.
#
# Copyright (C) 2005-2021 by Jordi Sanfeliu <jordi@fibranet.cat>
# Copyright (C) 2005-2022 by Jordi Sanfeliu <jordi@fibranet.cat>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -44,8 +44,8 @@ $SIG{'STOP'} = 'INT_handler';
$SIG{'TERM'} = 'INT_handler';
$SIG{'HUP' } = 'HUP_handler';
use constant VERSION => "3.13.1";
use constant RELDATE => "27-Jan-2021";
use constant VERSION => "3.14.0";
use constant RELDATE => "18-Jan-2022";
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
our %config;

View File

@ -2,7 +2,7 @@
#
# Monitorix - A lightweight system monitoring tool.
#
# Copyright (C) 2005-2021 by Jordi Sanfeliu <jordi@fibranet.cat>
# Copyright (C) 2005-2022 by Jordi Sanfeliu <jordi@fibranet.cat>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -669,7 +669,7 @@ if(!$silent) {
print(" <p class='text-copyright'>\n");
print(" <a href='https://www.monitorix.org'><img src='" . $config{url} . "/" . $config{logo_bottom} . "' border='0'></a>\n");
print(" <br>\n");
print("Copyright &copy; 2005-2021 Jordi Sanfeliu\n");
print("Copyright &copy; 2005-2022 Jordi Sanfeliu\n");
}
print(" </body>\n");
print("</html>\n");