Commit Graph

3 Commits

Author SHA1 Message Date
Markus Zehnder 1e2616848a refactor: separate unit in temperature sensors
Do not append the `°C` unit to temperature sensors.
Add the unit in a separate label key with `#unit` suffix.

This allows filtering out the unit label if the panel has a graphical
representation of the unit.
2025-09-17 21:29:36 +02:00
Markus Zehnder f7ee6b0991 feat: add cpu_usage_percent & system_uptime to aster-sysinfo
- `system_update_sec` contains the uptime in seconds.
- `system_update` contains the friendly representation, similar to
  the uptime command in Linux.
2025-09-17 21:29:35 +02:00
Markus Zehnder 54f34def2c refactor: rename sysinfo tool to aster-sysinfo (#16)
The sysinfo name was too generic and misleading. This tool provides
sensor values from the system for `asterctl` and is not a generic system
information tool.
2025-08-31 20:58:43 +02:00