diff --git a/Changes b/Changes index 88819a6..5eb5f2e 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -3.NN.N - DD-MMM-2019 +3.11.0 - 14-Mar-2019 ==================== - Added a complete graph to support external ambient sensors ('ambsens.pm'). (suggested by Zdenko Dolar, zdenko.dolar AT gmail.com) diff --git a/README b/README index b76239b..7dec4ee 100644 --- a/README +++ b/README @@ -191,6 +191,6 @@ LICENSE AND COPYRIGHT Monitorix is distributed under the terms of the GNU General Public License. See the included file "COPYING". -Copyright (C) 2005-2017 Jordi Sanfeliu. +Copyright (C) 2005-2019 Jordi Sanfeliu. http://www.monitorix.org diff --git a/docs/monitorix.spec b/docs/monitorix.spec index 4298a7f..f8cf9ca 100644 --- a/docs/monitorix.spec +++ b/docs/monitorix.spec @@ -3,7 +3,7 @@ Summary: Monitorix is a system monitoring tool Name: monitorix -Version: 3.10.0 +Version: 3.11.0 Release: 1%{?dist} License: GPL Group: Applications/System diff --git a/lib/Monitorix.pm b/lib/Monitorix.pm index 300bb05..3722bfa 100644 --- a/lib/Monitorix.pm +++ b/lib/Monitorix.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2016 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/lib/ambsens.pm b/lib/ambsens.pm index 3017fc0..5335d02 100644 --- a/lib/ambsens.pm +++ b/lib/ambsens.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2017 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/lib/gensens.pm b/lib/gensens.pm index 1f16a2c..679dbfc 100644 --- a/lib/gensens.pm +++ b/lib/gensens.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2017 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/lib/ipmi.pm b/lib/ipmi.pm index 031bb1a..c04c6c2 100644 --- a/lib/ipmi.pm +++ b/lib/ipmi.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2017 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/lib/mail.pm b/lib/mail.pm index 7efddd0..3c01b91 100644 --- a/lib/mail.pm +++ b/lib/mail.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2017 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/lib/netstat.pm b/lib/netstat.pm index 792e82b..bce0248 100644 --- a/lib/netstat.pm +++ b/lib/netstat.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2017 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/lib/system.pm b/lib/system.pm index 8695419..abb350e 100644 --- a/lib/system.pm +++ b/lib/system.pm @@ -1,7 +1,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2017 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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 diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index 6a16ea4..a1ce76f 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -1,9 +1,9 @@ .\" Monitorix manpage. -.\" Copyright (C) 2005-2017 by Jordi Sanfeliu +.\" Copyright (C) 2005-2019 by Jordi Sanfeliu .\" .\" This is the man page for the monitorix collector daemon. .\" -.TH monitorix 8 "Sep 2017" 3.10.0 "Monitorix collector daemon" +.TH monitorix 8 "Mar 2019" 3.11.0 "Monitorix collector daemon" .SH NAME monitorix - a lightweight system monitoring tool .SH SYNOPSIS @@ -54,7 +54,7 @@ HTML main page. .SH AUTHOR Monitorix is written by Jordi Sanfeliu .SH COPYRIGHT -Copyright \(co 2005-2017 Jordi Sanfeliu +Copyright \(co 2005-2019 Jordi Sanfeliu .br Licensed under the GNU General Public License version 2 (GPLv2). .SH "SEE ALSO" diff --git a/monitorix b/monitorix index 4303d68..788dfab 100755 --- a/monitorix +++ b/monitorix @@ -2,7 +2,7 @@ # # Monitorix - A lightweight system monitoring tool. # -# Copyright (C) 2005-2018 by Jordi Sanfeliu +# Copyright (C) 2005-2019 by Jordi Sanfeliu # # 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.10.0"; -use constant RELDATE => "25-Sep-2017"; +use constant VERSION => "3.11.0"; +use constant RELDATE => "14-Mar-2019"; my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD"); our %config;