]> git.ipfire.org Git - collecty.git/commit
Add sensors plugin
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 May 2015 20:56:09 +0000 (20:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 25 May 2015 20:56:09 +0000 (20:56 +0000)
commitc389fccfcf18983e47fbd595dccec0a35fb39293
tree6ddd2439b0745caea1a05b427e4a310595c7ab2e
parent32ce4696a3f09d4c97516b65ef3efc9b55261c64
Add sensors plugin

This plugin uses the lm_sensors library to monitor
all sorts of internal sensors of a system. Those
could be temperature sensors, fan sensors or
voltage sensors.
Makefile.am
configure.ac
src/_collectymodule.c
src/collecty/plugins/__init__.py
src/collecty/plugins/sensors.py [new file with mode: 0644]