[collectd] Sending custom data to Collectd Network plugin (#253)

vivek gupta vivekgupta01 at yahoo.com
Tue Mar 5 08:02:22 CET 2013


Dear Florian,

I request again your help on below.

I also want to know how to disable the cumulative function like MIN and MAX from generated rrd files. Please help me here also.

Thanks
Vivek


________________________________
 From: vivek gupta <vivekgupta01 at yahoo.com>
To: collectd/collectd <reply+i-10899022-14b2720594fb2a94057c763962847d9814d5ff00-3539553 at reply.github.com>; collectd/collectd <collectd at noreply.github.com> 
Sent: Tuesday, February 26, 2013 5:01 PM
Subject: Re: [collectd] Sending custom data to Collectd Network plugin (#253)
 

Dear Florian,
Thanks for your reply. You are correct I was using COUNTER. But I wanted to store absolute value NOT the rate (derivative). I tried with all four types drive, counter, gauge and absolute. Please help me to do so.

Thanks
Vivek 


________________________________
 From: Florian Forster <notifications at github.com>
To: collectd/collectd <collectd at noreply.github.com> 
Cc: githubvivek <vivekgupta01 at yahoo.com> 
Sent: Thursday, February 14, 2013 10:38 PM
Subject: Re: [collectd] Sending custom data to Collectd Network plugin (#253)
 

Hi,
you're probably using a DERIVE or COUNTER data source. So RRDtool calculates the rate (derivative) of your values:
	* 4 - 1 = 3
	* 9 - 4 = 5
	* 16 - 9 = 7
	* …
If you enable StoreRates in the CSV plugin, you should get the same values there as well.
HTH,
—octo
—
Reply to this email directly or view it on GitHub.  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20130304/1577e57e/attachment.html>


More information about the collectd mailing list