mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +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{location} = $result->{wlanAPLocation};
|
||||
$ap{status} = $result->{wlanAPStatus};
|
||||
$ap{type} = "ap";
|
||||
|
||||
push @disco_data, \%ap;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user