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

SensorsCollector, which collects data from libsensors via PySensors #47

Closed
wants to merge 3 commits into from
Closed

Conversation

bmhatfield
Copy link
Contributor

This is very simple collector that gathers system sensors data from libsensors (lm-sensors) via PySensors.

It depends on PySensors and lm-sensors being installed.

PySensors can be found here: http://pypi.python.org/pypi/PySensors/
lm-sensors is generally installed as an OS package.

A drawback of this collector is that PySensors currently requires Python 2.6+ (which excludes RHEL by default), but a different libsensors binding could be used in the future, as this collector only has 5 lines of code depending on PySensors.

@kormoc
Copy link
Contributor

kormoc commented Apr 13, 2012

Merged in via 920dbe0

Thanks!

@kormoc kormoc closed this Apr 13, 2012
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

Successfully merging this pull request may close these issues.

2 participants