From 8630e3cf8afa29381d9048b83cd09e52c20e0c32 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 14 Jan 2010 04:26:41 +0000 Subject: geomWatch is a program for monitoring the well-being of GEOM providers. It checks the state of each configured provider at a configured interval, and, if it notices that a provider has lost a component, or encounters a problem while checking a provider's state, it will send an e-mail with details of the matter--such as what components were lost and which remain, or, in the event of a problem, what the problem was--to an arbitrary number of recipients, so that corrective action can be taken (for example, replacing a failed disk). WWW: http://acm.poly.edu/wiki/GEOM_Watch -Boris Kochergin PR: ports/142735 Submitted by: Boris Kochergin --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index aae42a4d4dd9..5c731e6cf58a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -281,6 +281,7 @@ SUBDIR += gcombust SUBDIR += gconf-editor SUBDIR += gdmap + SUBDIR += geomWatch SUBDIR += geomgui SUBDIR += getdelta SUBDIR += geteltorito -- cgit