diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-29 22:08:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-29 22:08:41 +0800 |
commit | 2bc3cde6b9b7e876e03bd40509cc166bb68fd34a (patch) | |
tree | d08bd1e7406fb9167e167ad439b57a00da5eea68 /sysutils/Makefile | |
parent | e62669422072a8f28ea8547db0b72db64fe25c11 (diff) | |
download | freebsd-ports-gnome-2bc3cde6b9b7e876e03bd40509cc166bb68fd34a.tar.gz freebsd-ports-gnome-2bc3cde6b9b7e876e03bd40509cc166bb68fd34a.tar.zst freebsd-ports-gnome-2bc3cde6b9b7e876e03bd40509cc166bb68fd34a.zip |
new port: sysutils/ganglia-webfrontend: GUI for the ganglia cluster monitor
The Ganglia cluster monitoring system is an easy to install
and configure cluster monitor. The ganglia-webfrontend
port is a port of the web-based GUI. This port depends on
the ganglia-monitor-core port which is in PR ports/48551.
PR: ports/48552
Submitted by: Brooks Davis <brooks@freebsd.org>
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 8e7451bae659..e317f1d774dc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -106,6 +106,7 @@ SUBDIR += ftrace SUBDIR += fvcool SUBDIR += ganglia-monitor-core + SUBDIR += ganglia-webfrontend SUBDIR += gcombust SUBDIR += gconf-editor SUBDIR += gfslicer |