Monitoring with pg_controldata - Mailing list pgsql-general

From Tim Uckun
Subject Monitoring with pg_controldata
Date
Msg-id 855e4dcf0907291510k375940b7o1ab3b7266d010ca9@mail.gmail.com
Whole thread Raw
Responses Re: Monitoring with pg_controldata
List pgsql-general
I am trying to monitor my replication lag with pg_controldata and it's
driving me nuts.

If I run pg_controldata from the command line as user postgres or root
I get the following line

Time of latest checkpoint:            Thu 30 Jul 2009 00:36:12 NZST

If I run it from the crontab  I get this output

Time of latest checkpoint:            Wed Jul 29 23:05:34 2009

Here is the cron entity

/usr/lib/postgresql/8.3/bin/pg_controldata
/var/lib/postgresql/8.3/main >> /tmp/pg_standby_log

What is the issue here? Some sort of a timezone problem? How do I tell
it what time zone to use?

Thanks.

pgsql-general by date:

Previous
From: Antonio José García Lagar
Date:
Subject: Re: OID in $_TD->{new}/$_TD->{old}
Next
From: "Uwe C. Schroeder"
Date:
Subject: Re: Monitoring with pg_controldata