Index: /nodes/nodemap.html
===================================================================
--- /nodes/nodemap.html	(revision 8471)
+++ /nodes/nodemap.html	(revision 8472)
@@ -237,7 +237,14 @@
              content = "<h4>" + feature.attributes.name + "</h4>" +  "<br />" + "<em>Link information: " + feature.attributes.description + "</em>";
            } else {
+             var nagiosRoot = 'http://sunfire.wirelessleiden.nl/nagios';
              var nodeName = feature.attributes.name.split(' ')[1];
-             log(nodeName);
-             content = "<iframe frameborder='0' height='300px' width='700px' src='http://sunny.wleiden.net/nagios/cgi-bin/status.cgi?host=" + nodeName + "&servicestatustypes=28&hoststatustypes=15&noheader=true'></iframe><br />" + "<em>Locatie: " + feature.attributes.description + "</em>";
+             var nagiosUrl = nagiosRoot + "/cgi-bin/status.cgi?host=" + nodeName + "&servicestatustypes=28&hoststatustypes=15&noheader=true";
+
+             content = "Status provided by <a href='" + nagiosRoot +
+			   "/'>Nagios monitoring system</a><br />" +
+			   "<iframe frameborder='0' height='300px' width='700px'" +
+			     "src='" + nagiosUrl + "'></iframe>" +
+			   "<br />" +
+			   "<em>Locatie: " + feature.attributes.description + "</em>";
            }
         }
