mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-04 21:03:08 -06:00
* Node Exporter: Allow setting IPv6 listenaddress * Node Exporter: Change IntegerField to PortField * Node Exporter: Increment version and add changelog
8 lines
202 B
Makefile
8 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"
|