Skip to content

Commit

Permalink
collectd: remove the patch scaling ping_droprate from 0-1 to 0-100
Browse files Browse the repository at this point in the history
Upstream project's behaviour of reporting this data source in range 0-1
is used by at least CentOS 7 collectd 5.8.1, very likely the same
behaviour is also in widely use by other distributions.

The change is important for providing consistent experience across
collectd deployments on different environments

Ref: collectd/collectd#3244
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
  • Loading branch information
yousong committed Aug 8, 2019
1 parent eb867c9 commit 0b6c0ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion utils/collectd/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=collectd
PKG_VERSION:=5.9.0
PKG_RELEASE:=3
PKG_RELEASE:=4

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \
Expand Down
11 changes: 0 additions & 11 deletions utils/collectd/patches/920-fix-ping-droprate.patch

This file was deleted.

0 comments on commit 0b6c0ed

Please sign in to comment.