mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
fix(typo): missing semicolon
This commit is contained in:
parent
6215ae7ca3
commit
7a5042d181
@ -112,7 +112,7 @@ sub manage_selection {
|
||||
# Read Throughput = 6.98 MB/s
|
||||
$self->{global} = {};
|
||||
foreach (split(/\n/, $stdout)) {
|
||||
$self->{global}->{write_rate} = $options{custom}->convert_to_bytes(raw_value => $1) if (/.*Write\sThroughput\s=\s(.*)$/i)
|
||||
$self->{global}->{write_rate} = $options{custom}->convert_to_bytes(raw_value => $1) if (/.*Write\sThroughput\s=\s(.*)$/i);
|
||||
$self->{global}->{read_rate} = $options{custom}->convert_to_bytes(raw_value => $1) if (/.*Read\sThroughput\s=\s(.*)$/i);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user