1
This commit is contained in:
@@ -40,7 +40,7 @@ public class DiskMonitorRegistry : Registry, IDiskMonitorRegistry
|
||||
|
||||
if (line.Contains("/host/wd/"))
|
||||
{
|
||||
sb.AppendLine($"{cols[5]}, {cols[1]}, {cols[4]}");
|
||||
sb.AppendLine($"{cols[5].Substring("/host".Length)}, {cols[1]}, {cols[4].TrimEnd('%')}, {cols[2]}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user