murrant/librenms-example-plugin

LibreNMS example plugin

0.1 2024-08-15 19:27 UTC

This package is auto-updated.

Last update: 2024-11-15 20:57:43 UTC


README

LibreNMS Example Plugin

Info goes here :)

Add the path to your plugin for local development (or deployment)

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

For users to use your plugin, you should publish it to packagist.org

Then run:

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