mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
cleanup
git-svn-id: https://svn.fhem.de/fhem/trunk@2781 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
56ebc4ae6c
commit
d6514c3b25
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user