mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
From the zpool_influxdb.8 manual page: zpool_influxdb produces InfluxDB-line-protocol-compatible metrics from zpools. Like the zpool command, zpool_influxdb reads the current pool status and statistics. Unlike the zpool command which is intended for humans, zpool_influxdb formats the output in the InfluxDB line protocol. The expected use is as a plugin to a metrics collector or aggregator, such as Telegraf. zpool_influxdb is installed into /usr/libexec/zfs/ Differential revision: https://reviews.freebsd.org/D31094 MFC after: 3 days
31 lines
510 B
Makefile
31 lines
510 B
Makefile
# $FreeBSD$
|
|
# Autogenerated - do NOT edit!
|
|
|
|
DIRDEPS = \
|
|
cddl/lib/libavl \
|
|
cddl/lib/libnvpair \
|
|
cddl/lib/libumem \
|
|
cddl/lib/libuutil \
|
|
cddl/lib/libzfs \
|
|
cddl/lib/libzfs_core \
|
|
gnu/lib/csu \
|
|
include \
|
|
include/xlocale \
|
|
lib/${CSU_DIR} \
|
|
lib/libc \
|
|
lib/libcompiler_rt \
|
|
lib/libexpat \
|
|
lib/libgeom \
|
|
lib/libmd \
|
|
lib/libsbuf \
|
|
lib/libthr \
|
|
lib/libutil \
|
|
lib/libz \
|
|
lib/msun \
|
|
|
|
|
|
.include <dirdeps.mk>
|
|
|
|
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
|
# local dependencies - needed for -jN in clean tree
|
|
.endif
|