Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-3981

Alerter manager and Alerter processes tell incorrect information

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.4.0alpha1
    • 3.4.0alpha1
    • 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".

            Unassigned Unassigned
            daiki.matsuda@miraclelinux.com MATSUDA Daiki
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: