mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 08:34:46 +02:00
wip on pss alcatel
This commit is contained in:
parent
0860edaebc
commit
5915b4a211
@ -229,7 +229,7 @@ sub manage_selection {
|
||||
|
||||
foreach my $name (('sapBaseStatsIngressQchipForwardedInProfOctets', 'sapBaseStatsIngressQchipForwardedOutProfOctets',
|
||||
'sapBaseStatsEgressQchipForwardedInProfOctets', 'sapBaseStatsEgressQchipForwardedOutProfOctets')) {
|
||||
$result->{$name} *= 8;
|
||||
$result->{$name} *= 8 if (defined($result->{$name}));
|
||||
}
|
||||
|
||||
foreach my $name (keys %$mapping) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user