mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
Fix #1463
This commit is contained in:
parent
2d3d8aa1af
commit
5b283d9bbd
@ -106,7 +106,7 @@ sub manage_selection {
|
||||
|
||||
$self->{cpu}->{$i} = {
|
||||
display => $i,
|
||||
idle => $result->{sgProxyCpuCoreBusyTime}, busy => $result->{sgProxyCpuCoreIdleTime}
|
||||
idle => $result->{sgProxyCpuCoreIdleTime}, busy => $result->{sgProxyCpuCoreBusyTime}
|
||||
};
|
||||
$i++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user