From 29a2798de5c9e61e29ebc8bad6862c2f93217958 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 20 May 2016 20:09:08 +0200 Subject: 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. --- web/js/nms.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/js/nms.js') diff --git a/web/js/nms.js b/web/js/nms.js index b979a32..33be786 100644 --- a/web/js/nms.js +++ b/web/js/nms.js @@ -623,6 +623,9 @@ function setMapModeFromN(e,key) case '3': setUpdater(handler_dhcp); break; + case '4': + setUpdater(handler_combo); + break; case '5': setUpdater(handler_temp); break; -- cgit v1.2.3