{% extends "layout.html" %} {% block title %}Info{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block nav_home_active %}active{% endblock %} {% block carousel_indicator_1 %}active{% endblock %} {% block carousel_item_1 %}active{% endblock %} {% block content1 %}

Info

EDGE node running MinerMedic

{%- if health_status == None %} {%- elif health_status < 3 %} {% elif health_status < 6 %} {% elif health_status < 9 %} {%- else %} {%- endif %} {%- if internet_status != 0 %} {%- else %} {%- endif %}
Health Status

UNDEFINED

Health Status

GOOD

Health Status

DEGRADED

Health Status

WARNING

Health Status

ALERT

Internet Status

GOOD

Internet Status

ALERT

License Status {%- if license_status == 0 %}

{{licensed_objects}} Objects

{%- else %}

{{licensed_objects}} Objects

{{unlicensed_objects}} unlicensed objects
{%- endif %}
IP Address

{{ ipaddress }}

{%- if web_listen_port != 80 %}
Web URL: {{ ipaddress }}:{{web_listen_port}}
{%- endif %}
MAC Address

{{ macaddress }}

{% endblock %}