]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
system.cgi: update cpufreq graph
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Jan 2025 10:22:44 +0000 (11:22 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 26 Jan 2025 10:22:44 +0000 (11:22 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
html/cgi-bin/system.cgi [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a6f6040..d56e802
@@ -39,7 +39,7 @@ my %mainsettings = ();
 &Header::graph("$Lang::tr{'processors'}", "system.cgi", "cpu", "day");
 
 # CPU Frequency
-if ( -e "$mainsettings{'RRDLOG'}/collectd/localhost/cpufreq/cpufreq-0.rrd"){
+if ( -e "$mainsettings{'RRDLOG'}/collectd/localhost/cpufreq-0/cpufreq.rrd"){
        &Header::graph("$Lang::tr{'cpu frequency'}", "system.cgi", "cpufreq", "day");
 }