PHPackages                             dot-mike/nmswidgetalertrules - 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/nmswidgetalertrules

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

dot-mike/nmswidgetalertrules
============================

LibreNMS plugin that adds dashboard widget to display alert rules with status

2.0.1(6mo ago)2212MITPHP

Since Oct 29Pushed 6mo ago1 watchersCompare

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

READMEChangelog (4)Dependencies (1)Versions (6)Used By (0)

nmswidgetalertrules
===================

[](#nmswidgetalertrules)

nmswidgetalertrules - A LibreNMS plugin that adds a new widget to the Overview page that displays alert rules with number of alerts.

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/nmswidgetalertrules
php artisan route:clear
```

### 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:24.9.1
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/nmswidgetalertrules\n\
php artisan route:clear\n\
php lnms --force -n migrate\n\
' > /etc/cont-init.d/99-nmswidgetalertrules.sh
```

Usage
-----

[](#usage)

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

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

[](#screenshots)

[![widget](/screenshots/widget.png?raw=true)](/screenshots/widget.png?raw=true)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance68

Regular maintenance activity

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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

Every ~126 days

Total

4

Last Release

187d ago

Major Versions

1.0.0 → 2.0.02025-07-24

### 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 (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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