Repo sauber machen
This commit is contained in:
2026-04-15 13:40:03 +02:00
parent 326c744e95
commit bbdf2ffb60
12 changed files with 146 additions and 255 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ class BeszelDiskMetric(APIModel):
class BeszelSystemSnapshot(APIModel):
source_name: str = "beszel"
source_name: str = "system"
source_status: SourceStatus = "offline"
host_name: str = "unknown"
agent_name: str = "beszel-agent"
agent_name: str = "not_configured"
cpu_usage_percent: float = 0.0
cpu_cores: int = 0
load_1: float = 0.0