Remove network monitoring features and related code; update GPU monitoring in dashboard for improved performance and clarity.
This commit is contained in:
@@ -6,7 +6,6 @@ namespace ResourceMonitorService.Configuration
|
||||
public int DataRetentionDays { get; set; } = 7;
|
||||
public bool EnableGpuMonitoring { get; set; } = true;
|
||||
public bool EnableDiskMonitoring { get; set; } = true;
|
||||
public bool EnableNetworkMonitoring { get; set; } = true;
|
||||
public bool EnableTemperatureMonitoring { get; set; } = true;
|
||||
public bool EnableProcessMonitoring { get; set; } = true;
|
||||
public bool EnableGameDetection { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user