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

Zabbix agent 2 in log and eventlog items does not use MaxLinesPerSecond correctly on the first check

XMLWordPrintable

    • Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023), Sprint 107 (Dec 2023), S2401
    • 1

      When Zabbix agent 2 recieves information about the active check and tries to execute it for the first time, it does not use MaxLinesPerSecond correctly, as it needs to multiply the value set in MaxLinesPerSecond by the number of seconds the item's delay is set to, instead it just assumes it to be 1.

      This issue affects 7.0, but older versions are also likely to be affected.

      Steps to reproduce:

      1. Set MaxLinesPerSecond setting on agent 2 to 10
      2. Create log or eventlog item
      3. Set delay to 3 seconds
      4. Start agent 2

      Expected result:

      Agent 2 on first check of the item collects 30 items for log or eventlog items (300 for .count variants).

      Actual result:

      Agent 2 on first check of the item collects 10 items for log or eventlog items (100 for .count variants).

            kprutkovs Konstantins Prutkovs
            kprutkovs Konstantins Prutkovs
            Team C
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: