Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metrics only connected for one sensor #4

Closed
CoRfr opened this issue Feb 23, 2017 · 3 comments
Closed

Metrics only connected for one sensor #4

CoRfr opened this issue Feb 23, 2017 · 3 comments

Comments

@CoRfr
Copy link

CoRfr commented Feb 23, 2017

On a multi-CPU motherboard I have the following output from sensors:

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +33.0 C  (high = +80.0 C, crit = +96.0 C)
Core 1:       +41.0 C  (high = +80.0 C, crit = +96.0 C)
Core 2:       +43.0 C  (high = +80.0 C, crit = +96.0 C)
Core 8:       +32.0 C  (high = +80.0 C, crit = +96.0 C)
Core 9:       +38.0 C  (high = +80.0 C, crit = +96.0 C)
Core 10:      +39.0 C  (high = +80.0 C, crit = +96.0 C)

coretemp-isa-0001
Adapter: ISA adapter
Core 0:       +36.0 C  (high = +80.0 C, crit = +96.0 C)
Core 1:       +37.0 C  (high = +80.0 C, crit = +96.0 C)
Core 2:       +33.0 C  (high = +80.0 C, crit = +96.0 C)
Core 8:       +35.0 C  (high = +80.0 C, crit = +96.0 C)
Core 9:       +28.0 C  (high = +80.0 C, crit = +96.0 C)
Core 10:      +39.0 C  (high = +80.0 C, crit = +96.0 C)

However this is the metrics as presented by metrics-temperature.rb:

carmd-nr-lxcif4ce4684c67c.sensors.core0 36.0 1487867082
carmd-nr-lxcif4ce4684c67c.sensors.core1 36.0 1487867082
carmd-nr-lxcif4ce4684c67c.sensors.core2 30.0 1487867082
carmd-nr-lxcif4ce4684c67c.sensors.core8 34.0 1487867082
carmd-nr-lxcif4ce4684c67c.sensors.core9 27.0 1487867082
carmd-nr-lxcif4ce4684c67c.sensors.core10 40.0 1487867082

The temperatures from coretemp-isa-0000 are discarded.

@GhostLyrics
Copy link
Contributor

Ran into the same problem. Will try to write a PR.

@GhostLyrics
Copy link
Contributor

The feature is in and will be available with the next release, I would presume.

@eheydrick
Copy link
Contributor

1.0.0 with multi-chip support is out on Rubygems. Thanks @GhostLyrics!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants