<div class="gmail_quote">On Tue, May 11, 2010 at 1:13 PM, Vadym Chepkov <span dir="ltr">&lt;<a href="mailto:vchepkov@gmail.com">vchepkov@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word">First of all, none of the monitor operation is on by default in pacemaker, this is something that you have to turn on<div>For the ping RA  start and stop op parameters don&#39;t do much, so you can safely drop them.<br>
<div><br><div><br></div></div></div></div></blockquote></div><div><br></div><div>Yes, but for the pacemaker:pingd RA I didn&#39;t need to pass the &quot;op monitor&quot; parameter to have it working....</div><div> </div><div>
Also, in general I added the start/stop op parameters, because without them I get, for example with the command you suggested:</div><div><br></div><div><div>[root@ha1 ~]# crm configure primitive pinggw ocf:pacemaker:ping \</div>
<div>&gt; params host_list=&quot;192.168.101.1&quot; multiplier=&quot;200&quot; timeout=&quot;3&quot; \</div><div>&gt; op monitor interval=&quot;10&quot;</div><div>WARNING: pinggw: default-action-timeout 20s for start is smaller than the advised 60</div>
<div>WARNING: pinggw: default-action-timeout 20s for monitor_0 is smaller than the advised 60</div></div><div><br></div><div>Do I have to ignore the warnings?</div><div>Or do I have to adapt the resource creation with:</div>
<div><div>[root@ha1 ~]# crm configure primitive pinggw ocf:pacemaker:ping \</div><div>&gt; params host_list=&quot;192.168.101.1&quot; multiplier=&quot;200&quot; timeout=&quot;3&quot; \</div><div>&gt; op start timeout=&quot;60&quot;</div>
</div><div><br></div><div>That gives no warnings (even if I would have expected the warning about the monitor_0 timeout as I didn&#39;t set it...???)</div><div><br></div><div><br></div><div><br></div>