Sanitize node configs via script, and do it automatically in a Git hook #633

Closed
raucao wants to merge 24 commits from dev/sanitize_nodes into feature/prometheus_cookbook
Showing only changes of commit fa5bc1610d - Show all commits
@@ -11,8 +11,10 @@ prometheus_install "prometheus" do
end
prometheus_config "prometheus" do
# scrape_interval "60s"
# evaluation_interval "60s"
global_config(
"scrape_interval" => "30s",
"evaluation_interval" => "30s"
)
end
prometheus_job "prometheus" do