mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
+ Fix otd unit bits
This commit is contained in:
parent
2abe4ffd39
commit
39acea4bc2
@ -127,6 +127,8 @@ sub manage_selection {
|
|||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$result->{vsInOctets} *= 8;
|
||||||
|
$result->{vsOutOctets} *= 8;
|
||||||
$self->{vs}->{$instance} = {
|
$self->{vs}->{$instance} = {
|
||||||
display => $result->{vsId},
|
display => $result->{vsId},
|
||||||
%$result
|
%$result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user