Replies: 1 comment 2 replies
-
There's some previous discussion in #5673. I think your first step will be to decide how to link a Device or VirtualMachine in Netbox to the corresponding entity in LibreNMS - perhaps using a custom field in Netbox to hold the LibreNMS ID, or by using Netbox's "primary" IP address as the key. A custom link on the device page will certainly work, but it will generate a URL, so will point to a third system (i.e. the system that you write). Or it could link back to a custom script on Netbox itself. Possibly a report could call out to an external system too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm thinking about implementing some kind of feature to validate netbox data against real network state. Interfaces for instance.
I'm also inexperienced developer but it would be fun project to do.
My idea is to create a report that would get oper-state of all interfaces for given device from my NMS (LibreNMS) and compere this to interface connections in Netbox. This could be a custom button on single device page. When clicked user gets popup displaying results.
Would this be right approach?
Beta Was this translation helpful? Give feedback.
All reactions