ok Thanks Matt >>> "Matthew Chambers" <[EMAIL PROTECTED]> 08/22/07 7:44 PM >>> RRDTool is designed to store rates, not boolean values or even counts (although it can do counts if you're ok with averages). The only way to use RRDtool to store boolean values would be to insert the 0 or 1 exactly on the step boundaries of the RRD, which is configurable when your RRDs are first created via gmetad.conf. But only the first RRA of that RRD would be valid, all the RRAs with a wider time span would be consolidated and normalized, which actually makes sense to me in this case, but it's up to you what you think about that.
You might also consider reading the archives of the rrd- users mailing list. This kind of question pops up often although I don't remember seeing it specifically for boolean values. HTH, - Matt Chambers > ----- Original Message----- > From: ganglia- general- [EMAIL PROTECTED] [mailto:ganglia- > general- [EMAIL PROTECTED] On Behalf Of Vikrama H T > Sent: Tuesday, August 21, 2007 11:28 PM > To: ganglia- [EMAIL PROTECTED] > Subject: [Ganglia- general] Ganglia display some wrong values > > > HI All, > > We are implementing one sensor which takes metric values 0 and 1. > > Our sensor always return 0 or 1 only. > > But If I read RRDs generated in gmetad for this metric it shows fraction > values like 0.3333, etc.. other than 0.0 and 1.0 > > > We tried catching packets between gmond and gmetad , did not find any > issues with values. > > Any idea where are these garbage values coming from... > > Regards, > Vikrama > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Ganglia- general mailing list > Ganglia- [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/ganglia- general ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

