mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-02 15:25:38 +00:00
update
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1063 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -4,7 +4,7 @@ This directory contains shell and cgi scripts which maintain a
|
|||||||
database of sensor data and generate web pages containing
|
database of sensor data and generate web pages containing
|
||||||
graphs of sensor data.
|
graphs of sensor data.
|
||||||
|
|
||||||
The RRD (Round Robin Database) package is required.
|
The RRD (Round Robin Database) package is REQUIRED.
|
||||||
Get this package from
|
Get this package from
|
||||||
http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool
|
http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool
|
||||||
|
|
||||||
@@ -23,10 +23,10 @@ following advantages:
|
|||||||
large data dropouts (during machine downtime) correctly
|
large data dropouts (during machine downtime) correctly
|
||||||
shown on graphs
|
shown on graphs
|
||||||
|
|
||||||
If you are looking for something less sophisticated, try
|
If you are looking for something a little simpler,
|
||||||
tellerstats (see link in ../../doc/useful_addresses.html).
|
that does not require RRD, try ../tellerstats.
|
||||||
|
|
||||||
The scripts read /proc entries and do not use libsensors.
|
The RRD scripts read /proc entries and do not use libsensors.
|
||||||
Therefore the scale factors in /etc/sensors.conf are not used,
|
Therefore the scale factors in /etc/sensors.conf are not used,
|
||||||
and you may have to change the scale factors in the cgi scripts.
|
and you may have to change the scale factors in the cgi scripts.
|
||||||
|
|
||||||
@@ -78,25 +78,36 @@ INSTALLATION INSTRUCTIONS
|
|||||||
to test
|
to test
|
||||||
|
|
||||||
|
|
||||||
PROBLEMS
|
What to do for help
|
||||||
--------
|
-------------------
|
||||||
RRD problems: see the RRD documentation
|
RRD problems: See the RRD documentation
|
||||||
lm_sensors problems: see the lm_sensors FAQ and other documentation,
|
|
||||||
|
lm_sensors problems: See the lm_sensors FAQ and other documentation,
|
||||||
enter a support ticket on our
|
enter a support ticket on our
|
||||||
web page http://www.lm-sensors.nu or email us at
|
web page http://www.lm-sensors.nu or email us at
|
||||||
sensors@stimpy.netroedge.com
|
sensors@stimpy.netroedge.com
|
||||||
|
|
||||||
Cron problems: check the cron logs, maybe your cron format
|
Cron problems: check the cron logs, maybe your cron format
|
||||||
is different or you need to signal the cron daemon?
|
is different or you need to signal the cron daemon?
|
||||||
|
|
||||||
Unused sensors: remove appropriate sections from sens_day.cgi.in
|
Unused sensors: remove appropriate sections from sens_day.cgi.in
|
||||||
and sens_week.cgi.in and remake and install.
|
and sens_week.cgi.in and remake and install.
|
||||||
|
|
||||||
Sensor scaling factors incorrect (in3-in6): Edit lines in
|
Sensor scaling factors incorrect (in3-in6): Edit lines in
|
||||||
sens_day.cgi.in and sens_week.cgi.in that start
|
sens_day.cgi.in and sens_week.cgi.in that start
|
||||||
'CDEF:' to change the scale factor.
|
'CDEF:' to change the scale factor.
|
||||||
CGI problems: check the apache logs. If CGI is not enabled for
|
|
||||||
|
CGI problems: Check the apache logs. If CGI is not enabled for
|
||||||
the directory add a .htaccess file to the directory
|
the directory add a .htaccess file to the directory
|
||||||
including the line
|
including the line
|
||||||
Options ExecCGI
|
Options ExecCGI
|
||||||
|
|
||||||
Problems with these scripts:
|
Problems with these scripts:
|
||||||
enter a support ticket on our
|
Enter a support ticket on our
|
||||||
web page http://www.lm-sensors.nu or email us at
|
web page http://www.lm-sensors.nu or email us at
|
||||||
sensors@stimpy.netroedge.com
|
sensors@stimpy.netroedge.com
|
||||||
|
|
||||||
|
Removing the "RRDTOOL / TOBI OETIKER" tag in RRD graphs:
|
||||||
|
Comment out the line
|
||||||
|
gator(gif, (int) im->xgif-5, 5);
|
||||||
|
in src/rrd_graph.c in the RRD package.
|
||||||
|
Reference in New Issue
Block a user