X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6e798e8dfcb53f7a01c846f17c32d5e34d0af4c7..8fc909af185e93f6014d3edc9fe01be643c239c1:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 5d599e62a..dd4448180 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -652,3 +652,7 @@ if node[:hardware][:shm_size] notifies :run, "execute[remount-dev-shm]" end end + +prometheus_collector "ohai" do + interval "15m" +end