From owner-cvs-all@FreeBSD.ORG Wed Apr 27 17:52:41 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05A816A4CE; Wed, 27 Apr 2005 17:52:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D217F43D53; Wed, 27 Apr 2005 17:52:41 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3RHqf28041338; Wed, 27 Apr 2005 17:52:41 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3RHqfMs041337; Wed, 27 Apr 2005 17:52:41 GMT (envelope-from brooks) Message-Id: <200504271752.j3RHqfMs041337@repoman.freebsd.org> From: Brooks Davis Date: Wed, 27 Apr 2005 17:52:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/ganglia-monitor-core Makefile pkg-plist gmetasnap.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 17:52:42 -0000 brooks 2005-04-27 17:52:41 UTC FreeBSD ports repository Modified files: sysutils/ganglia-monitor-core Makefile pkg-plist sysutils/ganglia-monitor-core/files ganglia.sh.in Added files: sysutils/ganglia-monitor-core/files gmetasnap.sh Log: Add a new utility script, gmetasnap which manages tarball snapshots of the gmetad rrd databases. Add support for ganglia.sh for saving and restoring these snapshots at shutdown and startup respectivly. This makes it easier to use a ramdisk for rrddir which is necessicary for large clusters as the load of updating the databases rapidly consumes all available CPU. Revision Changes Path 1.14 +2 -1 ports/sysutils/ganglia-monitor-core/Makefile 1.2 +46 -1 ports/sysutils/ganglia-monitor-core/files/ganglia.sh.in 1.1 +195 -0 ports/sysutils/ganglia-monitor-core/files/gmetasnap.sh (new) 1.8 +2 -1 ports/sysutils/ganglia-monitor-core/pkg-plist