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 34e4bfd31c - Show all commits
@@ -28,8 +28,7 @@ prometheus_service "prometheus" do
"query.timeout" => "2m", "query.timeout" => "2m",
"storage.tsdb.path" => "/var/lib/prometheus", "storage.tsdb.path" => "/var/lib/prometheus",
"storage.tsdb.retention.time" => "15d", "storage.tsdb.retention.time" => "15d",
"web.listen-address" => ":9090", "web.listen-address" => ":9090"
"web.telemetry-path" => ""
}) })
end end