From 4666a02a51fa313e34875c169502a0cecf834b1c Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 16 Mar 2016 18:15:52 +0000 Subject: NMS: Rewrite the SNMP fetcher and whatnot Again. It's using the prototype, and the objects are configurable. I assume this will need some work. Also: I touched ping up to make it work without linknets. --- web/nms.gathering.org/js/nms.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/nms.gathering.org/js/nms.js') diff --git a/web/nms.gathering.org/js/nms.js b/web/nms.gathering.org/js/nms.js index ec7ed06..0484ffa 100644 --- a/web/nms.gathering.org/js/nms.js +++ b/web/nms.gathering.org/js/nms.js @@ -457,6 +457,7 @@ function initNMS() { nmsData.registerSource("switchstate","/api/public/switch-state"); // Private + nmsData.registerSource("snmp","/api/private/snmp"); nmsData.registerSource("portstate","/api/private/port-state"); nmsData.registerSource("comments", "/api/private/comments"); nmsData.registerSource("smanagement","/api/private/switches-management"); -- cgit v1.2.3