Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Jun 3 22:34:10 2021 +0200

    fix: split telegraf_prometheus_listen into bind ip and port
This commit is contained in:
Robert Kaussow 2021-06-03 20:37:46 +00:00
parent d5b48afda2
commit 381eb8a0cf
1 changed files with 12 additions and 5 deletions

View File

@ -32,7 +32,8 @@ Setup [Telegraf](https://github.com/influxdata/telegraf) metrics agent.
* [telegraf_precision](#telegraf_precision) * [telegraf_precision](#telegraf_precision)
* [telegraf_processors](#telegraf_processors) * [telegraf_processors](#telegraf_processors)
* [telegraf_processors_extra](#telegraf_processors_extra) * [telegraf_processors_extra](#telegraf_processors_extra)
* [telegraf_prometheus_listen](#telegraf_prometheus_listen) * [telegraf_prometheus_bind_ip](#telegraf_prometheus_bind_ip)
* [telegraf_prometheus_bind_port](#telegraf_prometheus_bind_port)
* [telegraf_prometheus_password](#telegraf_prometheus_password) * [telegraf_prometheus_password](#telegraf_prometheus_password)
* [telegraf_prometheus_tls_cert_path](#telegraf_prometheus_tls_cert_path) * [telegraf_prometheus_tls_cert_path](#telegraf_prometheus_tls_cert_path)
* [telegraf_prometheus_tls_cert_source](#telegraf_prometheus_tls_cert_source) * [telegraf_prometheus_tls_cert_source](#telegraf_prometheus_tls_cert_source)
@ -308,14 +309,20 @@ telegraf_processors:
telegraf_processors_extra: [] telegraf_processors_extra: []
``` ```
### telegraf_prometheus_listen ### telegraf_prometheus_bind_ip
Address to listen for Prometheus.
#### Default value #### Default value
```YAML ```YAML
telegraf_prometheus_listen: 127.0.0.1:9273 telegraf_prometheus_bind_ip: 127.0.0.1
```
### telegraf_prometheus_bind_port
#### Default value
```YAML
telegraf_prometheus_bind_port: 9273
``` ```
### telegraf_prometheus_password ### telegraf_prometheus_password