diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-03-01 23:04:37 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-03-01 23:04:37 +0000 |
commit | f018d5629aa7e9d8d87e3a38f34661dd6a670da5 (patch) | |
tree | 1779f7ca1dcb46342cd1130ed8ae4c304c595292 /UPDATING | |
parent | 1609ab106d0a857eff6eadcd38b1bd823b74ccf2 (diff) |
Upgrade ganglia to 3.0.0.
3.0.0 mostly consists of a more flexable portable gmond which requires a
new config file format. Information about changes in this release can
be found on the website at:
http://ganglia.info/archives/cat_releases.html
and in ports/UPDATING.
Notes
Notes:
svn path=/head/; revision=130134
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,6 +6,22 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20050301: + AFFECTS: users of sysutils/ganglia-monitor-core + AUTHOR: brooks@FreeBSD.org + + With the move to Ganglia 3.0.0, the configuration file for gmond has + changed completely. The -r or --convert options may be used to + emit a file in the new format given one in the old. + + Startup is now controlled by an RC_SUBR script so the gmond_enable and + gmetad_enable variables will need to be set for gmond and gmetad to be + started. Existing gmond.sh and gmetad.sh scripts in PREFIX/etc/rc.d + should be removed. + + Due to a bug in ganglia's build process, the previous version may need + to be removed before ganglia can be upgraded. + 20050224: AFFECTS: users of lang/ruby18 and any apps that depend on ruby18 AUTHOR: mezz@FreeBSD.org |