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/Makefile | |
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/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c68226f07681..99cc77cfbb43 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -270,6 +270,7 @@ SUBDIR += mkfile SUBDIR += mksunbootcd SUBDIR += mktool + SUBDIR += monit SUBDIR += monitord SUBDIR += mount.app SUBDIR += msyslog |