From 7049434612577d622f957417f56f47df8589b3c0 Mon Sep 17 00:00:00 2001 From: Solvik Date: Thu, 5 Sep 2019 13:57:30 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ca980e3..a3a5aed 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit * Handle blade moving (new slot, new chassis) * Automatic cabling (server's interface to switch's interface) using lldp * Local inventory using `Inventory Item` for CPU, RAM, RAID cards, physical disks (behind raid cards) +* PSUs creation and power consumption reporting (based on vendor's tools) # Requirements @@ -24,11 +25,13 @@ The goal is to generate an existing infrastructure on Netbox and have the abilit - [pynetbox](https://github.com/digitalocean/pynetbox/) - [python3-netaddr](https://github.com/drkjam/netaddr) - [python3-netifaces](https://github.com/al45tair/netifaces) +- [jsonargparse](https://github.com/omni-us/jsonargparse/) - ethtool - dmidecode - ipmitool - lldpd +- lshw # Known limitations