mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-04 21:30:25 -06:00
8 lines
208 B
Makefile
8 lines
208 B
Makefile
PLUGIN_NAME= node_exporter
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_COMMENT= Prometheus exporter for machine metrics
|
|
PLUGIN_DEPENDS= node_exporter
|
|
PLUGIN_MAINTAINER= dharrigan@gmail.com
|
|
|
|
.include "../../Mk/plugins.mk"
|