-
## Feature Request
Would like to see a inputs.iperf plugin to test bandwidth between nodes.
We are monitoring a network with a couple of telegraf probes and we would like to do scheduled speed t…
-
### Relevant telegraf.conf
```toml
apiVersion: v1
data:
telegraf.conf: |
[agent]
collection_jitter = "0s"
debug = true
flush_interval = "10s"
flush_jitter = "0…
-
### Relevant telegraf.conf
```toml
[[outputs.elasticsearch]]
urls = ["http://elasticsearch:10086"]
timeout = 5
enable_sniffer = false
index_name = "region-00000000000000000000000000000…
-
Hi, first of all I would like to thank you for the great effort put into this exporter
We have a problem with disk latency metrics. How are these numbers supposed to be interpreted, when reading th…
-
### Relevant telegraf.conf
```toml
[[inputs.nfsclient]]
```
### Logs from Telegraf
```text
Nothing relevant on telegraf.log
2023-09-23T20:51:34Z D! [inputs.nfsclient] using [/proc/self/…
-
### Use Case
Batch format changes the behavior of the json serializer. Currently 'exec' is hard coded to use batch format, and 'execd' is hard coded to not use it. This is confusing if the user switc…
-
## Feature Request
Similar to the GCP pub/sub plugin that can receive metrics, a similar plugin for AWS SQS. It should be able to work with any of the Telegraf input data formats.
-
### Relevant telegraf.conf
```toml
[agent]
interval = "5s"
flush_interval = "1s"
omit_hostname = true
# Generate metrics for test and demonstration purposes
[[inputs.mock]]
## …
-
## Feature Request
### Proposal:
The `host` tag in Telegraf reports the hostname of the system running Telegraf, but when using a plugin that gathers from another service on the network, it can …
-
### Relevant telegraf.conf
```toml
[[inputs.smart]]
path_smartctl = "/usr/local/sbin/smartctl"
use_sudo = true
nocheck = "standby"
tagexclude = [ "capacity", "enabled" ]
```
### Log…