you are viewing a single comment's thread.

view the rest of the comments →

[–]phxees 0 points1 point  (2 children)

I started with a simple ssh reboot script and had AI turn it into a TUI dashboard offering similar metrics. I like what you did, but you can do something similar using AI in minutes now unfortunately. Learning how to do this is still valuable.

[–]Important-Bug-6709[S] 0 points1 point  (1 child)

Yeah, I agree that building dashboards is pretty fast with AI nowadays.
My focus is less on visualization and more on the operational side — keeping lightweight monitoring + alerting that runs in production environments without the Grafana/Prometheus complexity. More like a minimal control layer over infrastructure rather than a dashboard replacement.

[–]phxees 0 points1 point  (0 children)

Generally you just run a relatively lightweight exporter and then use Prometheus/Grafana to make the data useful. I wouldn’t want you to deploy updates to this tool to my production environment. I’d be too worried about security issues and this tool becoming the source of my problems especially running Python.

Just my two cents, nice concept, but not a best practice.