From: Florian Forster Date: Mon, 12 Sep 2016 09:49:52 +0000 (+0200) Subject: contrib/migrate-4-5.px: Don't convert "ps_code" and "ps_data" to derive. X-Git-Tag: collectd-5.6.1~1^2~7 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=e935e855188de7475fcc76c88e4a709894363ad5 contrib/migrate-4-5.px: Don't convert "ps_code" and "ps_data" to derive. Fixes: #1687 --- diff --git a/contrib/migrate-4-5.px b/contrib/migrate-4-5.px index c2a95558..8e5a7ed4 100755 --- a/contrib/migrate-4-5.px +++ b/contrib/migrate-4-5.px @@ -104,8 +104,6 @@ our %TypesCounterToDerive = # {{{ protocol_counter => ["value"], ps_cputime => ["user", "syst"], ps_pagefaults => ["minflt", "majflt"], - ps_code => ["value"], - ps_data => ["value"], serial_octets => ["rx", "tx"], swap_io => ["value"], virt_cpu_total => ["ns"],