openbsd-ports/net/mon/Makefile
pea 828c5c820c First import of mon.
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@
2009-11-10 14:33:50 +00:00

7 lines
127 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/11/10 14:33:50 pea Exp $
SUBDIR += server
SUBDIR += client
.include <bsd.port.subdir.mk>