mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
collectd: Improve sqm_collectd error reporting
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit a809dc6f3b)
This commit is contained in:
committed by
Hannu Nyman
parent
8dcc144b9e
commit
f89580290c
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.11.0
|
PKG_VERSION:=5.11.0
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ process_qdisc() {
|
|||||||
mq) handle_mq "$ifc"
|
mq) handle_mq "$ifc"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*) echo "Unknown qdisc type" 1>&2
|
*) echo "Unknown qdisc type '$qdisc' on interface '$ifc'" 1>&2
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
json_cleanup
|
json_cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user