git-svn-id: http://svn.centreon.com/trunk/plugins@3634 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
ad16c12f56
commit
1c0b7797ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue