]> git.openstreetmap.org Git - chef.git/commitdiff
Sort ping targets
authorTom Hughes <tom@compton.nu>
Wed, 8 Mar 2023 18:35:40 +0000 (18:35 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 8 Mar 2023 18:35:40 +0000 (18:35 +0000)
cookbooks/prometheus/templates/default/smokeping.yml.erb

index 46caf47b9f49704214a2dd00b2602258012fa2f6..d036c56bad824e03f29f28916b5aa1d4e6639d5e 100644 (file)
@@ -1,14 +1,14 @@
 ---
 target:
 - hosts:
-<% @ip4_hosts.each do |host| -%>
+<% @ip4_hosts.sort.each do |host| -%>
   - <%= host %>
 <% end -%>
   interval: 5s
   network: ip4
   size: 24
 - hosts:
-<% @ip6_hosts.each do |host| -%>
+<% @ip6_hosts.sort.each do |host| -%>
   - <%= host %>
 <% end -%>
   interval: 5s