mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
* Node Exporter: Allow setting IPv6 listenaddress * Node Exporter: Change IntegerField to PortField * Node Exporter: Increment version and add changelog
7 lines
202 B
Makefile
7 lines
202 B
Makefile
PLUGIN_NAME= node_exporter
|
|
PLUGIN_VERSION= 1.2
|
|
PLUGIN_COMMENT= Prometheus exporter for machine metrics
|
|
PLUGIN_DEPENDS= node_exporter
|
|
PLUGIN_MAINTAINER= jkegh@k123.eu
|
|
|
|
.include "../../Mk/plugins.mk"
|