-
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…
-
Hi there,
I submitted PR #152 with some doc fixes for the variable names for the InfluxDB v2 configuration. I'm setting the .env with an INFLUXDBV2TOKEN environment variable for the token for this…
-
能否和telegraf一样支持,x509_cert 证书监控,证书监控的需求还挺多的吧
-
Hi,
First: thanks for that nice package !
I wanted to try telegraf and that's what I've got:
```
./telegraf -config telegraf.conf
2017-10-06T18:14:38Z I! Starting Telegraf v1.5.0~59bb31e7
2…
-
### Use Case
Related to:
- https://github.com/influxdata/telegraf/pull/16001
- https://github.com/influxdata/telegraf/pull/15916
This option should follow a similar pattern to `startup_error_beh…
-
Current version has issue with optional fields that may cause a very hard to diagnose bug if we introduce in future - should be done for all other solutions as well
-
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
[global_tags]
Account = 'MyAccount'
"Key1" = 'Value1'
'my.key' = 'Value2'
[inputs]
[[inputs.cpu]]
...
```
### Logs from Telegraf
```text
2024-09-23…
-
I've had this script running for some time now, and I've come across a problem with writing to the InfluxDB database, with field type conflicts:
```
2022-05-24T20:06:01Z D! [outputs.influxdb] Buff…
-
**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…