]> git.openstreetmap.org Git - chef.git/commitdiff
Run smokeping on prometheus servers
authorTom Hughes <tom@compton.nu>
Thu, 5 Oct 2023 19:01:28 +0000 (20:01 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Oct 2023 19:01:28 +0000 (20:01 +0100)
roles/prometheus.rb

index 1b97fdb72306015dea887af9ad078e34d4dc91bf..89aea93577f326e41ab123df8b6a19aaaa060d50 100644 (file)
@@ -2,5 +2,6 @@ name "prometheus"
 description "Role applied to all prometheus servers"
 
 run_list(
-  "recipe[prometheus::server]"
+  "recipe[prometheus::server]",
+  "recipe[prometheus::smokeping]"
 )