mbakgor / export-data
LibreNMS plugin that helps you to export devices data to an excel file.
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mbakgor/export-data
Requires
- maatwebsite/excel: ^3.1
This package is auto-updated.
Last update: 2025-10-09 09:14:05 UTC
README
This plugin helps to export important data from librenms.
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