-
### Use Case
In a vSAN ESA Cluster ( vSAN 8 U1 ) the usage of a Polling Intervall of 30Sec helps greatly in peak Situation , as the 5Minute is too long for a good Look inside the Storage Data .
h…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "60s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_…
-
### Relevant telegraf.conf
```toml
[agent]
omit_hostname = true
flush_interval = "1s"
[[inputs.file]]
files = ["nested_objects_single.json", "nested_objects_nest.json"]
data_format = "…
-
Hi Devs
The procstat metrics has been broken since 1.14.x and above on FreeBSD, it only provides the process name and not the metrics. Version 1.13.x and below works fine.
FreeBSD tested version…
-
Hello, great projects!
I have the problem that my mosquitto-fields are not collected by telegraf. Especially the interesting fields like `P_DC`. Here are some tries:
```
root@raspberrypi:~# mos…
-
Hi all,
I am facing a really strange behavior. I need to monitor systems based on Telegraf metrics. These metrics are store in an influxdb, making database::influxdb::plugin the obvious choice.
…
-
### Relevant telegraf.conf
```toml
[[inputs.system]]
name_override = "uptime"
interval = "1m"
fieldpass = ["uptime"]
[[outputs.azure_monitor]]
namepass = ["uptime"]
region = "$AZ…
-
## Description
Introduce InfluxData telegraf v1.x to Komponist. With the new feature patch for Docker Secrets, it is now possible to use Docker Secrets mounted into a Telegraf container and use the…
-
### Relevant telegraf.conf
```toml
# Configuration for telegraf agent
[agent]
## Log target controls the destination for logs and can be one of "file",
## "stderr" or, on Windows, "eventlog". …
-
### Relevant telegraf.conf
```toml
## Relevant Agent Configuration
[inputs.mem]
[inputs.mem.tags]
job = "inputs.mem"
[inputs.processes]
[inputs.processes.tags]
job = "inputs.…