You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With netbox having the ability to build hierarchies of Locations, and then racks living in a location.
Eg
Site
Location
Location
Rack
DataCenter 1
Data Suite 1
Row - A
Rack 1
Currently the prom_sd exporter returns the rack and the location on the next level up, so using the above example, you can get the rack and the racks first level parent and the site.
What you cant get is the top level parent of the rack.
i have had a look in the code, but I am unable to work out the best way to get that data, I think we are going to have to make another call to pull in the parent of the first level parent.
Any suggestions on how this might be implemented, im happy to take a stab at it, but im struggling to work out the best way forward.
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed because it has been inactive for more than 60 days.
Please reopen if you still intend to submit this pull request.
Hi all, Firstly GREAT project :D
With netbox having the ability to build hierarchies of Locations, and then racks living in a location.
Eg
Currently the prom_sd exporter returns the rack and the location on the next level up, so using the above example, you can get the rack and the racks first level parent and the site.
What you cant get is the top level parent of the rack.
i have had a look in the code, but I am unable to work out the best way to get that data, I think we are going to have to make another call to pull in the parent of the first level parent.
Any suggestions on how this might be implemented, im happy to take a stab at it, but im struggling to work out the best way forward.
The text was updated successfully, but these errors were encountered: