Hello everyone,
I am a working student, and this is for my work, I will not be able to give more details on our choices, for confidentiality, thank you for your understanding.
I’m not a professional of Grafana at all, I’ve only used it a few times, so if I make a mistake don’t hesitate to correct me as long as it’s instructive.
Here’s my problem, I’m currently looking to transfer data via alerting using a webhook as a basic webhook would be too simple personally I will need to transfer datas directly to a MQTT Broker but the webhook makes an HTTP Post request, so the broker cannot receive the data as it is not the same communication medium.
I looked for different ways to transform the message format and potentially found 3 solutions:
- code my API, receive the data, transform it and send it back
- use Node-Red to receive and transform the data and send it back
- I suppose that with Telegraf this is possible but I haven’t dug into it yet
It would be too “simple” this way, so we would like if possible none of the solutions mentioned, we would like a solution that requires no installation or the lightest possible, the best would be a possible solution using Grafana is it possible?
Do not hesitate to ask questions if you need more information