[ZBX-20060] F5 template trigger expression misconfiguration Created: 2021 Oct 07 Updated: 2024 Apr 10 Resolved: 2021 Dec 13 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Templates (T) |
| Affects Version/s: | None |
| Fix Version/s: | 5.0.19rc1, 5.4.9rc1, 6.0.0beta1, 6.0 (plan) |
| Type: | Problem report | Priority: | Trivial |
| Reporter: | Karlis Salins (Inactive) | Assignee: | Alexander Bakaldin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Team: | |||||
| Sprint: | Sprint 83 (Dec 2021) | ||||
| Story Points: | 1 | ||||
| Description |
|
Contains misconfiguration on triggers:
{TEMPLATE_NAME:bigip.memory.used[{#HOST.ID}].max(5m)}/{Big-IP SNMP:bigip.memory.total[{#HOST.ID}].min(5m)}*100>{$BIGIP.MEMORY.UTIL.WARN.MAX}
and
{TEMPLATE_NAME:bigip.memory.used.swap[{#HOST.ID}].max(5m)}/{Big-IP SNMP:bigip.memory.total.swap[{#HOST.ID}].min(5m)}*100>{$BIGIP.SWAP.UTIL.WARN.MAX}
on the xx.memory.total.xx.min(5m) expression.
F5 BIG-IP: Host [{#HOST.ID}]: Total memory
F5 BIG-IP: Host [{#HOST.ID}]: Total swap
However, thus the triggers enter a not supported state, as the values do not usually change more than once in an hour. |
| Comments |
| Comment by Alexander Bakaldin [ 2021 Dec 07 ] |
|
Available in:
|