mirror of
https://github.com/saltstack-formulas/smokeping-formula.git
synced 2026-05-08 04:13:18 +02:00
Update Probes
This commit is contained in:
parent
46d099f5a1
commit
fceaf2b2f6
@ -1,7 +1,7 @@
|
|||||||
{%- from "smokeping/map.jinja" import smokeping with context -%}
|
{%- from "smokeping/map.jinja" import smokeping with context -%}
|
||||||
*** Probes ***
|
*** Probes ***
|
||||||
|
|
||||||
{% for probe, settings in smokeping.probes.iteritems() %}
|
{% for probe, settings in smokeping.probes.items() %}
|
||||||
+ {{ probe }}
|
+ {{ probe }}
|
||||||
{% for key, value in settings.items() %}
|
{% for key, value in settings.items() %}
|
||||||
{{ key }} = {{ value }}
|
{{ key }} = {{ value }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user