2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-16 04:36:02 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@2781 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2013-02-21 16:36:06 +00:00
parent 56ebc4ae6c
commit d6514c3b25

View File

@ -153,7 +153,7 @@ SYSSTAT_GetUpdate($)
InternalTimer(gettimeofday()+$hash->{INTERVAL}, "SYSSTAT_GetUpdate", $hash, 1);
}
my $load = $hash->{loadavg}->get;
#my $load = $hash->{loadavg}->get;
my $load = SYSSTAT_getLoadAVG( $hash );
$hash->{STATE} = $load->{avg_1} . " " . $load->{avg_5} . " " . $load->{avg_15};