Update README.md

This commit is contained in:
Solvik 2019-08-02 18:34:35 +02:00 committed by GitHub
parent 97d8f53d7a
commit 6111db52e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,47 +1,43 @@
Netbox agent # Netbox agent
===========
This project aims to create hardware automatically into Netbox based on standard tools (dmidecode, lldpd, parsing /sys/, etc). This project aims to create hardware automatically into Netbox based on standard tools (dmidecode, lldpd, parsing /sys/, etc).
The goal is to generate an existing infrastructure on Netbox and have the ability to update it regularly. The goal is to generate an existing infrastructure on Netbox and have the ability to update it regularly.
Hardware # Hardware
==
Tested on: Tested on:
Dell Inc. ## Dell Inc.
----------
Blades ### Blades
--
* PowerEdge M1000e * PowerEdge M1000e
* PowerEdge M640 * PowerEdge M640
* PowerEdge M630 * PowerEdge M630
* PowerEdge M620 * PowerEdge M620
* PowerEdge M610 * PowerEdge M610
Pizzas ### Pizzas
--
* DSS7500 * DSS7500
HP ## HP
---
- WIP - WIP
HPE ## HPE
---
- WIP - WIP
TODO # TODO
===
- [ ] HP(E) servers support - [ ] HP(E) servers support
- [ ] Handle blade moving - [ ] Handle blade moving
- [ ] Handle network cards (MAC, IP addresses) - [ ] Handle network cards (MAC, IP addresses)
- [ ] Handle switch <> NIC connections (using lldp) - [ ] Handle switch <> NIC connections (using lldp)
- [ ] Handle blade and server local changes (new NIC, new RAM, etc) using somekind of diff - [ ] Handle blade and server local changes (new NIC, new RAM, etc) using somekind of diff
Ideas # Ideas
===
- [ ] CPU, RAID Card(s), RAM, Disks in `Device`'s `Inventory` - [ ] CPU, RAID Card(s), RAM, Disks in `Device`'s `Inventory`
- [ ] `CustomFields` support with firmware versions for Device (BIOS), RAID Cards and disks - [ ] `CustomFields` support with firmware versions for Device (BIOS), RAID Cards and disks