git-svn-id: http://svn.centreon.com/trunk/plugins@3634 6bcd3966-0018-0410-8128-fd23d134de7e
This commit is contained in:
parent
aaf1032ad9
commit
449bbcf897
|
@ -156,7 +156,7 @@ if ($op_v) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($op_v =~ /CPULOAD/) && ($op_l =~ /([-\.,\w]+)/)){ ## CPULOAD
|
if (($op_v =~ /CPULOAD/) && ($op_l =~ /([-\.,\w]+)/)){ ## CPULOAD
|
||||||
@output = split(/\|/,$_);
|
@output = split(/\|/,$_);
|
||||||
@values = $output[0] =~ /(\d*)\%/g ;
|
@values = $output[0] =~ /(\d*)\%/g ;
|
||||||
$start = time;
|
$start = time;
|
||||||
## Print Plugins Output
|
## Print Plugins Output
|
||||||
|
|
Loading…
Reference in New Issue