We have built a plugin that gives us a list of subscribers on our BNG platform. This plugin necessitates an extra table in the LibreNMS database. Is there a way to suppress the “extra table” message in the validate.php on a per-table name basis?
Hi @Dave
This feature does not exist and is probably not a good idea either. You could simply create another database to avoid using LibreNMS DB. That would be the cleanest way to do this.
Other option would be to use a component (Component - LibreNMS Docs) that will allow you to store data attached to a device, and in a supported way.
Bye