mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
add type for aruba ap discovery
This commit is contained in:
parent
65778cbe56
commit
78b2ba6d97
@ -91,6 +91,7 @@ sub run {
|
|||||||
$ap{group} = $result->{wlanAPGroupName};
|
$ap{group} = $result->{wlanAPGroupName};
|
||||||
$ap{location} = $result->{wlanAPLocation};
|
$ap{location} = $result->{wlanAPLocation};
|
||||||
$ap{status} = $result->{wlanAPStatus};
|
$ap{status} = $result->{wlanAPStatus};
|
||||||
|
$ap{type} = "ap";
|
||||||
|
|
||||||
push @disco_data, \%ap;
|
push @disco_data, \%ap;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user