diff --git a/cpu/cpu_linux.go b/cpu/cpu_linux.go index a60e462..22e487a 100644 --- a/cpu/cpu_linux.go +++ b/cpu/cpu_linux.go @@ -253,7 +253,7 @@ func InfoWithContext(ctx context.Context) ([]InfoStat, error) { } } } - case "model name", "cpu": + case "Model Name", "model name", "cpu": c.ModelName = value if strings.Contains(value, "POWER8") || strings.Contains(value, "POWER7") {