mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 06:05:17 +02:00
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
|
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…
x
Reference in New Issue
Block a user