From: Mariusz Gronczewski Date: Wed, 1 Jul 2009 07:14:29 +0000 (+0200) Subject: Introduce the DERIVE and ABSOLUTE data source types. X-Git-Tag: collectd-4.8.0~102 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=25ac639c505394e4ae9600ee62f5d5aeea97c6d4;hp=25ac639c505394e4ae9600ee62f5d5aeea97c6d4;p=collectd.git Introduce the DERIVE and ABSOLUTE data source types. Hi, i've updated my patch to 4.7.0, most of "data input" plugins (curl, java, exec, perl, tail, couchdb) should work with derive. In case of couchdb and curl, if u use absolute DS you can only "Set", no "Inc" or "Add" coz obviously that wouldn't make much sense with it. Other plugins can be "enabled" globally to use derive by changing "COUNTER" to "DERIVE" in types.db but that way is ugly (but makes sense in some cases, like when u have lot of tunnels or ppp interfaces) and either needs converting or recreating rrd files. Regards Mariusz --- Hi, ive been running my patch with 4.7.1, found a minor bug, but after repairing that i didnt had any problems with it on my servers, im including patch (against 4.7.1 from webpage), Regards, XANi ---