Replies: 1 comment 1 reply
-
I don't know what RackTables displays. In the Netbox GUI, under Organization > Racks then you will get a list of racks. If necessary, click on "Configure Table" to display the "Space" column. (It's also possible to configure the defaults, so that new users get a set of columns that you have chosen). If you mean you want to write your own dashboard, then you can use the REST API to query the racks in Netbox. The full list of racks is at If you mean you want to use some existing third-party dashboard software, say Grafana, then you'll need to get the data out of Netbox and into something that Grafana can query. For example, you could run a script every hour that copies the list of racks and space utilization into another Postgres table, or into Prometheus Pushgateway. Getting Grafana to query Netbox's existing tables directly is also theoretically possible, but I wouldn't advise it: firstly the space utilization is not available as a column to read, so you'd have to reimplement this entire logic in SQL; and over time, the schema is subject to change anyway. (Although having said that, the REST API is also subject to change). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is it possible to create dashboard, where we can see all our racks and free space in racks? I mean like RackTables
Beta Was this translation helpful? Give feedback.
All reactions