diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-06-21 02:10:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-21 02:10:19 +0700 |
commit | d2af1b484f5c82a5ebdbec51e71dd222dcd2e219 (patch) | |
tree | f3f408ab9879a4f120feed2b630a960b7da51921 /system/monitorix/README | |
parent | ff3ae970c40d49e17504d2c5c161de5d9c050e7a (diff) |
system/monitorix: Added (Lightweight system monitoring tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/monitorix/README')
-rw-r--r-- | system/monitorix/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/system/monitorix/README b/system/monitorix/README new file mode 100644 index 0000000000000..06df82f402e21 --- /dev/null +++ b/system/monitorix/README @@ -0,0 +1,15 @@ +Monitorix is a free, open source, lightweight system monitoring tool designed +to monitor as many services and system resources as possible. It has been +created to be used under production Linux/UNIX servers, but due to its +simplicity and small size can be used on embedded devices as well. + +It consists mainly of two programs: a collector, called monitorix, which is a +Perl daemon that is started automatically like any other system service, and a +CGI script called monitorix.cgi. Since 3.0 version Monitorix includes its own +HTTP server built in, so you aren't forced to install a third-party web server +to use it. + +Note: + +There are several runtime dependencies (like pflogsumm) I'm unable to test for +all services. Keep an eye on /var/log/monitorix which will tell you. |