netbox-agent icon indicating copy to clipboard operation
netbox-agent copied to clipboard

how to integrate automatic scanning/discovery in HP enclosures:blades ?

Open jancovic opened this issue 3 years ago • 1 comments

Describe the bug I am using HP enclosures \ blades. How can I integrate automatic scanning/discovery in enclosures with your agent ? Is it even possible not to do manually ?

Expected behavior Goal is that each enclosure will show occupancy and bay hostnames as you can see from Onboard Admin

Configuration file NA

Environment: NA]

Additional context NA

jancovic avatar Sep 29 '22 09:09 jancovic

I have successfully done this in the past. Certain HPE chassis required some additional coding+hackery in netbox_agent/vendors/hp.py I didn't find it worth contributing that code because doing so would create clutter. Within one chassis, i could for see 32 different software installs leading to inconsistent dmidecode output (THANKS HP) So this is certainly possible, given that the vendors expose that information in the first place. There are vendors/chassis that do not expose this through the BIOS or BMC/OOB. The code as it exists, is capable of this. And is also a great example for hacking. please see #149

pvl1 avatar Jun 26 '23 13:06 pvl1