aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ganglia-monitor-core
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing dependency on pcre.Brooks Davis2011-05-251-2/+4
| | | | | | | Reported by: Anton Shterenlikht <mexas at bristol.ac.uk> Notes: svn path=/head/; revision=274625
* Fix fetching now that the version naming nonsense is gone.Brooks Davis2011-05-231-1/+1
| | | | | | | | PR: 157199, 157219 Submitted by: Michael Fuckner, ohauer Notes: svn path=/head/; revision=274537
* Upgrade to ganglia 6.1.7.Brooks Davis2011-05-2010-257/+89
| | | | | | | Drop support for early version of 6.x in the rc script support. Notes: svn path=/head/; revision=274345
* Don't report idle processes as running processing.Brooks Davis2011-05-192-9/+30
| | | | | | | | | | Also don't count P_NOLOAD and TDF_NOLOAD processes. PR: ports/154480 Submitted by: KOIE Hidetaka <koie at suri.co.jp> Notes: svn path=/head/; revision=274328
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+1
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Chase devel/apr -> devel/apr1 shufflingPhilip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254523
* - Convert ports/ to devel/apr1Philip M. Gollucci2010-05-181-1/+1
| | | | | | | | | PR: ports/146553 Submitted by: myself (pgollucci@) With Hat: apache@ Notes: svn path=/head/; revision=254522
* 4/5: Chase devel/apr shlib bumpPhilip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253784
* 3/5: Fix apr-1.3 libnames to be apr-1Philip M. Gollucci2010-05-051-1/+1
| | | | | | | | | | | | PORTREVISION bumps comming next PR: ports/146130 Approved by: portmgr (pav) Tested by: -exp run (pav) With Hat: apache@ Notes: svn path=/head/; revision=253783
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-273-3/+3
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Query the generic "hw.freq.cpu" sysctl before using i386/amd64Marcel Moolenaar2010-01-031-11/+27
| | | | | | | | specific ones to obtain the CPU frequency. This fixes CPU frequency reporting for ia64 & sparc64. Notes: svn path=/head/; revision=247070
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Actually remove port created directories and symlinks.Brooks Davis2009-02-122-1/+4
| | | | | | | | Point hat to: brooks Reported by: QAT Notes: svn path=/head/; revision=228147
* Actually build a proper package with a valid plist[0], set the defaultBrooks Davis2009-02-122-13/+17
| | | | | | | | | | | config file locations correctly, and run as the ganglia user instead of nobody by default. Reported by: QAT, pointyhat via pav [0] Pointy hat to: brooks Notes: svn path=/head/; revision=228131
* Add missing depend on apr.Brooks Davis2009-02-091-0/+1
| | | | | | | Reported by: pointyhat (via pav, erwin, linimon) Notes: svn path=/head/; revision=227935
* At long last commit a patch to fix problems with disk statistic reportingBrooks Davis2009-01-302-2/+86
| | | | | | | | | | | | and related crashes. Clean up a couple portlint nits at the same time. Submitted by: KOIE Hidetaka <koie at suri dot co dot jp> PR: ports/116144 Notes: svn path=/head/; revision=227222
* Upgrade Ganglia to 3.1.1 plus a fix for CVE-2009-0241.Brooks Davis2009-01-305-45/+93
| | | | | | | | | PR: ports/129822, ports/131067 Submitted by: Mark Foster <mark at foster dot cc> (vuxml) Security: vid:b9077cc4-6d04-4bcb-a37a-9ceaebfdcc9e Notes: svn path=/head/; revision=227127
* Adjust LIB_DEPENDS to use 'rrd' instead of 'rrd.4'. This allows forJeremy Chadwick2008-09-041-1/+1
| | | | | | | | use of either databases/rrdtool12 or databases/rrdtool, rather than only the latter. Notes: svn path=/head/; revision=219833
* - Chase rrdtool 1.3.0 update, bump PORTREVISIONRong-En Fan2008-06-241-1/+2
| | | | | | | | PR: ports/124749 Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) Notes: svn path=/head/; revision=215684
* Upgrade to Ganglia 3.0.6.Brooks Davis2007-12-172-4/+4
| | | | | | | | | | Release 3.0.5 contained minor bug fixes. 3.0.6 corrects XSS vulnerabilities in the webfrontend. Security: vid:fee7e059-acec-11dc-807f-001b246e4fdf Notes: svn path=/head/; revision=203951
* - Upgrade to ganglia 3.0.4 [1]Brooks Davis2007-08-243-8/+21
| | | | | | | | | | | | - Fix support for large memory systems (hw.physmem is a u_long not a long) [2] - Make portlint happier [3] PR: ports/115362 [1], some of [3] Submitted by: Michael Fuckner <michael at fuckner dot net> [1], some of [3] Clement Laforet <clement at FreeBSD dot org> [2] Notes: svn path=/head/; revision=198229
* First steps in a big migration:Edwin Groothuis2007-07-051-1/+1
| | | | | | | | | | | | | | | | Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=194968
* - Upgrade to 3.0.3 eliminating the need for the cpufreq patch and fixingBrooks Davis2006-07-1311-164/+113
| | | | | | | | | | | | | | some bugs. - Spell REQUIRE correctly in ganglia.sh.in - For systems where rcorder is run on LOCALBASE/etc/rc.d, split ganglia.sh into gmond.sh and gmetad.sh. - Replace the patches changing user nobody to ganglia with REINPLACE_CMD in post-patch removing a maintance issue and decreasing the file count. Also, expand the scope to include gmond.conf's documentation which was missed missed previously. Notes: svn path=/head/; revision=167717
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Now that new style rc.d scripts are being run as part of theDoug Barton2006-01-072-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change. Notes: svn path=/head/; revision=152963
* add SHA256Brooks Davis2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147966
* Chase librrd shared library version change after recent upgrade of rrdtool.Dmitry Sivachenko2005-05-091-1/+1
| | | | Notes: svn path=/head/; revision=134918
* Add a -q option to gmetasnap to suppress non-error output.Brooks Davis2005-04-272-8/+21
| | | | Notes: svn path=/head/; revision=134283
* SUB_FILES puts its results in WRKDIR, not WKRSRC. I don't know howBrooks Davis2005-04-271-1/+1
| | | | | | | | | this wasn't failing to install. Pointy hat: brooks Notes: svn path=/head/; revision=134273
* Add a new utility script, gmetasnap which manages tarball snapshots ofBrooks Davis2005-04-274-1/+243
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=134272
* Fix a bug in the CPU frequency function. The type is a uint32 not aBrooks Davis2005-04-271-1/+1
| | | | | | | | | unit16. Submitted by: Meno Abels <meno.abels@adviser.com> Notes: svn path=/head/; revision=134271
* Upgrade to 3.0.1. This includes some fixes plus all the changes IBrooks Davis2005-04-154-553/+109
| | | | | | | | | | | | | | | | | | | previously patched into the FreeBSD metrics. Try to use cpufreq to get the frequency (maximum frequency not the current one). Add code to selectivly install libganglia and don't install it by default as ganglia is linked staticly and no one I know of actually uses the library. Add some Makefile features to the port to allow generation of custom pacakges with custom config files. PR: ports/79770 Notes: svn path=/head/; revision=133451
* Fix cpu time reporting. It was obviously wrong on sparc64, but actuallyBrooks Davis2005-03-172-19/+374
| | | | | | | | | | | was totally broken everywhere. A number of other cleanups and minor tweaks are also included, but are less important. All of these changes will be including in the soon to be released ganglia-3.0.1. Notes: svn path=/head/; revision=131523
* Move the LIB_DEPENDS statement for rrdtool below bsd.port.pre.mk soBrooks Davis2005-03-141-4/+1
| | | | | | | | | WITH_GMETAD is actually defined when needed. Reported by: pointyhat (via kris) Notes: svn path=/head/; revision=131252
* Correct a number of issues with the previous commit:Brooks Davis2005-03-043-8/+194
| | | | | | | | | | | | | | | | | | - Patch a number of bugs in the metric code that caused gmond to be unstable, particularly on 4.x. These will be in the next ganglia release. - Use CFLAGS instead of CPPFLAGS to pass the include arguments. This appears to fix the bug where an installed, obsolete ganglia.h would break the build. - Do a better job of respecting CFLAGS and LDFLAGS. - Drop USE_LIBTOOL_VER. It appears to break sparc64. - Fix a warning caused by an @unexec in the plist when gmetad.conf has been modified. The port revision has been bumped. All users of 3.0.0 should upgrade. Notes: svn path=/head/; revision=130382
* Upgrade ganglia to 3.0.0.Brooks Davis2005-03-0114-255/+159
| | | | | | | | | | | | | 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: svn path=/head/; revision=130134
* - Use reserved UID/GIDKirill Ponomarev2004-04-132-2/+2
| | | | | | | | | PR: ports/65481 Submitted by: maintainer Reported by: kris Notes: svn path=/head/; revision=106877
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* . Update to 2.5.6.Greg Lewis2004-02-043-20/+3
| | | | | | | | PR: 62325 Submitted by: brooks (maintainer) Notes: svn path=/head/; revision=99996
* - Fix build on ia64Pav Lucistnik2003-12-121-0/+17
| | | | | | | | PR: ports/59925 Submitted by: brooks (maintainer) Notes: svn path=/head/; revision=95685
* "Fix the location of the gmetad state files. I missed the fact that itTilman Keskinoz2003-11-141-2/+4
| | | | | | | | | | | | | | the string defining the default moved from one file to another in the last update so the documentation was corrected, but the actual default was not. Fix PTHREAD_LIBS support so it works if there's a libpthread installed." PR: 59268 Submitted by: brooks Notes: svn path=/head/; revision=93949
* Fix COMMENT (unnecessary quotes)Sergei Kolobov2003-11-081-1/+1
| | | | Notes: svn path=/head/; revision=93417
* - Update to version 2.5.5 [1]Kirill Ponomarev2003-11-089-883/+9
| | | | | | | | | | | | * integrates a number of FreeBSD enhancements and fixes a DoS bug - Respect PTHREAD_LIBS and PTHREAD_CFLAGS [2] PR: 59049 Submitted by: brooks [1], krion [2] Notes: svn path=/head/; revision=93399