Meshtastic telemetry logging Meshtastic -> Mosquitto (MQTT) -> Telegraf -> InfluxDB -> Grafana #meshtastic https://i.nostr.build/rolP2.jpg
What am i looking at ?
Meshtastic nodes periodically send telemetry data showing battery status/voltage etc plus readings from any connected sensor. This is just experimenting with logging and displaying that data in a way that can be filtered per node. Grafana also allows setting alerts so you can alert if the battery level drops below a certain level for example.
I use for server proactive monitoring Check_mk on debian. https://checkmk.com/de/download?method=cmk&edition=cre
have u done relay monitor ?
I did experiment a little bit with using Grafana to monitor a relay I was running quite a while ago. I got it to display some basic statistics but didn’t spend a lot of time on it.
same here i did few months grafana+sqlite3 basic then my test vm has outgae now starting with INFLUXDB timeseries graph and trying get some tips Thanks again Telegraf plug in read look promise never used it before
I was originally trying something similar using grafana with postgresql but I think using telegraf to bring data into influxdb is probably a better way to do it. I’ve mainly used telegraf for network monitoring though, to collect snmp and streaming telemetry from routers into influxdb.