mirror of https://github.com/mikaku/Monitorix.git
closing version 3.15.0
This commit is contained in:
parent
e8e5a5558a
commit
e75909392a
2
Changes
2
Changes
|
@ -1,4 +1,4 @@
|
|||
N.NN.N - DD-Dec-2022
|
||||
3.15.0 - 07-Dec-2022
|
||||
====================
|
||||
- Added a complete graph to monitor the power consumption of Intel-RAPL capable
|
||||
devices ('intelrapl.pm'). [#390]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Summary: Monitorix is a system monitoring tool
|
||||
Name: monitorix
|
||||
Version: 3.14.0
|
||||
Version: 3.15.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\"
|
||||
.\" This is the man page for the monitorix.conf configuration file.
|
||||
.\"
|
||||
.TH monitorix.conf 5 "Jan 2022" 3.14.0 "Monitorix configuration file"
|
||||
.TH monitorix.conf 5 "Dec 2022" 3.15.0 "Monitorix configuration file"
|
||||
.SH NAME
|
||||
monitorix.conf \- Configuration file for Monitorix.
|
||||
.SH DESCRIPTION
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.\"
|
||||
.\" This is the man page for the monitorix collector daemon.
|
||||
.\"
|
||||
.TH monitorix 8 "Jan 2022" 3.14.0 "Monitorix collector daemon"
|
||||
.TH monitorix 8 "Dec 2022" 3.15.0 "Monitorix collector daemon"
|
||||
.SH NAME
|
||||
monitorix - a lightweight system monitoring tool
|
||||
.SH SYNOPSIS
|
||||
|
|
|
@ -45,8 +45,8 @@ $SIG{'STOP'} = 'INT_handler';
|
|||
$SIG{'TERM'} = 'INT_handler';
|
||||
$SIG{'HUP' } = 'HUP_handler';
|
||||
|
||||
use constant VERSION => "3.14.0";
|
||||
use constant RELDATE => "18-Jan-2022";
|
||||
use constant VERSION => "3.15.0";
|
||||
use constant RELDATE => "07-Dec-2022";
|
||||
|
||||
my @suppsys = ("Linux", "FreeBSD", "OpenBSD", "NetBSD");
|
||||
our %config;
|
||||
|
|
Loading…
Reference in New Issue