828c5c820c
mon is a tool for monitoring the availability of services, and sending alerts on prescribed events. Services are defined as anything tested by a "monitor" program, which can be something as simple as pinging a system, or as complex as analyzing the results of an application-level transaction. Alerts are actions such as sending emails, making submissions to ticketing systems, or triggering resource fail-over in a high-availability cluster. ok jasper@
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2009/11/10 14:33:50 pea Exp $
|
|
|
|
V = 1.2.0
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://mon.wiki.kernel.org
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ftp://ftp.kernel.org/pub/software/admin/mon/
|