Delete Probes

This commit is contained in:
jhelmich2
2019-09-02 14:25:45 +02:00
committed by GitHub
parent 0177b676d6
commit 9da65a2dfa
-9
View File
@@ -1,9 +0,0 @@
{%- from "smokeping/map.jinja" import smokeping with context -%}
*** Probes ***
{% for probe, settings in smokeping.probes.items() %}
+ {{ probe }}
{% for key, value in settings.items() %}
{{ key }} = {{ value }}
{% endfor %}
{% endfor %}