-
_Describe the issue here._
##### Relevant URLs
- https://docs.influxdata.com/influxdb/v2/tools/telegraf-configs/create/
- _Provide other relevant URLs (project issues, community threads, etc.)_
…
-
Hello,
Since few month, we experiment this kind of issue (50% of time when we plan an upgrade (when the pod respawn) and 20% of time during a pod reschedule (when it switch from a node to another o…
-
Hello,
I am planning to deploy Telegraf in an on-premises environment, and I have noticed that the following ports are open by default:
- 8125 UDP
- 8092 UDP
- 8094 TCP
However, I couldn't …
-
### Relevant telegraf.conf
```toml
[[inputs.disk]]
ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs"]
```
### Logs from Telegraf
```text
This can see the sdb disk:
sudo …
-
Hi,
Still not sure why but when I add bgp profile to my router the telegraf_mx container is unable to start up. It keep restarting in log i see only:
2024-10-08T13:01:05Z I! Using config file: /etc/…
-
Hello,
I am using the nestsjs-i18n library and I want to use it together with nestsjs-telegraf. However, I encountered an issue that the custom resolver does not work due to the lack of support for…
-
I installed step by step with your guide. After "Put hw_stor.conf in your /etc/telegraf/telegraf.d directory", telegraf not starting, there were errors, but removing hw_stor.conf file from /etc/telegr…
-
### Relevant telegraf.conf
Running postgresql 15.6 with pgbouncer
My configuration for telegraf looks like this
```toml
[outputs.postgresql]
schema = "telegraf"
t…
-
### Use Case
Dogstatsd allows for events to be published to a StatsD server (typically Datadog Agent) which then is displayed as an Event in Datadog.
https://docs.datadoghq.com/service_management/…
-
But this time, add a value where one can specify if one would like telegraf deployed as a deployment or as a daemonset. You can reference helm's nginx chart where they do something similar: https://gi…