diff --git a/content/post/monitoring-iot-devices-with-MASH.md b/content/post/monitoring-iot-devices-with-MASH.md index a608fe3..75853fb 100644 --- a/content/post/monitoring-iot-devices-with-MASH.md +++ b/content/post/monitoring-iot-devices-with-MASH.md @@ -39,6 +39,8 @@ The documentation IMHO is very good, so if people are willing to use ansible thi In the end we will have a IoT device that sends data to a MQTT topic on the MQTT broker Mosquitto. Telegraf will listen to this topic and write this into InfluxDB. When you want to have a look at the data, you can access Grafan which will query InfluxDB. +![A schema showing a setup where an IoT sensor sends data via MQTT to an MQTT broker. Telegraf subscribes to this broker and writes the data into InfluxDB. Grafana reads from InfluxDB when you want to view the data](/uploads/monitoring-iot-devices-with-MASH/mash-monitoring-mqtt.png) + # Prerequisits To have everything it needs to use MASH you should ensure the following things are done and working diff --git a/static/uploads/monitoring-iot-devices-with-MASH/mash-monitoring-mqtt.png b/static/uploads/monitoring-iot-devices-with-MASH/mash-monitoring-mqtt.png new file mode 100644 index 0000000..510e7d5 Binary files /dev/null and b/static/uploads/monitoring-iot-devices-with-MASH/mash-monitoring-mqtt.png differ