wok view monitorix/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 Monitorix is a free, open source, lightweight system monitoring tool
2 designed to monitor as many services and system resources as possible.
3 It has been created to be used under production Linux/UNIX servers,
4 but due to its simplicity and small size can be used on embedded
5 devices as well.
7 It consists mainly of two programs: a collector, called monitorix,
8 which is a Perl daemon that is started automatically like any other
9 system service, and a CGI script called monitorix.cgi.
10 Monitorix includes its own HTTP server built in (which is listening
11 by default on port 8080/TCP) to see the statistics graphs, so you
12 aren't forced to install a third-party web server to use it.
13 Just point your browser at http://localhost:8080/monitorix.
15 All of its development was initially created for monitoring Red Hat,
16 Fedora and CentOS Linux systems, so this project was made keeping
17 in mind these type of distributions.
18 Today it runs on different GNU/Linux distributions and even in other
19 UNIX systems like FreeBSD, OpenBSD and NetBSD.
21 It is currently in active development adding new features, new graphs
22 and correcting bugs in the attempt to offer a great tool for daily
23 systems administration of any professional server.
25 Monitorix is an open source project and, just like any other open
26 source project, anyone can contribute with his own time and knowledge.