adapt rest of checks to use OK alerts

This commit is contained in:
Alex Tau 2025-08-15 18:15:13 +03:00
parent 5f9952314d
commit be7b3dbeed
5 changed files with 19 additions and 7 deletions

View file

@ -27,4 +27,4 @@ def cpu_check() -> list[Alert]:
)
]
else:
return []
return [Alert(alert_type=AlertType.CPU, message=f"CPU load: {percentage:.2f}% (nominal)", severity=Severity.OK)]