mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
parent
972be8349f
commit
4d535bea8d
@ -65,7 +65,7 @@ sub run {
|
|||||||
$fsx{creation_time} = $fsx_instance->{CreationTime};
|
$fsx{creation_time} = $fsx_instance->{CreationTime};
|
||||||
$fsx{lifecycle} = $fsx_instance->{Lifecycle};
|
$fsx{lifecycle} = $fsx_instance->{Lifecycle};
|
||||||
$fsx{fsx_type} = $fsx_instance->{FileSystemType};
|
$fsx{fsx_type} = $fsx_instance->{FileSystemType};
|
||||||
foreach my $tag (@{$instance->{Tags}}) {
|
foreach my $tag (@{$fsx_instance->{Tags}}) {
|
||||||
push @{$fsx{tags}}, { key => $tag->{Key}, value => $tag->{Value} };
|
push @{$fsx{tags}}, { key => $tag->{Key}, value => $tag->{Value} };
|
||||||
}
|
}
|
||||||
push @disco_data, \%fsx;
|
push @disco_data, \%fsx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user