-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.\" Monitorix manpage. | ||
.\" Copyright (C) 2005-2021 by Jordi Sanfeliu <[email protected]> | ||
.\" Copyright (C) 2005-2022 by Jordi Sanfeliu <[email protected]> | ||
.\" | ||
.\" 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 <[email protected]> | ||
.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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.\" Monitorix manpage. | ||
.\" Copyright (C) 2005-2021 by Jordi Sanfeliu <[email protected]> | ||
.\" Copyright (C) 2005-2022 by Jordi Sanfeliu <[email protected]> | ||
.\" | ||
.\" 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 <[email protected]> | ||
.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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# Monitorix - A lightweight system monitoring tool. | ||
# | ||
# Copyright (C) 2005-2021 by Jordi Sanfeliu <[email protected]> | ||
# Copyright (C) 2005-2022 by Jordi Sanfeliu <[email protected]> | ||
# | ||
# 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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# Monitorix - A lightweight system monitoring tool. | ||
# | ||
# Copyright (C) 2005-2021 by Jordi Sanfeliu <[email protected]> | ||
# Copyright (C) 2005-2022 by Jordi Sanfeliu <[email protected]> | ||
# | ||
# 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 © 2005-2021 Jordi Sanfeliu\n"); | ||
print("Copyright © 2005-2022 Jordi Sanfeliu\n"); | ||
} | ||
print(" </body>\n"); | ||
print("</html>\n"); | ||
|