The requested content cannot be loaded.
Please try again later.
' + title + ' |
The requested content cannot be loaded.
Please try again later.
'+s+' |
'+attributes['name']+'
'+ip_address+'
'+roles+'' 18 | ); 19 | }); 20 | } 21 | ws = new WebSocket("ws://" + location.hostname + ":8000"); 22 | ws.onmessage = function(evt) { 23 | $("#messages").empty(); 24 | $("#popups_container").empty(); 25 | data = JSON.parse(evt.data); 26 | for(var msg in data) { 27 | var status = ''; 28 | if(data[msg]['status'] == 'CRITICAL') { 29 | status = "Critical"; 30 | } else { 31 | status = "Warning"; 32 | } 33 | var last_time_ok = new Date(data[msg]['last_time_ok'] * 1000); 34 | var last_check = new Date(data[msg]['last_check'] * 1000); 35 | $("#messages").append('
'+data[msg]['check_command']+'
'+plugin_output+'