diff --git a/centreon-plugins/src/check_centreon_nt b/centreon-plugins/src/check_centreon_nt index b769a2023..7c4f50feb 100644 --- a/centreon-plugins/src/check_centreon_nt +++ b/centreon-plugins/src/check_centreon_nt @@ -156,7 +156,7 @@ if ($op_v) { } if (($op_v =~ /CPULOAD/) && ($op_l =~ /([-\.,\w]+)/)){ ## CPULOAD - @output = split(/\|/,$_); + @output = split(/\|/,$_); @values = $output[0] =~ /(\d*)\%/g ; $start = time; ## Print Plugins Output