Browse Source

Merge pull request #7529 from ignisf/collectd-ethstat

collectd: Introduce collectd-mod-ethstat
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
03a9f922dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      utils/collectd/Makefile

+ 3
- 2
utils/collectd/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.8.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \
@ -39,7 +39,6 @@ COLLECTD_PLUGINS_DISABLED:= \
dpdkevents \
dpdkstat \
drbd \
ethstat \
fhcount \
genericjmx \
gmond \
@ -129,6 +128,7 @@ COLLECTD_PLUGINS_SELECTED:= \
dns \
email \
entropy \
ethstat \
exec \
filecount \
fscache \
@ -350,6 +350,7 @@ $(eval $(call BuildPlugin,disk,disk usage/timing input,disk,))
$(eval $(call BuildPlugin,dns,DNS traffic input,dns,+PACKAGE_collectd-mod-dns:libpcap))
$(eval $(call BuildPlugin,email,email output,email,))
$(eval $(call BuildPlugin,entropy,Entropy amount input,entropy,))
$(eval $(call BuildPlugin,ethstat,Ethernet adapter statistics input,ethstat,))
$(eval $(call BuildPlugin,exec,process exec input,exec,))
$(eval $(call BuildPlugin,filecount,file count input,filecount,))
$(eval $(call BuildPlugin,fscache,file-system based caching framework input,fscache,))


Loading…
Cancel
Save