murrant/librenms-example-plugin

LibreNMS 示例插件

0.1 2024-08-15 19:27 UTC

This package is auto-updated.

Last update: 2024-09-15 20:27:43 UTC


README

LibreNMS 示例插件

信息在这里:(:)

为本地开发(或部署)添加您的插件路径

composer config --global repositories.example-plugin '{"type": "path", "url": "/full/path/to/librenms-example-plugin", "symlink": true}'

为了用户能够使用您的插件,您应该将其发布到 packagist.org

然后运行

lnms plugin:add murrant/librenms-example-plugin @dev