mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
Merge pull request #2136 from UrBnW/citrixtypo
fix(citrix) licenses typo
This commit is contained in:
commit
b80a7b2087
@ -153,7 +153,7 @@ sub manage_selection {
|
||||
$self->{licenses}->{ $obj->{PLD} }->{used} = $obj->{InUseCount};
|
||||
$self->{licenses}->{ $obj->{PLD} }->{total} = $obj->{Count};
|
||||
$self->{licenses}->{ $obj->{PLD} }->{prct_used} = $obj->{InUseCount} * 100 / $obj->{Count};
|
||||
$self->{licenses}->{ $obj->{PLD} }->{prct_free} = 100 - $self->{license}->{$obj->{PLD}}->{prct_used};
|
||||
$self->{licenses}->{ $obj->{PLD} }->{prct_free} = 100 - $self->{licenses}->{ $obj->{PLD} }->{prct_used};
|
||||
$self->{licenses}->{ $obj->{PLD} }->{free} = $obj->{Count} - $obj->{InUseCount};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user