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