-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.0alpha3
-
None
-
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:
- Set MaxLinesPerSecond setting on agent 2 to 10
- Create log or eventlog item
- Set delay to 3 seconds
- 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).
- part of
-
ZBXNEXT-4781 Count of lines in Windows event log
- Closed