<br><br><div class="gmail_quote">On Thu, Nov 19, 2009 at 7:34 AM, Dejan Muhamedagic <span dir="ltr">&lt;<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>&gt;</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>
&gt; On Thu, Nov 19, 2009 at 12:30 PM, Dejan Muhamedagic &lt;<a href="mailto:dejanmm@fastmail.fm">dejanmm@fastmail.fm</a>&gt; wrote:<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; On Thu, Nov 19, 2009 at 09:05:18AM +0100, Andrew Beekhof wrote:<br>
&gt; &gt;&gt; On Wed, Nov 18, 2009 at 11:04 PM, hj lee &lt;<a href="mailto:kerdosa@gmail.com">kerdosa@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt; &gt; Hi,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Sorry for long delay. This is my pingd configuration.<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; primitive pingd-res ocf:heartbeat:pingd \<br>
&gt; &gt;&gt; &gt;         params dampen=&quot;5s&quot; multiplixer=&quot;20000&quot; host_list=&quot;my-gateway-ip&quot; \<br>
&gt; &gt;&gt; &gt;         op pingd-monitor-op interval=&quot;1s&quot; timeout=&quot;10s&quot; \<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; this is your problem.  you should have this instead:<br>
&gt; &gt;&gt;    op monitor interval=&quot;1s&quot; timeout=&quot;10s&quot;<br>
&gt; &gt;<br>
&gt; &gt; crm will now check if the operation name really makes sense.<br>
&gt;<br>
&gt; This is only a warning though right?<br>
<br>
</div>No, it would be an error. Why&#39;s that a problem? BTW, the list of allowed<br>
operations is:<br>
<br>
[&quot;monitor&quot;, &quot;start&quot;, &quot;stop&quot;, &quot;migrate_to&quot;, &quot;migrate_from&quot;]<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>