mirror of
https://github.com/saltstack-formulas/smokeping-formula.git
synced 2026-04-18 23:33:38 +02:00
10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
{%- 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 %}
|