diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-20 20:09:08 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-05-20 20:09:08 +0200 |
commit | 29a2798de5c9e61e29ebc8bad6862c2f93217958 (patch) | |
tree | ee63aa143fee3c8ebc7c95696e5260e68b0f2561 /web/index.html | |
parent | 86bf244293bdb72b4bf27d3204d6984ab0c60a12 (diff) |
Add a combined health map
Only combines SNMP and ping for now, but the "API" it establishes should do
what we need.
References #15
Before I consider this done we need to add the infomration in the info-box,
and also remove the manual information present there.
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index 7617368..dc6c7d4 100644 --- a/web/index.html +++ b/web/index.html @@ -124,6 +124,7 @@ <li><a href="#ping" onclick="setUpdater(handler_ping)">Ping map</a></li> <li><a href="#uplink" onclick="setUpdater(handler_uplinks)">Uplink map</a></li> <li><a href="#dhcp" onclick="setUpdater(handler_dhcp)">DHCP map</a></li> + <li class="gondul-is-private"><a href="#combo" onclick="setUpdater(handler_combo)">Aggregated map</a></li> <li><a href="#temp" onclick="setUpdater(handler_temp)">Temperature map</a></li> <li><a href="#traffic" onclick="setUpdater(handler_traffic)">Traffic map</a></li> <li><a href="#traffictot" onclick="setUpdater(handler_traffic_tot)">Total switch traffic</a></li> @@ -242,6 +243,10 @@ <td>View DHCP map</td> </tr> <tr> + <td>4</td> + <td>View super-map</td> + </tr> + <tr> <td>5</td> <td>View temperature map</td> </tr> |