From c4b512c731735412953736cf6d26eb7006389ec9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 29 May 2021 19:50:53 +0000 Subject: [PATCH] commit 0abd03b77b79eda95f29838d0ccc438a247adef5 Author: Robert Kaussow Date: Sat May 29 21:43:54 2021 +0200 chore: drop selinux task and bind to unprivileged port --- index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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