https://bugs.koozali.org/show_bug.cgi?id=12188
Bug ID: 12188
Summary: NFR: support temperature for multiple core
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-sysmon
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
thiswould be by simply changing this in /usr/sbin/sysmon"
-#pre SME9 if(/(-?[0-9,.]+) \(((?:in|fan|temp|vid|vrm)[0-9]*)\)/)
{ $datahash->{sensors}->{$2} = $1; print "$2=$1, "}
- if(/(in|fan|temp|vid|vrm)([0-9])_input:
?(-?[0-9,.]+)/) { $datahash->{sensors}->{"$1$2"} = $3;} #print
"sensors:$1$2=$3\n"}
+ if(/(in|fan|temp|vid|vrm|Core)([0-9])_input:
?(-?[0-9,.]+)/) { $datahash->{sensors}->{"$1$2"} = $3;} #print
"sensors:$1$2=$3\n"}
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/