Grafana on Docker
-
As part of my hardware infrastructure revamp (a move away from 'hobby' platforms to something a bit more solid) I've just switched from running Grafana (a very old version) on a BeagleBone Black (similar to RPi) to my Synology NAS under docker.
Despite the old system being on the same platform as my main openLuup instance (or, perhaps, because of this) and now with the new system the data has to be shipped across my LAN, this all seems to work much faster.
I had been running Grafana v3.1.1, because I couldn't upgrade on the old system, but now at 7.3.7, which seems to be the latest Docker version. It's a bit different UI from the old one, and needed next to no configuration, apart from importing the old dashboard settings.
One thing I'm missing is that the old system had a pull-down menu to switch between dashboards, but the new one doesn't seem to have that, since it switches to a whole new page with a list of dashboards. This doesn't work too well on an iPad, since it brings up the keyboard and obscures half the choices. Am I missing something obvious here?
Thanks for any suggestions.
-
I'm on 6.3.6, and that still has the pulldown..
I'm thinking of putting all the different programs on my NUC in dockers, as they seem so have some conflicting dependencies.. One for OpenLuup, one for Z-Way, one for InfluxDB and perhaps grafana in the same? Is it a good idea?
-
I've certainly run all those things on different physical machines successfully. I'm warming to the docker approach: although stopping short of creating any docker images myself, I have been playing with a simple Alpine linux and using it to load up openLuup. I'm still struggling with external volumes since the Synology Docker UI doesn't let you access that, and I've not yet bothered with SSH-ing into it to do it from the command line. The thought of everything disappearing if you delete the Docker image is not very appealing.
-
3/5