mbakgor/export-data

LibreNMS plugin that helps you to export devices data to an excel file.

0.3.8 2024-03-18 12:45 UTC

README

Installiation

You need to follow this commands in where librenms located with librenms user.

./lnms plugin:add mbakgor/export-data
php artisan vendor:publish

php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear