2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-01 14:55:27 +00:00

Added entries for prog/pwm/pwmconfig and prog/pwm/fancontrol

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1797 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Marius Reiner
2003-06-20 20:00:54 +00:00
parent 313a183bb3
commit 5ef148fc45

View File

@@ -123,6 +123,13 @@ see useful_addresses.html.
This script tests the pwm (pulse width modulation) outputs of sensors This script tests the pwm (pulse width modulation) outputs of sensors
for their effect on the fans. for their effect on the fans.
* prog/pwm/pwmconfig (shell script, not installed)
Extended version of pwmtest, helps setup configfile for fancontrol
* prog/pwm/fancontrol (shell script, not installed)
Controls fanspeeds responding to changes on temperature sensors.
Configuration through pwmconfig.
* prog/rrd/sens_update_rrd (written in bash, not installed) * prog/rrd/sens_update_rrd (written in bash, not installed)
This script gathers sensors data and adds it to a round robin database This script gathers sensors data and adds it to a round robin database
(RRD). RRD is then used to display the graphed data in web pages. (RRD). RRD is then used to display the graphed data in web pages.