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

Add sensor plugin #168

Closed
exzz opened this issue Sep 2, 2015 · 3 comments
Closed

Add sensor plugin #168

exzz opened this issue Sep 2, 2015 · 3 comments
Labels
help wanted Request for community participation, code, contribution

Comments

@exzz
Copy link

exzz commented Sep 2, 2015

Read and forward sensor values (voltage and temperature)

thx

@sparrc
Copy link
Contributor

sparrc commented Sep 2, 2015

Could you be more specific? Where would we read this data from? What format would it be in?

Also see the exec plugin, which can read arbitrary json data, would that fit your needs?

@exzz
Copy link
Author

exzz commented Sep 3, 2015

I am thinking about data reported by sensors command. Of course I can use exec plugin to run and parse command line output, but I would prefer a lightweight solution. Collectd use directly libsensors (sensors/sensors.h) to extract voltages, temperatures and fan status.

@sparrc
Copy link
Contributor

sparrc commented Sep 3, 2015

I see, I thought you were talking about general sensor data, but you mean sensors that are builtin to the machine. This is a good idea and will almost certainly involve using CGo

@sparrc sparrc added the help wanted Request for community participation, code, contribution label Oct 13, 2015
@sparrc sparrc closed this as completed in 963a942 Jan 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Request for community participation, code, contribution
Projects
None yet
Development

No branches or pull requests

2 participants