-
I'm trying to bind udp ports:
```py
def telegraf(network: Network):
ctr = DockerContainer(image="telegraf:1.31.1")
ctr.with_volume_mapping(f"{CURRENT_DIR}/telegraf_test.conf", "/etc/telegr…
-
### Relevant telegraf.conf
```toml
[[inputs.win_perf_counters]]
[[inputs.win_perf_counters.object]]
ObjectName = "Hyper-V Hypervisor Virtual Processor"
Instances = ["*"]
Measuremen…
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master…
-
### Relevant telegraf.conf
```toml
[global_tags]
Account = 'MyAccount'
"Key1" = 'Value1'
'my.key' = 'Value2'
[inputs]
[[inputs.cpu]]
...
```
### Logs from Telegraf
```text
2024-09-23…
-
Hi
I tired your config but the telegraf container doesn't boot up
Here is the message from the log:
2022-04-19T11:12:36Z E! [telegraf] Error running agent: could not initialize input inputs.snmp:…
-
**Important notices**
Before you add a new report, we ask you kindly to acknowledge the following:
- [x] I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master…
-
telegraf.conf:
urls = ["http://127.0.0.1:8086"]
database = "wagodb"
[outputs.influxdb.namepass]
namedrop = ["mid-1-l3-voltage"]
2023-02-23T13:21:56Z E! [outputs.influxdb] When wri…
-
I reproduce the same problem, and the next solution described here unfortunately didn't help me:
> Problem was that I didn't return enter to scene call in another scene.
> _Originally posted by…
-
### Is it easy to find the information you need?
None
### Are the instructions clear?
No
### How could we improve the Timescale documentation site?
This is the correct Telegraf.conf syntax for ta…
-
Hello! I love nethogs, and I plan to use it in my mining rigs, but with Telegraf (then sending to InfluxDB and showing in Grafana).
Telegraf supports many plugins that parse logs or handle http req…