Hello @rwalli,
What version of InfluxDB are you using? Can you please share the agent and output section of your config?
Can you also please send your data to stdout?
or use ./telegraf -config telegraf.conf -input-filter modbus -test
To see if you get the expected line protocol?
Finally, have you tried setting debug=True in the agent portion of your config? Do the detailed logs help more?
Hello @rwalli,
Thanks for all the info (sorry about the debug=true uppercase typo). That’s odd. Your line protocol looks correct. I would expect multiple inputs to work. Can you try using a jitter in your telegraf config?
## Collection jitter is used to jitter the collection by a random amount.
## Each plugin will sleep for a random time within jitter before collecting.
## This can be used to avoid many plugins querying things like sysfs at the
## same time, which can have a measurable effect on the system.
collection_jitter = "5s"
I’ll send this to the telegraf team as well. I’m probably missing something.
Boo Sorry to hear that. I asked the telegeraf team and they said that they believe your issue seems to be related to the specific hardware that you’re using.
Have you tried each input configuration separately?
Is it that just one input configuration works? Or all three work individually?