mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
Fix #5764
This commit is contained in:
parent
0bdd33f62a
commit
8d9bd77298
@ -108,7 +108,7 @@ sub run {
|
|||||||
my $cpu_number = $1;
|
my $cpu_number = $1;
|
||||||
$datas->{'cpu_idle_' . $cpu_number} = $5;
|
$datas->{'cpu_idle_' . $cpu_number} = $5;
|
||||||
$datas->{'cpu_system_' . $cpu_number} = $4;
|
$datas->{'cpu_system_' . $cpu_number} = $4;
|
||||||
$datas->{'cpu_user_' . $cpu_number} = $1;
|
$datas->{'cpu_user_' . $cpu_number} = $2;
|
||||||
$datas->{'cpu_iowait_' . $cpu_number} = $6;
|
$datas->{'cpu_iowait_' . $cpu_number} = $6;
|
||||||
|
|
||||||
if (!defined($old_timestamp)) {
|
if (!defined($old_timestamp)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user