<% include ../partials/head %> <% include ../partials/ro_header %>

SDN-C AdminPortal Healthcheck

<% if (typeof osObj != 'undefined') { %>
		Hostname     : <%= osObj.hostname %>
		Type         : <%= osObj.type %>
		Platform     : <%= osObj.platform %>
		Architecture : <%= osObj.arch %>
		Release      : <%= osObj.release %>
		Uptime       : <%= osObj.uptime %>
		Total Memory : <%= osObj.totalmem %>
	
		<%= osObj.dbhealth %>
	
<% } %>