Initial Release v0.1.0
No due date
70% complete
First usable version of netbox sync completing the following features:
- collect system information via dmidecode
-
collect network information using the
NetworkInterface
crate - implement a basic CLI to take configuration parameters and write the configuration file.
- provide translators for the collected information to format the data into a form able to b…
First usable version of netbox sync completing the following features:
- collect system information via dmidecode
- collect network information using the
NetworkInterface
crate - implement a basic CLI to take configuration parameters and write the configuration file.
- provide translators for the collected information to format the data into a form able to be passed to NetBox
- connect and pass data on to NetBox using the rust-netbox project