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

lack online help for queue number mode of zabbix.stats[,,,queue] and zabbix[stats,,,queue]

XMLWordPrintable

    • Team B
    • Sprint 49 (Feb 2019), Sprint 50 (Mar 2019), Sprint 51 (Apr 2019)
    • 0.125

      At ZBXNEXT-4907, zabbix[stats] internal item and zabbix.stats[] agent active items were added. Although they have queue mode, online helps are lacked.
      So, I attached the patch.

      In addition, send_internal_stats_json() is following.

      948 if (SUCCEED == zbx_json_value_by_name(jp, ZBX_PROTO_TAG_TYPE, type, sizeof(type)) &&
      949 0 == strcmp(type, ZBX_PROTO_VALUE_ZABBIX_STATS_QUEUE))
      950 {
      ...
      984 else
      985

      { 986 zbx_json_addstring(&json, ZBX_PROTO_TAG_RESPONSE, ZBX_PROTO_VALUE_SUCCESS, ZBX_JSON_TYPE_STRING); 987 zbx_json_addobject(&json, ZBX_PROTO_TAG_DATA); 988 989 zbx_get_zabbix_stats(&json); 990 991 zbx_json_close(&json); 992 }

      In l.948, type is not ZBX_PROTO_VALUE_ZABBIX_STATS_QUEUE, it executes for data mode. It should be "error"

            sasha Alexander Vladishev
            daiki.matsuda@miraclelinux.com MATSUDA Daiki
            Team B
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: