commit 0abd03b77b
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sat May 29 21:43:54 2021 +0200 chore: drop selinux task and bind to unprivileged port
This commit is contained in:
parent
f8f8de624a
commit
c4b512c731
6
index.md
6
index.md
@ -298,7 +298,7 @@ prometheus_scrape_configs:
|
|||||||
\ | urlsplit('path')) | length > 1 else '' }}/metrics"
|
\ | urlsplit('path')) | length > 1 else '' }}/metrics"
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- "{{ ansible_fqdn | default(ansible_host) | default('localhost') }}:9090"
|
- "{{ ansible_fqdn | default(ansible_host) | default('localhost') }}:61000"
|
||||||
```
|
```
|
||||||
|
|
||||||
### prometheus_static_targets_files
|
### prometheus_static_targets_files
|
||||||
@ -396,7 +396,7 @@ prometheus_web_bind_ip: 127.0.0.1
|
|||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
prometheus_web_bind_port: 9090
|
prometheus_web_bind_port: 61000
|
||||||
```
|
```
|
||||||
|
|
||||||
### prometheus_web_external_url
|
### prometheus_web_external_url
|
||||||
@ -404,7 +404,7 @@ prometheus_web_bind_port: 9090
|
|||||||
#### Default value
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
prometheus_web_external_url: http://localhost:9090/
|
prometheus_web_external_url: http://localhost:61000/
|
||||||
```
|
```
|
||||||
|
|
||||||
### prometheus_web_http_server
|
### prometheus_web_http_server
|
||||||
|
Loading…
Reference in New Issue
Block a user