0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2026-01-01 23:44:14 +01:00

Delete Probes

This commit is contained in:
jhelmich2 2019-09-02 14:25:45 +02:00 committed by GitHub
parent 0177b676d6
commit 9da65a2dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
Probes
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 %}