Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Lookup of the relevant MA from the node address is conducted through a regexp of the dns name of the node. This is conducted in gmaps::LookupService currently as a static datastructure of regexp match to MA info. the main function to do this is gmaps::LookupService::getMA. future versions shoudl be able to query a multi-lookup service order to determine if the ip address is currently being monitored or not.

To-do

Frontend

  • Add map stretching on browser window resize (current simple implementation is incorporated by doesn't quiet work as expected)
  • Add dynamic list creation of nodes (simple button allows additions of nodes to the list ot be mapped). This should use the fact that the server can return the long lats for single ips or even groups.
  • Add dynamic removal of nodes from teh list
  • make better arrows, with arrows for both in and out; may need slight curvature of the arrows to allow visibility
  • colouring of the arrows to represent the utilisation percentage
  • integration to allow new GInfoWindow tabs for other metrics; such as OWAMP and BWCTL etc.

Backend

  • implement MA fetching and processing for OWAMP and BWCTL
  • implement MA fetching and processing of Traceroutes and pings
  • allow flexible definition of time range of info to be fetched.