PHPackages                             dot-mike/nmsdevicelinks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dot-mike/nmsdevicelinks

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dot-mike/nmsdevicelinks
=======================

LibreNMS plugin to view, manage and delete device links

1.0.0(1y ago)3107MITPHP

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dot-mike/nmsdevicelinks)[ Packagist](https://packagist.org/packages/dot-mike/nmsdevicelinks)[ RSS](/packages/dot-mike-nmsdevicelinks/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

nmsdevicelinks
==============

[](#nmsdevicelinks)

nmsdevicelinks - A LibreNMS plugin that allows you to create and manage external device links directly from the LibreNMS web UI. Instead of having to execute CLI commands to add custom links, this plugin makes it possible to manage device links directly from the LibreNMS web UI.

This plugin supports two types of links:

- External links: These are links to external resources that are not part of LibreNMS.
- SNMP Command Links: These are special links that allow you to execute **SNMP Set** command on the device and the result will be displayed in the LibreNMS web UI.

Notes
-----

[](#notes)

The primary reason this was developed was to add support for SNMP Set commands in LibreNMS. This feature is not available in the LibreNMS application, and this plugin provides a way to execute SNMP Set commands directly from the LibreNMS web UI.

The plugin administration page is only allowed for users with the `admin` role. As such, only users with the `admin` role can add, edit, and delete device links. But there are no restrictions on who can view the device links and use them. So be careful when adding SNMP Set commands, as they can be executed by anyone who has access to the device page.

The SNMP commands are executed with the same SNMP version and community string as the device is configured with in LibreNMS. So if the device is configured with SNMPv3, the SNMP Set command will be executed with SNMPv3. Also the commands are directly executed from the LibreNMS web-server it-self. So make sure that the server has network access to the device. This is a limitation as there is no way for a disptacher (worker) execute the commands.

Screenshots
-----------

[](#screenshots)

[![manage-device-links](/screenshots/manage-device-links.png?raw=true)](/screenshots/manage-device-links.png?raw=true)[![manage-snmp-commands](/screenshots/manage-snmp-commands.png?raw=true)](/screenshots/manage-snmp-commands.png?raw=true)[![device-links](/screenshots/device-links.png?raw=true)](/screenshots/device-links.png?raw=true)

Installation
------------

[](#installation)

### Without Docker

[](#without-docker)

Go to the LibreNMS base directory and run the following commands as librenms user:

```
./lnms plugin:add dot-mike/nmsdevicelinks
php artisan route:clear
php lnms --force -n migrate
```

### With Docker

[](#with-docker)

If you are using LibreNMS with Docker, you can install the plugin by customizing the Dockerfile.

Example Dockerfile:

```
ARG VERSION=librenms:23.8.2
FROM librenms/$VERSION

RUN apk --update --no-cache add -t build-dependencies php-xmlwriter
RUN mkdir -p "${LIBRENMS_PATH}/vendor"

RUN echo $'#!/usr/bin/with-contenv sh\n\
set -e\n\
if [ "$SIDECAR_DISPATCHER" = "1" ] || [ "$SIDECAR_SYSLOGNG" = "1" ] || [ "$SIDECAR_SNMPTRAPD" = "1" ]; then\n\
  exit 0\n\
fi\n\
chown -R librenms:librenms "${LIBRENMS_PATH}/composer.json" "${LIBRENMS_PATH}/composer.lock" "${LIBRENMS_PATH}/vendor"\n\
lnms plugin:add dot-mike/nmsdevicelinks\n\
php artisan route:clear\n\
php lnms --force -n migrate\n\
' > /etc/cont-init.d/99-nmsdevicelinks.sh
```

Usage
-----

[](#usage)

To get started, open LibreNMS and enable the plugin by navigating to Overview-&gt;Plugins-&gt;Plugins Admin and enable the `nmsdevicelinks` plugin.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

Credits
-------

[](#credits)

Thanks to the [LibreNMS](https://github.com/librenms/librenms/) team and the exampleplugin [ExamplePlugin](https://github.com/librenms/librenms/tree/master/app/Plugins/ExamplePlugin) for the inspiration.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance42

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

467d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73e79cf503a3b5a3f2847caa7d6da8939feb965449075ba828b946ea81082904?d=identicon)[dot-mike](/maintainers/dot-mike)

---

Top Contributors

[![dot-mike](https://avatars.githubusercontent.com/u/586280?v=4)](https://github.com/dot-mike "dot-mike (2 commits)")

### Embed Badge

![Health badge](/badges/dot-mike-nmsdevicelinks/health.svg)

```
[![Health](https://phpackages.com/badges/dot-mike-nmsdevicelinks/health.svg)](https://phpackages.com/packages/dot-mike-nmsdevicelinks)
```

###  Alternatives

[smile/module-multi-coupon

Extension of Magento2 Sales Rule to allow multiple coupon usage.

102.9k](/packages/smile-module-multi-coupon)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
