summaryrefslogtreecommitdiff
path: root/www/ganglia-webfrontend/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-03-12pkgrevision bump for changed apache default.maya1-1/+2
bumping any package depending on a pkg with APACHE_PKG_PREFIX but without APACHE_PKG_PREFIX in its PKGNAME.
2016-06-17Update www/ganglia-webfrontend to 3.7.2.fhajny1-2/+2
- Fix for a reflected XSS issue in the metrics API - Other minor improvements and fixes
2016-02-16Update www/ganglia-webfrontend to 3.7.1.fhajny1-22/+47
Move config files to standard location. Make Apache/Nginx compatible (based on mail/rouncube). Upstream changes follow. 3.7.1 * Fix for auth bypass when using the authentication module * Fix for a XSS in the view adding interface * Update JQuery Mobile library to 1.4.5 3.7.0 * Cubism integration * Ganglia Reporting * Couple reported XSS issues have been corrected 3.6.2 * Performance improvements * New clearer heatmaps * Other minor improvements and fixes 3.5.7 * Required Jquery files were missing from 3.5.6 release. 3.5.6 * Number of fixes to address XSS (Cross Site Scripting) issues * Enhancement to the host view if use option "metric_groups_initially_collapsed". Clicking on metric groups dynamically loads images instead of reloading the page * Fixed mobile view * Incorporate legend in the selection when doing Inspect graph * Stacked graph fixes * Numerous other fixes and enhancements 3.5.2 * Fix for stacked graphs not showing after upgrading to 3.5.1 * Inspect graph now uses AJAX calls to retrieve data which should help in situations where users use Basic authentication 3.5.1 * Security advisory * Support for same hostname being in multiple clusters 3.5.0 * Enable zoom to a selection in Inspect Graph * Add Jump to Metric group drop down * Add Timeshift functionality to graphs * Other misc fixes and improvements 3.4.2 * Improvements to the live dashboard * Fixed the aggregate graphs metric auto complete which broke in 3.4.1 * Add ability to specify critical and warning thresholds. Use in Live Dashboard and Views. * Minor bug fixes 3.4.1 * Major improvements to Inspect Graph thanks to Peter Piela - deselect all data sources, select individual sources, change graph type from stack to line and vice versa * Live Dashboard - integration of Tasseo * Metrics drop down now includes ability to select optional reports No changelog could be found for 3.1.3-3.4.0.
2013-03-16Bump PKGREVISION from default PHP version change to 5.4.obache1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-04-14Removed mk/apachever.mkadam1-2/+2
2011-09-16Bump PKGREVISION from PHP_VERSION_DEFAULT changes.obache1-1/+2
2009-11-11Fix version number.wiz1-3/+3
2009-11-10Fix ambiguous of make variable: $f -> ${f}.brook1-2/+2
2009-11-10Update to v3.1.2 based upon recent work in pkgsrc-wip. The number ofbrook1-11/+18
changes over the intervening years is too large to list here. See the ChangeLog file or the home page for details.
2009-02-16Fix Maintainer. DESTDIR supportjoerg1-4/+7
2009-01-23Give up maintainership, as I have not so much as looked at pkgsrc injschauma1-2/+2
well over a year now. Sorry. :-(
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+4
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-3/+5
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-04-03Update to 3.0.1 and switch to .tar.bz2 distfile.jschauma1-5/+6
Changes: * web/pie.php (1.5): Updated the file to explicitly reflect that this file was/is released into the public domain * web/header.php (1.6): Make some more information available to templates. * web/host_view.php (1.5): Patched web frontend to report gmond_started http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=31 * web/: cluster_view.php (1.6), conf.php (1.6), templates/default/cluster_view.tpl (1.7): Make packet graph optional in a way that allows new optional graphs to be easily added as well. Fix bug reported by Koo Kee Kiat relating to null arrays. * web/conf.php (1.5): Use the generated version.php instead of hard coding the value here. * web/: conf.php (1.4), get_context.php (1.6), graph.php (1.8), templates/default/cluster_view.tpl (1.6), templates/default/host_view.tpl (1.7): MKN: Add cpu_wio to the CPU Summary. Lost in the CVS wars :-) MKN: Add Packets/sec summary to Cluster and Host view. Ditto lost. MKN: Bring version to 3.0.0 to be in line with release name.
2005-02-10Upgrade ganglia-webfrontend to 3.0.0jschauma1-3/+5
2005-02-07Initial import of ganglia-webfrontend:jschauma1-0/+30
Ganglia provides a complete real-time monitoring and execution environment that is in use by hundreds of universities, private and government laboratories and commercial cluster implementors around the world. Whether you want to monitor hundreds of computers in real-time across a university campus or around the world, ganglia is for you. The ganglia web frontend provides access to the data collected by the monitoring core (parallel/ganglia-monitor-core) via the web.