1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-25 03:08:47 +00:00
librenms-docker/doc/notes/plugins.md
CrazyMax 96c67e9204
Handle LibreNMS plugins (#175)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-03-10 23:58:45 +01:00

6 lines
316 B
Markdown

## Add a LibreNMS plugin
You can add [plugins for LibreNMS](https://docs.librenms.org/Extensions/Plugin-System/) in `/data/plugins/`. If you
add a plugin that already exists in LibreNMS, it will be removed and yours will be used (except for Weathermap).
> ⚠️ Container has to be restarted to propagate changes