Thomas Casteleyn
Thomas Casteleyn
### Relevant telegraf.conf ```toml # Retrieve data from MODBUS slave devices [[inputs.modbus]] name = "SDM630" slave_id = 1 timeout = "1s" controller = "file:///dev/ttyUSB0" baud_rate = 9600 data_bits = 8...
Hi all, I'm new at Vector and come from using Telegraf. I would love to see how Vector compares against Telegraf in the different performance tests and features table. I...
When running setup to update iTop or install new extensions, but also want to change the DB settings at the same time an error occurs at the module selection wizard...
Consider the following snippet: ```yml --- - debug: msg: "Hello world!" when: foo == bar or bar == baz ``` This will be rendered using the `Ansible (advanced)` like this:...
It would be nice to have an option to specify if you don't want/need the Emoji in the messages. Since the new format (coloured line) they seem redundant, because notification...
- Let the CI also enforce the new README section introduced by #12107. - Update the include section with a more correct link and update this to the `example` input....
## Summary There are several other plugins importing `plugins/inputs/snmp`, which is not a good situation, so the `Field` and `Table` structs and the `Translator` and `Connection` interfaces were moved to...
# Required for all PRs - [x] Updated associated README.md. - [x] Wrote appropriate unit tests. - [x] Pull request title or commits are in [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/#summary) - closes...
## Feature Request Opening a feature request kicks off a discussion. As discussed in https://github.com/influxdata/telegraf/pull/7763#issuecomment-676801651 ### Proposal: Let the default value of these be the same: * `agent` for `processors.ifname`...
## Feature Request Opening a feature request kicks off a discussion. As discussed in https://github.com/influxdata/telegraf/pull/7763#issuecomment-676801651 ### Proposal: Make it possible some way to retrieve the community string (and other snmp...