diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index cb7c061519..cb2bb9fe65 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.12.0 -PKG_RELEASE:=53 +PKG_RELEASE:=54 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ diff --git a/utils/collectd/files/usr/share/collectd/plugin/write_http.json b/utils/collectd/files/usr/share/collectd/plugin/write-http.json similarity index 100% rename from utils/collectd/files/usr/share/collectd/plugin/write_http.json rename to utils/collectd/files/usr/share/collectd/plugin/write-http.json diff --git a/utils/collectd/files/usr/share/collectd/plugin/write_prometheus.json b/utils/collectd/files/usr/share/collectd/plugin/write-prometheus.json similarity index 100% rename from utils/collectd/files/usr/share/collectd/plugin/write_prometheus.json rename to utils/collectd/files/usr/share/collectd/plugin/write-prometheus.json