I love grafana, but it's a resource hog, and my machine isn't powerful.
Prometheus/node_exporter however is as lightweight as it can get.
So I made a little Python script that fetches the data from Prometheus and uses mathplotlib to generate a graph.
The dashboard calls that python script for every configured graph and embeds the image so it looks nice.
You can find the script in one of my other repos (Prometheus-renderer probably), but there are dozen similar ones: search github for Prometheus renderer and you'll see
If there are other things unclear, please don't hesitate to ask
--no-tooltips param: Don't include check output for hover tooltips
--no-timestamp param: Omit the "Generated at" timestamp to hide system clock and monitoring cadence.
If you're using these, I feel much better about making the html publicly accessible, but when you set up a config please remember that links-tags can expose your internal topology and the tile/slot name might do the same! Don't go naming your tiles something like "Database Primary", "Payment Service Worker", or "Internal Auth API"!
Well, Ilias can certainly fill this niche. With a caveat:
Currently all output from checks are accessible as tooltips (so they're in the HTML source), but for usecases such as yours it might be helpful to have the ability to suppress that kind of information leakage.
I think I'll implement that in the coming days ...
Yes, I'm aware of that, but I always found it weird to have a live service for something that hardly ever changes. And then I had the idea of this whole "fully self contained html", and now I can't imagine it another way 😆
That's just opinions though, and if Homepage strikes your fancy go for it - it's an awesome project.
Please don't immediately start public facing however - I literally just bashed the thing together in an afternoon, so who knows what kind of exploitable information leaks it might bring!
I'm personally using it from within a tailnet, so not public facing.
Edit:I have since added:
--no-tooltips param: Don't include check output for hover tooltips
--no-timestamp param: Omit the "Generated at" timestamp to hide system clock and monitoring cadence.
If you're using these, I feel much better about making the html publicly accessible, but when you set up a config please remember that link-tags can expose your internal topology and the tile/slot name might do the same! Don't go naming your tiles something like "Database Primary", "Payment Service Worker", or "Internal Auth API"!
Very correct, and that's not even taking into consideration that we're nowhere near such an equation, or even any idea if it can even exist in principle.
The "best digital tools" are entirely depending on the use case and requirements.
Since one of the most important requirements is to reduce dependencies to US controlled companies, it follows that Google doesn't provide the "best digital tools", no matter how sophisticated their digital tools are!
Due to regulatory restrictions (second factor must be bound to a certified hardware), I think all German banks use integrity checks for devices (SafetyNet/Play Integrity). Those will usually fail on rooted devices (unless you get lucky with magisk) or won't work at all in the first place.
IMHO, german banking apps are really the end boss.
I love grafana, but it's a resource hog, and my machine isn't powerful. Prometheus/node_exporter however is as lightweight as it can get.
So I made a little Python script that fetches the data from Prometheus and uses mathplotlib to generate a graph.
The dashboard calls that python script for every configured graph and embeds the image so it looks nice.
You can find the script in one of my other repos (Prometheus-renderer probably), but there are dozen similar ones: search github for Prometheus renderer and you'll see
If there are other things unclear, please don't hesitate to ask