[ZBX-13129] Template Module Interface high bandwidth usage should check for available speed Created: 2017 Dec 02 Updated: 2024 Apr 10 Resolved: 2017 Dec 03 |
|
| Status: | Closed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Templates (T) |
| Affects Version/s: | 3.4.3 |
| Fix Version/s: | None |
| Type: | Incident report | Priority: | Trivial |
| Reporter: | Joakim Plate | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Team: |
| Description |
|
Steps to reproduce: Result: Expected:
|
| Comments |
| Comment by Vitaly Zhuravlev [ 2017 Dec 03 ] |
|
I think speed is defined , but might be less than your interface can really handle. Please tell me what it is?
net.if.speed[ifHighSpeed.{#SNMPINDEX}]
|
| Comment by Vitaly Zhuravlev [ 2017 Dec 03 ] |
This check is alredy in the expression:
({Template Module Interfaces SNMPv2:net.if.in[ifHCInOctets.{#SNMPINDEX}].avg(15m)}>({$IF_UTIL_MAX:"{#IFNAME}"}/100)*{Template Module Interfaces SNMPv2:net.if.speed[ifHighSpeed.{#SNMPINDEX}].last()} or
{Template Module Interfaces SNMPv2:net.if.out[ifHCOutOctets.{#SNMPINDEX}].avg(15m)}>({$IF_UTIL_MAX:"{#IFNAME}"}/100)*{Template Module Interfaces SNMPv2:net.if.speed[ifHighSpeed.{#SNMPINDEX}].last()}) and
{Template Module Interfaces SNMPv2:net.if.speed[ifHighSpeed.{#SNMPINDEX}].last()}>0
|
| Comment by Joakim Plate [ 2017 Dec 03 ] |
|
Seems this was resolved in 3.4.2 update. My templates are from 3.4.0 release. I missed that in my due diligigence. Issue can be closed. |
| Comment by Joakim Plate [ 2017 Dec 03 ] |
|
Was already fixed in one of the 3.4.x bugfix releases |