Added url to defaults for server
This commit is contained in:
parent
44776ef155
commit
30385c398f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ prometheus:
|
||||||
config_file: /etc/prometheus/prometheus.yml
|
config_file: /etc/prometheus/prometheus.yml
|
||||||
storage:
|
storage:
|
||||||
local_path: /var/lib/prometheus/metrics
|
local_path: /var/lib/prometheus/metrics
|
||||||
|
url: https://prometheus.io/docs/introduction/overview/
|
||||||
alertmanager:
|
alertmanager:
|
||||||
version: 0.15.3.linux-amd64
|
version: 0.15.3.linux-amd64
|
||||||
install_dir: /opt
|
install_dir: /opt
|
||||||
|
|
Loading…
Reference in a new issue