New templates are available:
See setup instructions for HTTP templates.
You can get these templates:
templates
directory of the downloaded latest Zabbix version. Then, while in Configuration → Templates you can import them manually into Zabbix.There is a new behavior for handling (skipping) NaN values. So, if a dataset consists of valid numeric values and NaNs, then NaN values are skipped and:
If all values in a dataset are NaNs then 'avg', 'max', 'min', and 'sum' return a "no data (at least one value is required)" error, while 'count' returns 0.
Previously, if NaN was the first value in a dataset then:
Also previously, if NaN was not the first value in a dataset then:
The latest data link for hosts in Monitoring -> Hosts now shows the number of items with latest data.
German and Vietnamese languages are now enabled in the frontend.
Expandable lists have been introduced in the latest data subfilter:
For each entity group (e.g. tags, hosts) 10 rows of entities are now displayed. If there are more entities, a three-dot icon is displayed at the end; if you click on it the list will be expanded to a maximum of 1000 entries (the value of SUBFILTER_VALUES_PER_GROUP in frontend definitions). Previously a non-expandable maximum of 100 entries was the limit.
In the list of Tag values 10 rows of tag names are now displayed. If there are more tag names with values, a three-dot icon is displayed at the bottom; if you click on it the list will be expanded to a maximum of 200 tag names. Previously, a non-expandable maximum of 20 rows with tag names was the limit.
For each tag name 10 rows of values are displayed (expandable to 1000 entries (the value of SUBFILTER_VALUES_PER_GROUP in frontend definitions))
Multiple actions now can be selected in the audit log filter in Reports -> Audit:
This is useful to see all related actions (for example, successful and failed logins into the frontend) in the audit list.