Ask HN: Which software do you guys use for managing devices in rack
29 points| hummerbliss | 5 years ago
Which software do you use to keep track of ~100 devices in couple of racks. Need to hold all the information related to the device (power, network uplink information, and anscilloriy information such as licenses/serial numberss etc). Network management software seem overkill for this. I don't need to have network discovery.
r007c0n7r0l|5 years ago
T3OU-736|5 years ago
The REST API of NetBox coupled with how responsive the Digital Ocean team behind NetBox is to feature requests are hugely useful. The (relatively) recent additions of patch panels, and cable paths through them are very awesome for documentation.
Only feature I missed from OpenDCIM is the ability to simulate power distribution panel failures to identify what would power off when a particular power feed goes down. This is something which the end user would have to code.
I coupled NetBox with Ansible (JSON module) or Salt, and built a fair bit of automation like that.
With some scripting in (I used Python), system labels printed with barcodes, and a barcode scanner, rack audits become a lot easier.
Add a cross-check against MAC address records (on-host LLDP against NetBox, and both of those against your network discovery tool like NetDot[1] or NetDisco[2]), and you can get quite clever. There are commercial products which do that (they watch for ARP broadcasts and spanning tree change announcements), but they are pricey.
[1] https://github.com/cvicente/Netdot
[2] http://netdisco.org
(Updated: network tool links)
ollybee|5 years ago
The Netbox Ansible inventory is mature, and you can use the netbox webhook feature to trigger Ansible playbooks. It's extremely powerful and is the root of almost all of my admin tasks now..
The governance ansible is excellent, the attention to detail coming from user feedback and pull requests really show when you dig into it.
tardoe|5 years ago
absurddoctor|5 years ago
PaulWaldman|5 years ago
Here is an example demo Grafana dashboard for visualizing Promethus data. https://play.grafana.org/d/000000029/prometheus-demo-dashboa...
enz|5 years ago
mister_hn|5 years ago