0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2025-01-31 18:05:25 +01:00
smokeping-formula/smokeping/files/Probes

10 lines
240 B
Plaintext
Raw Permalink Normal View History

2016-07-14 13:58:43 +02:00
{%- from "smokeping/map.jinja" import smokeping with context -%}
*** Probes ***
{% for probe, settings in smokeping.probes.items() %}
2016-07-14 13:58:43 +02:00
+ {{ probe }}
{% for key, value in settings.items() %}
{{ key }} = {{ value }}
{% endfor %}
{% endfor %}