X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6e798e8dfcb53f7a01c846f17c32d5e34d0af4c7..f3a8f9b9c6f82205ec5509f311b0a1edeac3d40c:/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