netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox

APACHE-2.0 License

Downloads
1K
Stars
341

Bot releases are hidden (Show)

netbox-proxbox - v0.0.5 - 2023-03-17 Latest Release

Published by emersonfelipesp over 1 year ago

What's Changed

New Contributors

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

netbox-proxbox - v0.0.5-beta1 - 2022-05-21

Published by emersonfelipesp over 2 years ago

What's Changed

New Contributors

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

netbox-proxbox - v0.0.4 - 2022-05-07

Published by emersonfelipesp over 2 years ago

What's Changed

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

netbox-proxbox - v0.0.3 - 2022-03-04

Published by emersonfelipesp over 2 years ago

Enhancements

Bug Fixes

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

Published by emersonfelipesp over 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

netbox-proxbox - v0.0.1 - 2021-04-23

Published by emersonfelipesp over 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