-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
7.0.9
Linux by Zabbix agent template cannot record interface speeds for interfaces that are down (represented by an interface speed of -1000000).
Steps to reproduce:
- Apply `Linux by Zabbix agent` to a host.
- Allow discovery to occur.
- Note that some interfaces report (-1000000) as the interface speed. These interfaces are down.
- Note that the Zabbix logs will say the item is unsupported due to string (or double, is inconsistent) value does not match Numeric (unsigned).
- Interface speed is not recorded.
I have worked around this by adding a preprocessing step that replaces values of -1000000 with 0.
- related to
-
ZBX-24057 Reporting speed for wlanX fails
-
- Open
-
-
ZBX-21697 Linux reports wrong speed for vnet devices (KVM guests)
-
- Confirmed
-
-
ZBX-24442 zabbix agent overwhelms its log file about virtual network interfaces
-
- Confirmed
-
-
ZBX-20869 Item: vfs.file.contents["/sys/class/net/IF/speed"] unsupported on some systems
-
- Confirmed
-