-
Change Request
-
Resolution: Unresolved
-
Major
-
None
-
1.8.2
Zabbix marks calculated item as "Not supported" if expression contains item that currently has no value. It would be nice to change that behavior to something more usable.
Example:
Current values for items:
item[/var] = 10
item[/home] = 20
item[/tmp] = 30
item[/usr] = UNDEFINED/NO LAST VALUE
Calculated item:
last("item[/var]")+last("item[/home]")+last("item[/tmp]")+last("item[/usr]") currently will returns UNDEFINED, while it makes sense to return 60
In other words UNDEFINED value for item should be considered as "0" in addition and subtraction operations and as "1" in multiply and division operations
- is duplicated by
-
ZBXNEXT-766 Monitoring of a calculated element of the data: value to define as 0, instead of how "undefined" at impossibility it to receive
- Closed
-
ZBX-5975 Sum of items is nodata if one of its terms is nodata
- Closed