From dee3c10d4fba266ae3068c034530326cf495d047 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sun, 19 Aug 2018 23:06:48 +0800 Subject: [PATCH] Missing protocol causes wrong url generated (#137) [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947fc76f..727b6fc2 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults | `prometheus_config_dir` | /etc/prometheus | Path to directory with prometheus configuration | | `prometheus_db_dir` | /var/lib/prometheus | Path to directory with prometheus database | | `prometheus_web_listen_address` | "0.0.0.0:9090" | Address on which prometheus will be listening | -| `prometheus_web_external_url` | "" | External address on which prometheus is available. Useful when behind reverse proxy. Ex. `example.org/prometheus` | +| `prometheus_web_external_url` | "" | External address on which prometheus is available. Useful when behind reverse proxy. Ex. `http://example.org/prometheus` | | `prometheus_storage_retention` | "30d" | Data retention period | | `prometheus_config_flags_extra` | {} | Additional configuration flags passed to prometheus binary at startup | | `prometheus_alertmanager_config` | [] | Configuration responsible for pointing where alertmanagers are. This should be specified as list in yaml format. It is compatible with official [](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#alertmanager_config) |