Add new tab in the device section

hi everyone, I would like to create a new custom plugin, I would like to understand how to add a new tab in the device as well as overview, graphs etc. so I can implement what I want to do in that tab. thanks everyone for the help.

Hi @viktec
You can have a look https://docs.librenms.org/Extensions/Plugin-System/
You basically have “hooks” where you can tell LibreNMS to call your code. 3 are defined now :

  • Menu (like Wethermap)
  • Device page (overview)
  • Port page (tab)

Bye

and to enter as a tab next to the last note tab (in the device)? I would like a new tab

Unfortunately, only those 3 hooks are available for the moment. You need to extend the plugin architecture to achieve what you’d like to do.