prometheus-node-exporter-lua: fix ubnt-manager collector
Update the version and add ubnt-manager to the build section. Fixes:76f27975a9
(" prometheus-node-exporter-lua: add ubnt-manager collector ") Signed-off-by: Nick Hainke <vincent@systemli.org> (cherry picked from commit42e841039b
)
This commit is contained in:
parent
8ac019e769
commit
754c075a8a
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=prometheus-node-exporter-lua
|
||||
PKG_VERSION:=2021.02.15
|
||||
PKG_VERSION:=2022.04.03
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
||||
|
@ -232,6 +232,7 @@ $(eval $(call BuildPackage,prometheus-node-exporter-lua-nat_traffic))
|
|||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-netstat))
|
||||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-openwrt))
|
||||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-textfile))
|
||||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-ubnt-manager))
|
||||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-uci_dhcp_host))
|
||||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-wifi))
|
||||
$(eval $(call BuildPackage,prometheus-node-exporter-lua-wifi_stations))
|
||||
|
|
Loading…
Reference in a new issue