Xymon Mailing List Archive search

graphs with diff date's data

list Deepak Deore
Fri, 17 May 2013 11:16:43 +0530
Message-Id: <user-766eac17dcc9@xymon.invalid>

Where can I specify a value of "-43200:27:16.7" ?


On Mon, May 13, 2013 at 7:10 AM, Jeremy Laidman <user-71895fb2e44c@xymon.invalid>wrote:
On 9 May 2013 16:26, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
My client script returns the data once in a day in NCV format but that
data is of yesterday's date.

If I add as it is then xymon graph will show that data as present day's
data.

How can I tell rrd that the data is last day's data so that it will show
with correct date?

I don't think Xymon supports this.  The rrdupdate tool that Xymon uses
allows specifying a timestamp or negative offset along with the data.  So
you can specify a value of "-43200:27:16.7" which enters the values of 27
and 16.7, but sets the timestamp to "now - 12 hours".  Alas, I don't think
we have the ability to feed this into rrdupdate.

Cheers
Jeremy