mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
This is a plugin to configure the apcupsd service, it includes a widget for the dashboard Originally started by @Gibbon99 and @mrzaz (please mention their contribution too), repo here: https://github.com/Gibbon99/apcupsd and my fork: https://github.com/xbb/apcupsd where you can see the full changelog/commit list Forum thread: https://forum.opnsense.org/index.php?topic=21487.0
8 lines
217 B
Makefile
8 lines
217 B
Makefile
PLUGIN_NAME= apcupsd
|
|
PLUGIN_DEVEL= yes
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_DEPENDS= apcupsd
|
|
PLUGIN_COMMENT= APCUPSD - APC UPS daemon
|
|
PLUGIN_MAINTAINER= xbb@xbblabs.com
|
|
|
|
.include "../../Mk/plugins.mk"
|