<div dir="ltr"><div>In utils_time.h <br></div><br>#define CDTIME_T_TO_TIME_T(t) ((time_t) ((t) / 1073741824))<br><span id="result_box" class="" lang="en"><span class=""><br>The problem is</span> <span class="">that when it</span> <span class="">parses the time in PUTNOTIF it's not converted from a timestamp to cdtime_t<br>
</span></span><div><div> <br>Fixed in <a href="https://github.com/collectd/collectd/pull/644">https://github.com/collectd/collectd/pull/644</a><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Jun 18, 2014 at 10:54 PM, Dan Fandrich <span dir="ltr"><<a href="mailto:dan@coneharvesters.com" target="_blank">dan@coneharvesters.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On Wed, Jun 18, 2014 at 06:50:44PM +0100, George B. wrote:<br>
> I have configured a simple test notification using the Exec plugin. This works, however, the Time value in the notification message is changed into something strange (1.307) - can anyone suggest why this is happening?<br>

<br>
</div>Maybe it's a coincidence, but if 1403113649 were in bytes, it would be exactly<br>
1.307 GiB.  Maybe a conversion gone wrong somewhere?<br>
<br>
>>> Dan<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
</div></div></blockquote></div><br></div>