|
Revision 32090, 1.6 kB
(checked in by eridius@…, 11 months ago)
|
|
Bump monit to 4.10.1 - Thanks Dave
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name monit |
|---|
| 6 | version 4.10.1 |
|---|
| 7 | categories sysutils |
|---|
| 8 | platforms darwin freebsd linux netbsd openbsd solaris |
|---|
| 9 | maintainers eridius@macports.org |
|---|
| 10 | |
|---|
| 11 | description monit is a utility for managing and monitoring, processes, \ |
|---|
| 12 | files, directories and devices on a UNIX system. |
|---|
| 13 | long_description Monit can start a process if it does not run, restart a process \ |
|---|
| 14 | if it does not respond and stop a process if it uses too many resources. \ |
|---|
| 15 | You can use monit to monitor files, directories and devices for changes, \ |
|---|
| 16 | such as timestamp changes, checksum changes or size changes. You can also \ |
|---|
| 17 | monitor remote hosts\; monit can ping a remote host and can check TCP/IP \ |
|---|
| 18 | port connections and server protocols. Monit is controlled via an easy \ |
|---|
| 19 | to use control file based on a free-format, token-oriented syntax. Monit \ |
|---|
| 20 | logs to syslog or to its own log file and notifies you about error \ |
|---|
| 21 | conditions and recovery status via customizable alert. |
|---|
| 22 | |
|---|
| 23 | homepage http://www.tildeslash.com/monit/ |
|---|
| 24 | master_sites http://www.tildeslash.com/monit/dist/ |
|---|
| 25 | |
|---|
| 26 | checksums md5 d3143b0bbd79b53f1b019d2fc1dae656 \ |
|---|
| 27 | sha1 c87aa0c6e0b1d13f46b7e9d84937191e25a907a6 |
|---|
| 28 | |
|---|
| 29 | depends_build bin:flex:flex bin:bison:bison |
|---|
| 30 | depends_lib port:openssl |
|---|
| 31 | |
|---|
| 32 | platform freebsd { |
|---|
| 33 | build.type gnu |
|---|
| 34 | } |
|---|
| 35 | |
|---|
| 36 | platform netbsd { |
|---|
| 37 | build.type gnu |
|---|
| 38 | } |
|---|
| 39 | |
|---|
| 40 | platform openbsd { |
|---|
| 41 | build.type gnu |
|---|
| 42 | } |
|---|