-
Dear all, in my search for an asset inventory software/CMDB I found netbox, which seems to provide almost all features that we are looking for and require. However I am missing two features/mechanisms. Please don't hesitate to just refer me to the appropriate documentation pages if I have overlooked them somehow:
I am aware that it is possible to write one's own plugins, but I fear that this is nothing we are able to do. If it were Perl yes, but Python...:-) Thank you in advance for any hints and pointers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
To me, it sounds like Netbox is not going to be the appropriate tool for your needs. Read the introduction page in the documentation, especially this. As a matter of philosophy, it's expected that you'll use Netbox data to configure your monitoring systems and your devices; not to use your monitoring systems to populate Netbox, and certainly not to use Netbox as a portal onto the "gathered" state of your network, nor to override "desired" state with "actual" state. You might want to have a look at Netdisco - which incidentally is written in Perl I believe. |
Beta Was this translation helpful? Give feedback.
To me, it sounds like Netbox is not going to be the appropriate tool for your needs. Read the introduction page in the documentation, especially this.
As a matter of philosophy, it's expected that you'll use Netbox data to configure your monitoring systems and your devices; not to use your monitoring systems to populate Netbox, and certainly not to use Netbox as a portal onto the "gathered" state of your network, nor to override "desired" state with "actual" state.
You might want to have a look at Netdisco - which incidentally is written in Perl I believe.