Thomas Casteleyn
Thomas Casteleyn
I'm sorry to hear the issue still exists for you. Could you try running telegraf in debug mode and also set `log_level = "trace"` inside `[[inputs.snmp]]` config. Normally there should...
Hi, the problem appears to be with gathering `pcsmOSTATE`, which seems to succeed for the first 3 rows, but then the device sends something wrong, which also seems the case...
Yes, might be correct. I also found this issue; > UnmarshalPayload Meet PDUType 0x476574526573706f6e7365. Offset 16 While the byte at offset 16 is `162` (`0xa2`) which corresponds to `GetResponse`. May...
Are you perhaps able to run telegraf on another system which is able to connect to that device?
Probably related to https://github.com/influxdata/telegraf/issues/10793 Can you try be specifying the table fields manually?
@srebhan this can be closed as duplicate of #10793
Thanks, maybe also suggest to use these on the Docker Hub? It would have prevented me to create #862.
Right, thanks for pointing out. So what if one would use `ReplacingMergeTree(Date)` instead?
> `ReplacingMergeTree(Date)` will be unstable. I don't know how CH decides which row to keep on the same values. Does it matter, since they're the same values? > The implementation...
While it may address my concern, the configured option is still not respected. Either this is a bug or unimplemented feature which should trigger a warning.