mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
(plugin) storage::netapp::ontap::restapi - fix quotas (#4210)
This commit is contained in:
parent
dd5194a7e6
commit
01e2220fa7
@ -285,7 +285,7 @@ sub manage_selection {
|
||||
$self->{duplicated}->{$path} = 0 if (!defined($self->{duplicated}->{$path}));
|
||||
$self->{duplicated}->{$path}++;
|
||||
|
||||
$self->{quotas}->{$index} = {
|
||||
$self->{quotas}->{$path . $index} = {
|
||||
index => $index,
|
||||
qtree => $qtree,
|
||||
volume => $volume,
|
||||
|
Loading…
x
Reference in New Issue
Block a user