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

Zabbix agent crashes on Solaris when logrt and log items are not supported

XMLWordPrintable

      It happens only with DebugLevel=4.

      Zabbix agent tries to send a message to Zabbix using:
      process_value(server, port, CONFIG_HOSTNAME, active_metrics[i].key_orig, NULL,...)
      5-th parameter is value.

      and in process_value:
      zabbix_log(LOG_LEVEL_DEBUG, "In %s() key:'%s:%s' value:'%s'", __function_name, host, key, value);

      but value variable can not be NULL in this case.

            andris Andris Mednis
            dotneft Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: