Skip to content

Commit

Permalink
closing 3.10.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaku committed Sep 25, 2017
1 parent 864d44d commit 90fba55
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.N.N - DD-MMM-2017
3.10.0 - 25-Sep-2017
====================
- Added a complete graph for IPMI sensors using the 'ipmitool' command.
(suggested by Frank Dijcks, fd AT fdsystems.nl)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,6 @@ LICENSE AND COPYRIGHT
Monitorix is distributed under the terms of the GNU General Public License.
See the included file "COPYING".

Copyright (C) 2005-2016 Jordi Sanfeliu.
Copyright (C) 2005-2017 Jordi Sanfeliu.
http://www.monitorix.org

2 changes: 1 addition & 1 deletion docs/monitorix.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Summary: Monitorix is a system monitoring tool
Name: monitorix
Version: 3.9.0
Version: 3.10.0
Release: 1%{?dist}
License: GPL
Group: Applications/System
Expand Down
6 changes: 3 additions & 3 deletions man/man5/monitorix.conf.5
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" Monitorix manpage.
.\" Copyright (C) 2005-2016 by Jordi Sanfeliu <[email protected]>
.\" Copyright (C) 2005-2017 by Jordi Sanfeliu <[email protected]>
.\"
.\" This is the man page for the monitorix.conf configuration file.
.\"
.TH monitorix.conf 5 "Oct 2016" 3.9.0 "Monitorix configuration file"
.TH monitorix.conf 5 "Sep 2017" 3.10.0 "Monitorix configuration file"
.SH NAME
monitorix.conf \- Configuration file for Monitorix.
.SH DESCRIPTION
Expand Down Expand Up @@ -2908,7 +2908,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-2016 Jordi Sanfeliu
Copyright \(co 2005-2017 Jordi Sanfeliu
.br
Licensed under the GNU General Public License version 2 (GPLv2).
.SH SEE ALSO
Expand Down
6 changes: 3 additions & 3 deletions man/man8/monitorix.8
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.\" Monitorix manpage.
.\" Copyright (C) 2005-2015 by Jordi Sanfeliu <[email protected]>
.\" Copyright (C) 2005-2017 by Jordi Sanfeliu <[email protected]>
.\"
.\" This is the man page for the monitorix collector daemon.
.\"
.TH monitorix 8 "Sep 2015" 3.8.0 "Monitorix collector daemon"
.TH monitorix 8 "Sep 2017" 3.10.0 "Monitorix collector daemon"
.SH NAME
monitorix - a lightweight system monitoring tool
.SH SYNOPSIS
Expand Down Expand Up @@ -54,7 +54,7 @@ HTML main page.
.SH AUTHOR
Monitorix is written by Jordi Sanfeliu <[email protected]>
.SH COPYRIGHT
Copyright \(co 2005-2015 Jordi Sanfeliu
Copyright \(co 2005-2017 Jordi Sanfeliu
.br
Licensed under the GNU General Public License version 2 (GPLv2).
.SH "SEE ALSO"
Expand Down
4 changes: 2 additions & 2 deletions monitorix
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ $SIG{'TERM'} = 'INT_handler';
$SIG{'CHLD'} = 'CHLD_handler';
$SIG{'HUP' } = 'HUP_handler';

use constant VERSION => "3.9.0";
use constant RELDATE => "14-Oct-2016";
use constant VERSION => "3.10.0";
use constant RELDATE => "25-Sep-2017";

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

0 comments on commit 90fba55

Please sign in to comment.