mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
fix typo
This commit is contained in:
parent
39f7e7b0c0
commit
c846e123d3
@ -127,7 +127,7 @@ sub api_request {
|
||||
$self->{volumes_infos}->{$volumename}->{id} = $val->{id};
|
||||
$self->{volumes_infos}->{$volumename}->{zone} = $val->{availability_zone};
|
||||
$self->{volumes_infos}->{$volumename}->{size} = $val->{size};
|
||||
$self->{volumes_infos}->{$volumename}->{type} = $val->{ivolume_type};
|
||||
$self->{volumes_infos}->{$volumename}->{type} = $val->{volume_type};
|
||||
$self->{volumes_infos}->{$volumename}->{state} = $val->{status};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user