<br><br><div class="gmail_quote">On Thu, Nov 19, 2009 at 7:34 AM, Dejan Muhamedagic <span dir="ltr"><<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<div class="im"><br>
On Thu, Nov 19, 2009 at 01:17:10PM +0100, Andrew Beekhof wrote:<br>
> On Thu, Nov 19, 2009 at 12:30 PM, Dejan Muhamedagic <<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>> wrote:<br>
> > Hi,<br>
> ><br>
> > On Thu, Nov 19, 2009 at 09:05:18AM +0100, Andrew Beekhof wrote:<br>
> >> On Wed, Nov 18, 2009 at 11:04 PM, hj lee <<a href="mailto:kerdosa@gmail.com">kerdosa@gmail.com</a>> wrote:<br>
> >> > Hi,<br>
> >> ><br>
> >> > Sorry for long delay. This is my pingd configuration.<br>
> >> ><br>
> >> > primitive pingd-res ocf:heartbeat:pingd \<br>
> >> >         params dampen="5s" multiplixer="20000" host_list="my-gateway-ip" \<br>
> >> >         op pingd-monitor-op interval="1s" timeout="10s" \<br>
> >><br>
> >> this is your problem.  you should have this instead:<br>
> >>    op monitor interval="1s" timeout="10s"<br>
> ><br>
> > crm will now check if the operation name really makes sense.<br>
><br>
> This is only a warning though right?<br>
<br>
</div>No, it would be an error. Why's that a problem? BTW, the list of allowed<br>
operations is:<br>
<br>
["monitor", "start", "stop", "migrate_to", "migrate_from"]<font color="#888888"><br></font></blockquote><div><br>I used the following crm command to configure the pingd, it does not complain anything. The wrongly configured pingd is running very well except passing pingd-monitor-op to $__OCF_ACTION. I am using pacemaker-1.0.5 and openais-0.80.5 on CentOS 5.3.<br>
<br></div></div># configure pingd<br>crm configure primitive pingd-res ocf:heartbeat:pingd \<br>  params dampen=5s multiplixer=20000 host_list=$defaultgw \<br>  op pingd-monitor-op interval=1s timeout=10s<br><br>Thanks<br>