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