Netbox Proxbox Versions Save

Netbox Plugin for integration between Proxmox and Netbox

v0.0.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/netdevopsbr/netbox-proxbox/compare/v0.0.4...v0.0.5

v0.0.5-beta1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/netdevopsbr/netbox-proxbox/compare/v0.0.4...v0.0.5-beta1

v0.0.4

2 years ago

What's Changed

Full Changelog: https://github.com/netdevopsbr/netbox-proxbox/compare/v0.0.3...v0.0.4

v0.0.3

2 years ago

Enhancements

Bug Fixes

  • #28 and #29 - Fix template path error for Netbox 3.x

v0.0.2

3 years ago

Removes 'dotenv' package.

It was used when the proxmox and netbox config was gotten from .env, but it now comes from configuration.py Netbox file at PLUGIN_CONFIG section

v0.0.1

3 years ago

Initial plugin deploy

It is currently able to get the following information from Proxmox:

  • Cluster name
  • VM/CTs:
    • Status (online / offline)
    • Name
    • ID
    • CPU
    • Disk
    • Memory
    • Node (Server)

OBS: To Netbox correctly get Node, ID and Type information from Proxmox, it is necessary to previous configure custom_fields following the specifications on README.md