Browse Source

collectd: Improve sqm_collectd error reporting

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
lilik-openwrt-22.03
Kevin Darbyshire-Bryant 4 years ago
committed by Kevin Darbyshire-Bryant
parent
commit
a809dc6f3b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      utils/collectd/Makefile
  2. +1
    -1
      utils/collectd/files/exec-scripts/sqm_collectd.sh

+ 1
- 1
utils/collectd/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd
PKG_VERSION:=5.11.0
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \


+ 1
- 1
utils/collectd/files/exec-scripts/sqm_collectd.sh View File

@ -92,7 +92,7 @@ process_qdisc() {
mq) handle_mq "$ifc"
;;
*) echo "Unknown qdisc type" 1>&2
*) echo "Unknown qdisc type '$qdisc' on interface '$ifc'" 1>&2
;;
esac
json_cleanup


Loading…
Cancel
Save