Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-2052

Zabbix server does not send regexps (builder regexps) to agent

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Major Major
    • 1.8.2, 1.9.0 (alpha)
    • 1.8.1
    • Server (S)
    • None

      Due to bug in trapper/active.c add_regexp_name() server does not send builder regexps to agent.
      Therefore agent is not able to do regexp based on expression in form @expression_name

      Fix is actually simple:
      zabbix_server/trapper/active.c:

      • *regexp[*regexp_num++] = strdup(regexp_name);
        + *regexp[(*regexp_num)++] = strdup(regexp_name);

      Please fix it in future releases.

      Thank you for good piece of code, anyway.

            Unassigned Unassigned
            martlaak Märt Laak
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: