Mirror of mikaku/Monitorix@github.com
Go to file
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
css some improvements in the 3D effect of the main page 2020-11-18 10:14:18 +01:00
docs updated .spec file to include the 'css' directory #306 2021-01-12 11:38:58 +01:00
lib '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
man updated documentation #84 2021-01-11 10:29:16 +01:00
reports added French translation to monthly reports 2017-05-15 19:10:21 +02:00
COPYING uploaded latest version 2012-10-22 16:26:37 +02:00
Changes update Changes 2021-01-05 12:54:39 +01:00
Makefile added a complete graph to support PostgreSQL statistics ('pgsql.pm'). #84 2021-01-05 12:56:37 +01:00
README closing 3.12.0 2020-02-21 10:36:35 +01:00
README.BSD unified all README.*BSD on a single README.BSD file 2020-12-22 11:27:15 +01:00
README.md updating URLs to HTTPS 2020-02-21 10:34:32 +01:00
README.nginx updated to the new configuration options 2013-01-04 13:04:27 +01:00
logo_bot.png uploaded latest version 2012-10-22 16:26:37 +02:00
logo_top.png uploaded latest version 2012-10-22 16:26:37 +02:00
monitorix Fixed the behavior of the options in the extra configuration file. 2021-01-14 13:03:54 +01:00
monitorix.cgi Fixed the behavior of the options in the extra configuration file. 2021-01-14 13:03:54 +01:00
monitorix.conf fixed to have a more generic title in '_pgsql3' 2021-01-07 11:12:09 +01:00
monitorixico.png uploaded latest version 2012-10-22 16:26:37 +02:00

README.md

Monitorix

Monitorix is a free, open-source, lightweight system monitoring tool designed to monitor as many services and system resources as possible.

Community

License

Monitorix is free software licensed under the terms of the GNU General Public License version 2 (GPLv2).

Credits

Monitorix was created by Jordi Sanfeliu. You can contact me at jordi@fibranet.cat.