-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: 7.0.24
-
Component/s: Server (S)
-
None
Steps to reproduce:
- Create a host, with an unavailable SNMP interface (for example, specify an unreachable address)
- Create a SNMP item
- Interface availability icon will show "Not available", which is correct.
- Create the following internal item: zabbix[host, snmp, available]
- Create a second internal item: zabbix[host, agent, available]
- Test the two items
Result:
- zabbix[host, snmp, available] returns "0 - unknown"
- zabbix[host, agent, available] returns "2 - not available"
Expected:
According to documentation
- zabbix[host, snmp, available] should return "2 - not available"
- zabbix[host, agent, available] should return "0 - unknown"
The same applies to other interfaces (see screenshots)