0
0
mirror of https://github.com/saltstack-formulas/smokeping-formula.git synced 2026-01-01 15:04:19 +01:00

Update Probes

This commit is contained in:
jhelmich2 2019-09-02 14:27:00 +02:00 committed by GitHub
parent 46d099f5a1
commit fceaf2b2f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{%- from "smokeping/map.jinja" import smokeping with context -%}
*** Probes ***
{% for probe, settings in smokeping.probes.iteritems() %}
{% for probe, settings in smokeping.probes.items() %}
+ {{ probe }}
{% for key, value in settings.items() %}
{{ key }} = {{ value }}