WIP: Set up Prometheus and Alertmanager #632

Draft
greg wants to merge 15 commits from feature/prometheus_cookbook into master
Showing only changes of commit df8c8d1742 - 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