WIP: Set up Prometheus and Alertmanager #632
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user