updates
Repo sauber machen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user