mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
(plugin) cloud::aws::custom::paws - fix
This commit is contained in:
parent
b1e5cde2b0
commit
cbd3818393
@ -798,7 +798,7 @@ sub directconnect_describe_connections {
|
|||||||
my $connections = $ec->DescribeConnections();
|
my $connections = $ec->DescribeConnections();
|
||||||
|
|
||||||
foreach (@{$connections->{Connections}}) {
|
foreach (@{$connections->{Connections}}) {
|
||||||
$results->{ $_->{ConnectionId} } = { {
|
$results->{ $_->{ConnectionId} } = {
|
||||||
name => $_->{ConnectionName},
|
name => $_->{ConnectionName},
|
||||||
state => $_->{ConnectionState},
|
state => $_->{ConnectionState},
|
||||||
bandwidth => $_->{Bandwidth}
|
bandwidth => $_->{Bandwidth}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user