2026-06-15: switch desktop widget default to prometheus ip

This commit is contained in:
kenpat 2026-06-15 10:27:09 -05:00
parent 6db8a1f7da
commit 2f0ac7c0cf

View file

@ -584,8 +584,8 @@ Created a local Conky-based widget scaffold in the desktop user's home:
Behavior: Behavior:
- Polls Prometheus for `probe_success` and `probe_duration_seconds` from the - Polls Prometheus for `probe_success` and `probe_duration_seconds` from the
`uptime-kuma-ping-probes` job. `uptime-kuma-ping-probes` job.
- Defaults to `http://prometheus.kitestacks.com:9090`, with `PROM_URL` - Defaults to `http://192.168.1.205:9090`, with `PROM_URL`
override support. override support.
- Prints the four Kuma monitor names, state, latency, and a summary line. - Prints the four Kuma monitor names, state, latency, and a summary line.
- Degrades cleanly with `Prometheus unavailable at ...` when the endpoint - Degrades cleanly with `Prometheus unavailable at ...` when the endpoint