Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.9rc1, 5.2.5rc1, 5.4.0alpha2, 5.4 (plan)
-
Component/s: Templates (T)
-
Labels:None
-
Team:Team INT
-
Sprint:Sprint 73 (Feb 2021)
-
Story Points:0.25
Description
I'm testing the template DB Oracle by Zabbix Agent 2 and found the following small bugs:
- The preprocessing for the item "oracle.archivelog_error"{#DEST_NAME}"" is wrong. Copy paste error? Should be: $..'{#DEST_NAME}'.error.first()
- Same for the item "oracle.archivelog_log_status"{#DEST_NAME}"". Should be: $..'{#DEST_NAME}'.status.first()
- The text for the item "oracle.fra_usable_pct" is wrong. It should be "Usable" and not "Used".