-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable Dashboard #6
Comments
Are there any preferences so far on how to implement a dashboard feature? Freeboard looks like a popular option for the client side. system-dashboard is another Python project that might offer some inspiration. As an alternative (I haven't tried it) it might be possible to combine the Plugin:MQTT with a Web Sockets-enabled broker like Mosquitto and then freeboard-mqtt to render last-seen values. Who knows if (or how well) it'd work though! |
I haven't given this much thought since I was originally brainstorming the project. By default it shows everything collected by collectd so at a minimum it would be nice to be able to configure that to a more focus set of graphs per host. |
Just an update given my last comment proposed a potential approach, I did more testing and configured Collectd's MQTT plugin to send plain text protocol messages to Mosquitto. However I ran into a blocker because I did learn enough about the components to believe it's worthwhile adapting |
Rather than just listing the set of hosts it would be better if the index page could be configured to show a set of graphs configured by the user.
The text was updated successfully, but these errors were encountered: