diff options
author | krion <krion@FreeBSD.org> | 2005-02-19 03:14:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-19 03:14:12 +0800 |
commit | 8e97778548bf971d4a0330409a26dd63eb5febf6 (patch) | |
tree | 8fd73631ef6fee23ee7d847c72aff277a4a07497 /sysutils/monit/pkg-descr | |
parent | 9bf800f3f8b9259ab7746c23081e3dc64a038f71 (diff) | |
download | freebsd-ports-gnome-8e97778548bf971d4a0330409a26dd63eb5febf6.tar.gz freebsd-ports-gnome-8e97778548bf971d4a0330409a26dd63eb5febf6.tar.zst freebsd-ports-gnome-8e97778548bf971d4a0330409a26dd63eb5febf6.zip |
Add monit 4.4, UNIX system management and monitoring tool.
Monit is a utility for managing and monitoring processes,
files, directories, devices and network services on a Unix system.
Monit conducts automatic maintenance and repair and can execute
meaningful causal actions in error situations.
monit supports:
* Daemon mode - poll services at a specified interval
* Group and manage groups of services, service dependencies
* Logging - syslog or own logfile
* Alert, start, stop and restart of services based on it's
* characteristics
* MD5 and SHA1 checksums
* Runtime Unix socket and TCP/IP port checking (tcp and udp)
* Process status, timeout, memory and cpu usage, etc.
* Device usage monitoring (inodes and space)
* File monitoring (timestamp, checksum, permission, owner, etc.)
* Directory monitoring (timestamp, permission, owner, etc.)
* Remote network services monitoring (ping, response time,
* protocol, etc.)
* System load average monitoring
* Flexible and customizable email alert messages and notifications
* Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP,
* etc.
* A HTTP interface with XML output option
PR: ports/75811
Submitted by: Martin Pala <martinp at tildeslash.com>
Diffstat (limited to 'sysutils/monit/pkg-descr')
-rw-r--r-- | sysutils/monit/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/monit/pkg-descr b/sysutils/monit/pkg-descr new file mode 100644 index 000000000000..93aba19d7835 --- /dev/null +++ b/sysutils/monit/pkg-descr @@ -0,0 +1,24 @@ +Monit is a utility for managing and monitoring processes, +files, directories, devices and network services on a Unix system. +Monit conducts automatic maintenance and repair and can execute +meaningful causal actions in error situations. + +monit supports: + * Daemon mode - poll services at a specified interval + * Group and manage groups of services, service dependencies + * Logging - syslog or own logfile + * Alert, start, stop and restart of services based on it's characteristics + * MD5 and SHA1 checksums + * Runtime Unix socket and TCP/IP port checking (tcp and udp) + * Process status, timeout, memory and cpu usage, etc. + * Device usage monitoring (inodes and space) + * File monitoring (timestamp, checksum, permission, owner, etc.) + * Directory monitoring (timestamp, permission, owner, etc.) + * Remote network services monitoring (ping, response time, protocol, etc.) + * System load average monitoring + * Flexible and customizable email alert messages and notifications + * Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP, etc. + * A HTTP interface with XML output option + and many more features :) + +WWW: http://www.tildeslash.com/monit/ |