Skip to content
Snippets Groups Projects
Commit 1521dce2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Exclude localhost from NetData dashboard

parent 5ca414a0
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@
<div style="width: 100%; text-align: center; display: inline-block;">
{% for host in groups.all %}
{% if host != 'localhost' %}
<a href="http://{{ host }}:19999" target="_blank">
<div data-netdata="system.load"
data-host="http://{{ host }}:19999"
......@@ -34,6 +35,7 @@
data-width="10%"
data-height="100px"
></div></a>
{% endif %}
{% endfor %}
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment