From fceaf2b2f69bcb7ccf40c81da2165ecb210429ae Mon Sep 17 00:00:00 2001 From: jhelmich2 <54704425+jhelmich2@users.noreply.github.com> Date: Mon, 2 Sep 2019 14:27:00 +0200 Subject: [PATCH] Update Probes --- smokeping/files/Probes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smokeping/files/Probes b/smokeping/files/Probes index fa1e5b3..55dc96a 100644 --- a/smokeping/files/Probes +++ b/smokeping/files/Probes @@ -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 }}