Re: [Pacemaker] postfix resource agent using unsupported "status" command

2011-05-20 Thread Noah Rømer
On Fri, May 20, 2011 at 3:10 AM, Raoul Bhatia [IPAX] wrote: > it should be possible to implement something like this in the ra as a > fallback mechanism (i prefer relying on postfix-script's checks if the > environment is correctly set up) > > > out of curiosity: which version of postfix do you r

[Pacemaker] postfix resource agent using unsupported "status" command

2011-05-19 Thread Noah Rømer
The pacemaker resource agent (downloaded from https://github.com/raoulbhatia/resource-agents/blob/master/heartbeat/postfix) has a function called "running" that attempts to determine if the requested postfix instance is running by doing: "$binary $OPTION_CONFIG_DIR status >/dev/null 2>&1" This ca