<div dir="ltr">I just came across this bug on the pacemaker-1.1.12-4.el6.x86_64.rpm that comes with the RHEL6 / CentOS 6.6 distro.    I have just applied  the crm_mon.c patch to the SRPM and built a pacemaker-1.1.12-5.el6.x86_64.rpm for our internal use.   If anyone is interested in this I can make it available.<div><br></div><div>regards,</div><div>-Brett Moser</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 27, 2014 at 10:13 PM, Andrew Beekhof <span dir="ltr"><<a href="mailto:andrew@beekhof.net" target="_blank">andrew@beekhof.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Will do. Thanks for testing!<br>
<div class="HOEnZb"><div class="h5"><br>
On 28 Jul 2014, at 1:50 pm, <a href="mailto:renayama19661014@ybb.ne.jp">renayama19661014@ybb.ne.jp</a> wrote:<br>
<br>
><br>
> Hi Andrew,<br>
><br>
>>> Perhaps someone feels like testing this:<br>
>>>   <a href="https://github.com/beekhof/pacemaker/commit/3df6aff" target="_blank">https://github.com/beekhof/pacemaker/commit/3df6aff</a><br>
>>><br>
>>> Otherwise I'll do it on monday<br>
><br>
><br>
> I confirmed the output of the SNMP trap of the resource and the SNMP trap of STONITH.<br>
> By your correction, the crm_mon command came to send trap.<br>
><br>
> Please reflect a correction in Master repository.<br>
><br>
> Best Regards,<br>
> Hideo Yamauchi.<br>
><br>
><br>
><br>
> ----- Original Message -----<br>
>> From: "<a href="mailto:renayama19661014@ybb.ne.jp">renayama19661014@ybb.ne.jp</a>" <<a href="mailto:renayama19661014@ybb.ne.jp">renayama19661014@ybb.ne.jp</a>><br>
>> To: Andrew Beekhof <<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>>; The Pacemaker cluster resource manager <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
>> Date: 2014/7/25, Fri 14:21<br>
>> Subject: Re: [Pacemaker] [Question] About snmp trap of crm_mon.<br>
>><br>
>> Hi Andrew,<br>
>><br>
>>> Perhaps someone feels like testing this:<br>
>>>   <a href="https://github.com/beekhof/pacemaker/commit/3df6aff" target="_blank">https://github.com/beekhof/pacemaker/commit/3df6aff</a><br>
>>><br>
>>> Otherwise I'll do it on monday<br>
>><br>
>><br>
>> An immediate correction, thank you.<br>
>> I confirm snmp by the end of Monday.<br>
>><br>
>> Many Thanks!<br>
>> Hideo Yamauchi.<br>
>><br>
>><br>
>><br>
>> ----- Original Message -----<br>
>>> From: Andrew Beekhof <<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>><br>
>>> To: <a href="mailto:renayama19661014@ybb.ne.jp">renayama19661014@ybb.ne.jp</a>; The Pacemaker cluster resource manager <<a href="mailto:pacemaker@oss.clusterlabs.org">pacemaker@oss.clusterlabs.org</a>><br>
>>> Cc:<br>
>>> Date: 2014/7/25, Fri 14:02<br>
>>> Subject: Re: [Pacemaker] [Question] About snmp trap of crm_mon.<br>
>>><br>
>>><br>
>>> On 24 Jul 2014, at 6:32 pm, Andrew Beekhof <<a href="mailto:andrew@beekhof.net">andrew@beekhof.net</a>> wrote:<br>
>>><br>
>>>><br>
>>>>   On 24 Jul 2014, at 11:54 am, <a href="mailto:renayama19661014@ybb.ne.jp">renayama19661014@ybb.ne.jp</a> wrote:<br>
>>>><br>
>>>>>   Hi All,<br>
>>>>><br>
>>>>>   We were going to confirm snmptrap function in crm_mon of<br>
>>> Pacemaker1.1.12.<br>
>>>>>   However, crm_mon does not seem to support a message for a new<br>
>>> difference of cib.<br>
>>>><br>
>>>>   dammit :(<br>
>>><br>
>>> Perhaps someone feels like testing this:<br>
>>>   <a href="https://github.com/beekhof/pacemaker/commit/3df6aff" target="_blank">https://github.com/beekhof/pacemaker/commit/3df6aff</a><br>
>>><br>
>>> Otherwise I'll do it on monday<br>
>>><br>
>>>><br>
>>>>><br>
>>>>><br>
>>>>>   void<br>
>>>>>   crm_diff_update(const char *event, xmlNode * msg)<br>
>>>>>   {<br>
>>>>>     int rc = -1;<br>
>>>>>     long now = time(NULL);<br>
>>>>>   (snip)<br>
>>>>>     if (crm_mail_to || snmp_target || external_agent) {<br>
>>>>>         /* Process operation updates */<br>
>>>>>         xmlXPathObject *xpathObj = xpath_search(msg,<br>
>>>>>                                                 "//"<br>
>>> F_CIB_UPDATE_RESULT "//" XML_TAG_DIFF_ADDED<br>
>>>>>                                                 "//"<br>
>>> XML_LRM_TAG_RSC_OP);<br>
>>>>>         int lpc = 0, max = numXpathResults(xpathObj);<br>
>>>>>   (snip)<br>
>>>>><br>
>>>>>   Best Regards,<br>
>>>>>   Hideo Yamauch.<br>
>>>>><br>
>>>>><br>
>>>>>   _______________________________________________<br>
>>>>>   Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
>>>>>   <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
>>>>><br>
>>>>>   Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
>>>>>   Getting started:<br>
>>> <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
>>>>>   Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
>>>><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
>> <a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
>><br>
>> Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
>> Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
>> Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
>><br>
>><br>
>><br>
<br>
</div></div><br>_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
<br></blockquote></div><br></div>