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
b885ddbf6d
commit
109b2c5b12
@ -108,7 +108,7 @@ sub run {
|
||||
my $cpu_number = $1;
|
||||
$datas->{'cpu_idle_' . $cpu_number} = $5;
|
||||
$datas->{'cpu_system_' . $cpu_number} = $4;
|
||||
$datas->{'cpu_user_' . $cpu_number} = $1;
|
||||
$datas->{'cpu_user_' . $cpu_number} = $2;
|
||||
$datas->{'cpu_iowait_' . $cpu_number} = $6;
|
||||
|
||||
if (!defined($old_timestamp)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user