Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 4.4.1
-
Fix Version/s: 5.0.2rc1, 5.2.0alpha1, 5.2 (plan)
-
Component/s: Templates (T)
-
Environment:Zabbix 4.4.1
Template version 0.32
-
Team:Team INT
-
Sprint:Sprint 65 (Jun 2020)
-
Story Points:0.125
Description
Steps to reproduce:
- Open template Template Module Windows CPU by Zabbix agent (active or not)
- Check CPU queue length is too high (over {$CPU.QUEUE.CRIT.MAX}% for 5m) trigger
Result:
- Trigger name contains %
- Should think abount threshold eq 3
Expected:
- CPU Queue length return non-percent values, so name must be just "over {$CPU.QUEUE.CRIT.MAX}"
- Threshold in 3 is not optimal for most of systems and should be like "length > number-of-cores * 2"