Alerter manager and Alerter processes tell incorrect information

XMLWordPrintable

    • Type: Change Request
    • Resolution: Fixed
    • Priority: Trivial
    • 3.4.0alpha1
    • Affects Version/s: 3.4.0alpha1
    • Component/s: Server (S)
    • None

      I checked the new feature of multi alereters by seeing the source code. But some outputs are not correct.

      For example,
      In alerter src/zabbix_server/alerter/alerter.c
      294 zbx_setproctitle("%s [connecting to the database]", get_process_type_string(process_type));

      New alerters do not connect DB.

      300 zabbix_log(LOG_LEVEL_CRIT, "cannot connect to alerter service: %s", error);
      339 zabbix_log(LOG_LEVEL_CRIT, "cannot read alerter service request");

      It must be "alert manager service".

      In alerter manager src/zabbix_server/alerter/alert_manager.c

      1865 zabbix_log(LOG_LEVEL_CRIT, "cannot start alerter service: %s", error);

      It must be "alert manager service".

            Assignee:
            Unassigned
            Reporter:
            MATSUDA Daiki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: