Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 1b2705f2e500652bb0ec42a0244d2c3c > files > 5

ganglia-web-3.5.10-3.mga4.noarch.rpm

General

- Add back the Ganglia logo
- Provide an easy method for user to add their organization's logo
- Centralize sanitization of user input (Extract this from get_context.php and graph.php, no other scripts
  should use $_GET directly)
- Make indentation consistent - mixed usage of 2 spaces, 3 spaces, 4 spaces, or tabs makes code harder to read
- In Cluster Report, when one clicks on the text box besides "Metric", it should bring up a dropbox with a 
  list of paginated metrics and continue to show metric name hints as you type

Graphs

Views

- Support regex expressions for metrics in regex views
Suggestions from Ben Hartshorne. 
- Color code by host or metric, so as to easily differentiate
- Do something else to sort by host or metric, such as all metrics from a specific host in a row
- group by metric or group by host - right now it lists all hosts metric A, then all hosts metric B (when
using the regex)

Caching

- Figure out a better way to cache metrics
- Avoid race conditions

Mobile

- Add ability to specify arbitrary time ranges
- Add support for multi-touch enlarging of graphs
- Allow hosts to be named the same in multiple clusters (right now they are filtered out)
- Mobile browser detection code to automatically use mobile version
- Clicking on a metric search result should bring up the host page anchoring at the
  metric graph in question
- Add ability to add metrics to views
- Implement "refresh" for pages to prevent stale data from being displayed via ajax
- Fix XSS vuln. in input handling (See general 'Centralize sanitization' task above)

Graphite

- Add polish to Graphite integration
- Fix CPU report for Cluster summary. Needs to be "scaled" by number of nodes

Documentation

- Add user guide
- Add installation guide (expand on README)
- Add templating guide