opnsense-plugins/sysutils/node_exporter/Makefile
jkellerer 4a88b924af
NodeExporter: Added ZFS toggle (defaults to off), fixes #1930 (#2071)
* NodeExporter: Added ZFS toggle (defaults to off), fixes #1930

This change also fixes toggles for collectors that are enabled by default: cpu, exec, filesystem, loadavg, meminfo, netdev, time.

* Update sysutils/node_exporter/Makefile

* Update sysutils/node_exporter/src/opnsense/mvc/app/models/OPNsense/NodeExporter/General.xml

* NodeExporter: Self-assigned plugin maintainer

Co-authored-by: Franco Fichtner <franco@lastsummer.de>
2021-02-23 20:51:13 +01:00

7 lines
202 B
Makefile

PLUGIN_NAME= node_exporter
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Prometheus exporter for machine metrics
PLUGIN_DEPENDS= node_exporter
PLUGIN_MAINTAINER= jkegh@k123.eu
.include "../../Mk/plugins.mk"