mbakgor/export-data

LibreNMS 插件,帮助您将设备数据导出为 Excel 文件。

0.3.8 2024-03-18 12:45 UTC

README

此插件可以帮助从 LibreNMS 中导出重要数据。

安装

您需要以 librenms 用户的身份在 librenms 所在的位置执行以下命令。

./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