]> git.openstreetmap.org Git - chef.git/blobdiff - roles/prometheus.rb
Run smokeping on prometheus servers
[chef.git] / 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]"
 )