updated port for git server and disabled temp checks
This commit is contained in:
@ -45,8 +45,8 @@ class SystemHealthMonitor:
|
||||
'drives_health': self._check_drives_health(),
|
||||
'memory_health': self._check_memory_usage(),
|
||||
'cpu_health': self._check_cpu_usage(),
|
||||
'network_health': self._check_network_status(),
|
||||
'temperature_health': self._check_system_temperatures()
|
||||
'network_health': self._check_network_status()
|
||||
#'temperature_health': self._check_system_temperatures()
|
||||
}
|
||||
return health_report
|
||||
|
||||
|
||||
Reference in New Issue
Block a user