glpi-project / glpi-agent

GLPI Agent
GNU General Public License v2.0
212 stars 51 forks source link

Improve Aruba SSID detection #658

Closed eduardomozart closed 2 months ago

eduardomozart commented 2 months ago

Similar to #657 but for Aruba IAP devices, replacing ifName (e.g. radioX_ssid_idY) by it's respective SSID name. Please notice that for this enhancement works as expected it's need to mark 188 iftype importable as discussed in https://github.com/glpi-project/glpi/issues/16981

XML GLPI Agent inventory for Aruba AP: Before applying this fix: networkequipment_0_8.xml.txt After applying this fix: networkequipment_0_8_PR658.xml.txt

snmpwalk file for Aruba AP: arubaiap.walk.txt

g-bougard commented 2 months ago

Another point, packaging building is failing and I've included fixes in develop branch. Can you rebase your branch to include that GH Actions fixes ?

eduardomozart commented 2 months ago

Another point, packaging building is failing and I've included fixes in develop branch. Can you rebase your branch to include that GH Actions fixes ?

Hello, I've applied your changes and tested them on production, they seem to be working fine. Also rebase my repo.

g-bougard commented 2 months ago

If merged, https://github.com/glpi-project/glpi/pull/16995 will enable import of ifType 188 by default in next major GLPI release.