chore: Remove telegraf
Replaced by Prometheus and Prometheus exporters. Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
55ea541cbe
commit
ba11dcabb1
6 changed files with 0 additions and 164 deletions
|
@ -716,82 +716,6 @@ Used by
|
|||
[ansible.posix.authorized_keys](https://docs.ansible.com/ansible/latest/collections/ansible/posix/authorized_key_module.html)
|
||||
module.
|
||||
|
||||
## telegraf_influxdb_database
|
||||
|
||||
Name of the InfluxDB database used by telegraf to send metrics.
|
||||
|
||||
```yaml
|
||||
telegraf_influxdb_database: metrics
|
||||
```
|
||||
|
||||
## telegraf_influxdb_password
|
||||
|
||||
Password of the InfluxDB user used by telegraf to send metrics.
|
||||
|
||||
```yaml
|
||||
telegraf_influxdb_password: ***
|
||||
```
|
||||
|
||||
## telegraf_influxdb_urls
|
||||
|
||||
List of InfluxDB endpoints used by telegraf to send metrics.
|
||||
|
||||
```yaml
|
||||
telegraf_influxdb_urls:
|
||||
- https://192.168.0.1:8088
|
||||
```
|
||||
|
||||
## telegraf_influxdb_username
|
||||
|
||||
Name of the InfluxDB user used by telegraf to send metrics.
|
||||
|
||||
```yaml
|
||||
telegraf_influxdb_username: telegraf
|
||||
```
|
||||
|
||||
## telegraf_mqtt_consumer_password
|
||||
|
||||
Password used to authenticate to the MQTT broker for telegraf.
|
||||
|
||||
```yaml
|
||||
telegraf_mqtt_consumer_password: ***
|
||||
```
|
||||
|
||||
## telegraf_mqtt_consumer_servers
|
||||
|
||||
List of MQTT brokers for telegraf.
|
||||
|
||||
```yaml
|
||||
telegraf_mqtt_consumer_servers:
|
||||
- tcp://localhost:1883
|
||||
```
|
||||
|
||||
## telegraf_mqtt_consumer_topics
|
||||
|
||||
List of MQTT topics to consume for telegraf.
|
||||
|
||||
```yaml
|
||||
telegraf_mqtt_consumer_topics:
|
||||
- sensors/humidity
|
||||
- sensors/temperature
|
||||
```
|
||||
|
||||
## telegraf_mqtt_consumer_username
|
||||
|
||||
Name used to authenticate to the MQTT broker for telegraf.
|
||||
|
||||
```yaml
|
||||
telegraf_mqtt_consumer_username: telegraf
|
||||
```
|
||||
|
||||
## telegraf_ping_ip
|
||||
|
||||
IP address of the host to ping for latency metrics.
|
||||
|
||||
```yaml
|
||||
telegraf_ping_ip: 192.168.0.1
|
||||
```
|
||||
|
||||
## timezone
|
||||
|
||||
Alias of the time zone.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue