Removed ACPI-Cooling device graph because always 0 collected

Disabled collecting of ACPI-Cooling device data
Change linewith of ACPI Temp graph
This commit is contained in:
Arne Fitzennreiter
2008-10-22 07:39:54 +02:00
parent 19342e56a9
commit 4be3afa089
3 changed files with 14 additions and 56 deletions

View File

@@ -67,10 +67,6 @@ if ( $querry[0] =~ "hwtemp"){
print "Content-type: image/png\n\n";
binmode(STDOUT);
&Graphs::updatethermaltempgraph($querry[1]);
}elsif ( $querry[0] =~ "thermalcooling"){
print "Content-type: image/png\n\n";
binmode(STDOUT);
&Graphs::updatethermalcoolinggraph($querry[1]);
}elsif ( $querry[0] =~ "sd?" || $querry[0] =~ "hd?" ){
print "Content-type: image/png\n\n";
binmode(STDOUT);
@@ -111,12 +107,6 @@ if ( $querry[0] =~ "hwtemp"){
&Header::closebox();
}
if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/thermal-thermal_zone*` ) {
&Header::openbox('100%', 'center', "ACPI Thermal-Zone Cooling $Lang::tr{'graph'}");
&Graphs::makegraphbox("hardwaregraphs.cgi","thermalcooling","day");
&Header::closebox();
}
if ( `ls $mainsettings{'RRDLOG'}/collectd/localhost/sensors-*` ) {
&Header::openbox('100%', 'center', "hwtemp $Lang::tr{'graph'}");
&Graphs::makegraphbox("hardwaregraphs.cgi","hwtemp","day");