diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 12:26:41 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 12:26:41 +0800 |
commit | 8630e3cf8afa29381d9048b83cd09e52c20e0c32 (patch) | |
tree | 7acbbce53c225579ecfa43358dc40a7938032821 /sysutils/Makefile | |
parent | 246cd45e3ca9ccbeee7faf104bb707b1350a09ef (diff) | |
download | freebsd-ports-gnome-8630e3cf8afa29381d9048b83cd09e52c20e0c32.tar.gz freebsd-ports-gnome-8630e3cf8afa29381d9048b83cd09e52c20e0c32.tar.zst freebsd-ports-gnome-8630e3cf8afa29381d9048b83cd09e52c20e0c32.zip |
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 <spawk@acm.poly.edu>
PR: ports/142735
Submitted by: Boris Kochergin <spawk at acm.poly.edu>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |