|
|
| · · · · · · · | |
|
Re: pgAgent setup
I suspect
the problem is that your host agent is not actually localhost - pgAgent uses
the wxGetFullHostName (http://wxwidgets.org/manuals/2.6.2/wx_networkfunctions.html#wxgetfullhostname)
function which returns the fully qualified domain host name of the machine it's
running on. In my case that might be pc30.vale-housing.co.uk for
example.
Unless you
are running multiple agents and need to target jobs at specific ones, it's
normally safe to leave this field blank which means that any agent can run the
job.
Regards,
Dave
|