Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow certain device type to be excluded from rack utilization percentage #13230

Closed
AnythingOverIP opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Milestone

Comments

@AnythingOverIP
Copy link

NetBox version

v3.5.6

Feature type

Change to existing functionality

Proposed functionality

Currently, any device that is assigned to a rack unit counts towards the percentage of use of the given rack.
As an example, when documenting what has been installed, if someone puts in the blank panels as it's really installed in the rack for airflow management, rack utilization can go up to 100% when in fact, "real" equipment is only partially using the overall space.

I would like to have a way to discriminate what is counted, so we can have a real idea of the current real use. By having a flag in the Device Type, or on the device itself, that allow the user to specify this should be excluded from utilization calculation.

Use case

We document everything that is installed in the rack. This helps planner know that if a 5U filler plate has to be replaced for something smaller, that he takes that into account when he plan a server install. Same goes for hardware removal.

Database changes

Adding the new "flag" would most likely require a single new field in either Device Type or Device Table.

External dependencies

None

@AnythingOverIP AnythingOverIP added the type: feature Introduction of new functionality to the application label Jul 21, 2023
@jeremystretch jeremystretch added the needs milestone Awaiting prioritization for inclusion with a future NetBox release label Aug 24, 2023
@SirVilhelm
Copy link

I stumbled across this while googling for this exact solution. We record rack fillers and they make each of our racks show 100% utilization

@jeremystretch jeremystretch added this to the v3.7 milestone Oct 13, 2023
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed needs milestone Awaiting prioritization for inclusion with a future NetBox release labels Oct 13, 2023
jeremystretch added a commit that referenced this issue Dec 1, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: feature Introduction of new functionality to the application
Projects
None yet
Development

No branches or pull requests

4 participants