Jordi Sanfeliu
0ed93455e2
update Changes
2021-04-27 10:06:49 +02:00
Jordi Sanfeliu
681a31886c
updated the documentation to reflect the change of behavior of the 'cmd' option in 'port.pm'
2021-04-23 19:00:31 +02:00
Jordi Sanfeliu
002dd98b8c
changed the way how the 'cmd' option works in 'port.pm', executing directly the command defined on it (without args) unless undefined in which case continues defaulting to 'ss'
2021-04-23 18:51:19 +02:00
Jordi Sanfeliu
1c841a9ae7
added a note about issue 131 in 'lmsens.pm' documentation #327
2021-04-23 10:28:53 +02:00
Jordi Sanfeliu
4751319260
added graph of process' uptime in 'process.pm' #311
2021-04-23 08:23:52 +02:00
Jordi Sanfeliu
cbcf2557b3
added support in 'process.pm' for systems with different PID max value defined in '/proc/sys/kernel/pid_max'
2021-04-22 07:52:05 +02:00
Jordi Sanfeliu
9134aebfb7
updated the copyright year
2021-04-21 16:49:11 +02:00
Jordi Sanfeliu
7f81ddae41
updated documentation #320
2021-04-14 11:04:28 +02:00
Jordi Sanfeliu
d0f70154bc
added support to get temperature values for gpu[n] keys using the output of 'lmsensors' #320
2021-04-14 10:35:44 +02:00
Jordi Sanfeliu
2624f86858
added socket file support to 'redis.pm' #316
2021-04-07 11:22:29 +02:00
Jordi Sanfeliu
b17f34eb26
fixed to use options{u} instead of config{u}
2021-02-24 09:39:18 +01:00
Jordi Sanfeliu
1634cc0c0f
updated Changes
2021-02-19 08:16:46 +01:00
Jordi Sanfeliu
d4f82e2752
fixed to include the DBI->connect parameter 'dbname=postgres' in 'pgsql.pm' to avoid connection problems #310
2021-02-01 10:48:40 +01:00
Jordi Sanfeliu
0ad16e8a78
closing version 3.13.1
2021-01-27 11:22:27 +01:00
Jordi Sanfeliu
17aec754e8
updated documentation to reflect the behavior of the 'hosts_deny' option #309
2021-01-27 10:57:21 +01:00
Jordi Sanfeliu
d6816e20da
fixed a security bug introduced in 3.13.0 version that lead the HTTP built-in server to bypass Basic Authentication when the option 'hosts_deny' is not defined #309
2021-01-27 10:45:41 +01:00
Jordi Sanfeliu
5f77eeeea3
reduced the number of padding lines in 'phpfpm.pm'
2021-01-27 10:44:11 +01:00
Jordi Sanfeliu
18a6be9ff6
fixed in HTTP server built-in configuration to force Basic Authentication to any host #309
2021-01-27 09:03:54 +01:00
Jordi Sanfeliu
c0d8f8ddd4
closing version 3.13.0
2021-01-22 08:56:50 +01:00
Jordi Sanfeliu
7a272279e9
updated README
2021-01-21 17:02:05 +01:00
Jordi Sanfeliu
e65e9a267e
update Changes
2021-01-15 08:59:17 +01:00
Jordi Sanfeliu
43c2e93f1a
Fixed the behavior of the options in the extra configuration file.
...
A configuration file can contain sections, subsections and even
subsubsections in the form of:
<gensens> <-- this is a section or module
<list> <-- this is a subsection
0 = temp0
1 = cpu0
2 = bat0
</list>
...
If you plan to create an extra configuration file in 'conf.d/', you
must know that, from now on, you'll be forced to define the whole
subsection even when you are changing only a single value of it.
Otherwise your results might vary from what you expect.
For instance, imagine you want to monitor a second CPU in the
'gensens' module. You will create an extra configuration file in
'conf.d/' to include a second CPU (cpu1) in the key '1' inside the
subsection 'list'. In that case your extra configuration file
should define the section 'gensens' as this:
<gensens>
<list>
0 = temp0
1 = cpu0, cpu1
2 = bat0
</list>
</gensens>
That is, you must include the whole subsection 'list' with all the
rest of options. The rest of subsections of 'gensens' are not needed
because they have not been changed. Monitorix will use the subsections
configured in the main configuration file.
2021-01-14 13:03:54 +01:00
Jordi Sanfeliu
bc71c9351e
'tinyproxy.pm' now emulates the 'to_literal_list' method to keep backwards compatibility with older versions of Perl-XML-LibXML
2021-01-13 18:51:53 +01:00
Jordi Sanfeliu
5003c4da70
updated .spec file to include the 'css' directory #306
2021-01-12 11:38:58 +01:00
Jordi Sanfeliu
2e54aac997
updated documentation #84
2021-01-11 10:29:16 +01:00
Jordi Sanfeliu
5cb9c4e398
updated the copyright year #84
2021-01-07 11:14:06 +01:00
Jordi Sanfeliu
644950a18f
fixed to have a more generic title in '_pgsql3'
2021-01-07 11:12:09 +01:00
Jordi Sanfeliu
556c3e593d
Fixed de scalar of Data Segments (DS) on the textmode interface in modules:
...
- apache.pm
- chrony.pm
- nut.pm
- pagespeed.pm
- tinyproxy.pm
2021-01-07 10:59:37 +01:00
Jordi Sanfeliu
85a0360d45
updated the copyright year in 'ambsens.pm' and 'redis.pm' modules
2021-01-07 10:58:32 +01:00
Jordi Sanfeliu
3ca311b24a
added a complete graph to support PostgreSQL statistics ('pgsql.pm'). #84
2021-01-05 12:56:37 +01:00
Jordi Sanfeliu
be9d22683d
update Changes
2021-01-05 12:54:39 +01:00
Jordi Sanfeliu
5705b83cac
small alignment
2021-01-04 12:22:21 +01:00
Jordi Sanfeliu
3bdbf29c31
fixed the fetching code that retrieves the uptime value in 'wowza.pm'
2021-01-04 10:38:29 +01:00
Jordi Sanfeliu
7b9725be1b
fixed to a more readable scale the graphs of memory usage and store directory stats in 'squid.pm'
2020-12-30 17:54:44 +01:00
Jordi Sanfeliu
8e5b87fa30
changed lines thickness in 'squid.pm'
2020-12-30 17:25:58 +01:00
Jordi Sanfeliu
98eda3e8e5
fixed the fetching code to retrieve the uptime value in 'redis.pm' #140
2020-12-30 16:42:51 +01:00
Jordi Sanfeliu
5fe541fa04
dixed the fetching code to retrieve the uptime value in 'phpfpm.pm'
2020-12-30 16:32:04 +01:00
Jordi Sanfeliu
51690c98c3
unified all README.*BSD on a single README.BSD file
2020-12-22 11:27:15 +01:00
Jordi Sanfeliu
a8e463de8e
update Changes
2020-12-09 10:31:08 +01:00
Jordi Sanfeliu
bfc5bbeda8
fixed the internal structure of 'ambsens.pm'
...
An implementation bug prevented it from having negative values.
*** 'ambsens.rrd' must be created again for the changes to take effect ***
Sorry for the inconvenience.
2020-12-09 10:18:36 +01:00
Jordi Sanfeliu
99de27a735
use the right variable when loading the .css file
2020-12-03 11:26:25 +01:00
Jordi Sanfeliu
ee0e84a81d
removed old theming-related variables
2020-12-03 11:25:47 +01:00
Jordi Sanfeliu
393df08ea7
fix to use 'white.css' when no color is provided in the CGI
2020-12-03 11:21:53 +01:00
Jordi Sanfeliu
08b3acdbd6
converted the rest of graphs to CSS #306
2020-12-03 09:42:17 +01:00
Jordi Sanfeliu
9aa0a1c4ab
converted a list of graphs to CSS #306
2020-11-30 12:34:19 +01:00
Jordi Sanfeliu
5df4911410
update Changes
2020-11-26 09:29:31 +01:00
Jordi Sanfeliu
029aa97e03
systemd will start Monitorix right after reach 'Network Online'
2020-11-26 09:28:31 +01:00
Jordi Sanfeliu
560c70b6a7
update Makefile to include the new .css files
2020-11-24 18:04:45 +01:00
Jordi Sanfeliu
e78ef4d99d
added in the ability to specify the command to get Unbound stats. #302
2020-11-23 10:26:43 +01:00
Jordi Sanfeliu
ae3bf91072
increased the size of the title of graphs in 'proc.pm'
2020-11-20 09:20:40 +01:00