0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2024-11-27 23:07:50 +01:00
smokeping-formula/smokeping/files/Probes

10 lines
240 B
Plaintext
Raw 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 %}