Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

telegraf: Add MQTT input #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

telegraf: Add MQTT input #62

wants to merge 1 commit into from

Conversation

tmigone
Copy link
Contributor

@tmigone tmigone commented Feb 18, 2020

Add MQTT input to telegraf

Change-type: minor
Signed-off-by: Tomás Migone [email protected]

@chrisys
Copy link
Member

chrisys commented Feb 18, 2020

@tmigone did you check this doesn't conflict with the optional output to the same on-board MQTT broker? Otherwise LGTM

@tmigone
Copy link
Contributor Author

tmigone commented Feb 18, 2020

@chrisys I don't think that would be an issue, unless I'm not understanding you correctly. If anything, it could conflict with the mqtt service that is already in place, right? This PR will only listen to that mqtt server and input data from there.

@chrisys
Copy link
Member

chrisys commented Feb 18, 2020

@tmigone I don't think it would be an issue either, just wanted to check there are no conflicts if we have both the output and input enabled on the same MQTT broker

@alanb128
Copy link
Contributor

Has it been tested to have the onboard mqtt both publish and listen? I think as long as the topic names are different it should be OK.

Change-type: minor
Signed-off-by: Tomás Migone <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants