git-svn-id: http://svn.centreon.com/trunk/plugins@3634 6bcd3966-0018-0410-8128-fd23d134de7e

This commit is contained in:
Julien Mathis 2007-12-28 16:58:28 +00:00
parent ad16c12f56
commit 1c0b7797ba
1 changed files with 1 additions and 1 deletions

View File

@ -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