1
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 16s
Docker Build & Deploy / Deploy to Production (push) Successful in 4s

This commit is contained in:
孙诚
2025-03-07 14:21:32 +08:00
parent 97c4c1a1ba
commit f7f12511f5

View File

@@ -40,7 +40,7 @@ public class DiskMonitorRegistry : Registry, IDiskMonitorRegistry
if (line.Contains("/host/wd/")) if (line.Contains("/host/wd/"))
{ {
sb.AppendLine($"{cols[5].Substring("/host".Length)}, {cols[1]}, {cols[4].TrimEnd('%')}, {cols[2]}"); sb.AppendLine($"{cols[5].Substring("/host".Length)}, {cols[1]}, {cols[4].TrimEnd('%')}, {cols[3]}");
} }
} }