diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-07 21:12:48 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-07 21:12:48 +0000 |
commit | 4bb614ac54b65d35ab3b025c0303010f787e6472 (patch) | |
tree | 10402cbf8912d78d3b590e5572943f2ecfa56d90 /sysutils/Makefile | |
parent | 42e744109f563e232d888d567512575c25c34f7f (diff) |
GUI application used to monitor UPS devices controlled by the APCUPSD package.
The program uses the NIS interface from apcupsd to collect event and status
information for display to the end-user. Because of this great interface,
this program can be executed on any OS supported machine and use the network
socket interface to connect back to apcupsd.
WWW: http://gapcmon.sourceforge.net/
PR: ports/98117
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: lawrance (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=164758
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 787f22e7d4f7..0e4c807001ca 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -186,6 +186,7 @@ SUBDIR += gag SUBDIR += ganglia-monitor-core SUBDIR += ganglia-webfrontend + SUBDIR += gapcmon SUBDIR += gcdmaster SUBDIR += gcombust SUBDIR += gconf-editor |