[Pacemaker] [Question] About snmp trap of crm_mon.

renayama19661014 at ybb.ne.jp renayama19661014 at ybb.ne.jp
Wed Jul 23 21:54:45 EDT 2014


Hi All,

We were going to confirm snmptrap function in crm_mon of Pacemaker1.1.12.
However, crm_mon does not seem to support a message for a new difference of cib.


void
crm_diff_update(const char *event, xmlNode * msg)
{
    int rc = -1;
    long now = time(NULL);
(snip)
    if (crm_mail_to || snmp_target || external_agent) {
        /* Process operation updates */
        xmlXPathObject *xpathObj = xpath_search(msg,
                                                "//" F_CIB_UPDATE_RESULT "//" XML_TAG_DIFF_ADDED
                                                "//" XML_LRM_TAG_RSC_OP);
        int lpc = 0, max = numXpathResults(xpathObj);
(snip)

Best Regards,
Hideo Yamauch.





More information about the Pacemaker mailing list