summaryrefslogtreecommitdiffstats
path: root/net/monit/DETAILS
blob: 15516f38313b52fdd424fcfb8362c57d39dce68b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=monit
         VERSION=5.8.1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="http://mmonit.com/${SPELL}/dist/${SOURCE}"
     SOURCE_HASH=sha512:0cf8b46ea5a5ab42beac4aab649d4fa324b03e02aaceee6a86968849db46b129cd8f20e314c855653620a0bd4b4aa105e2c812a386ddd2be3196ff956f1e7e11
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://mmonit.com/monit/"
      LICENSE[0]=GPL
        KEYWORDS="net"
           SHORT="utility for monitoring Unix system services"
cat << EOF
Monit is a utility for managing and monitoring processes, files, directories,
and devices on a Unix system. It conducts automatic maintenance and repair
and can execute meaningful causal actions in error situations. It can be used
to monitor files, directories, and devices for changes, such as timestamps
changes, checksum changes, or size changes. It is controlled via an easy to
configure control file based on a free-format, token-oriented syntax. It logs
to syslog or to its own log file and notifies users about error conditions
via customizable alert messages. It can perform various TCP/IP network checks,
protocol checks, and can utilize SSL for such checks. It provides an HTTP(S)
interface for access.
EOF