Ajax / JSRS / Google Maps / Real-time Network Monitoring
I found mapping a network for server monitoring very useful specially for system administrators, and this hack is using AJAX, JSRS and Google Maps to track network nodes.
A very brief overview of how this thing works: On first hit to the page it generates a list of random network nodes and marks them all as being UP (Green). Every 30-90 seconds we use JSRS to make a call to the server to simulate a network node change. The server returns the changed node information and using Ajaxian techniques displays the changes by updating some text on the left and moving the map to the node location. One can enable or disable updates by clicking the checkbox. There are a number of ways this can likely be done differently and more efficiently especially with the API being available now.



Subscribe to AJAX Magazine's feed