diff --git a/index.md b/index.md index 3b61158..294f163 100644 --- a/index.md +++ b/index.md @@ -298,7 +298,7 @@ prometheus_scrape_configs: \ | urlsplit('path')) | length > 1 else '' }}/metrics" static_configs: - targets: - - "{{ ansible_fqdn | default(ansible_host) | default('localhost') }}:9090" + - "{{ ansible_fqdn | default(ansible_host) | default('localhost') }}:61000" ``` ### prometheus_static_targets_files @@ -396,7 +396,7 @@ prometheus_web_bind_ip: 127.0.0.1 #### Default value ```YAML -prometheus_web_bind_port: 9090 +prometheus_web_bind_port: 61000 ``` ### prometheus_web_external_url @@ -404,7 +404,7 @@ prometheus_web_bind_port: 9090 #### Default value ```YAML -prometheus_web_external_url: http://localhost:9090/ +prometheus_web_external_url: http://localhost:61000/ ``` ### prometheus_web_http_server