When i'm added in zabbix snmp based host i'm can got snmp based parameters but if host unreachable, i'm need add simple check icmp for got information about this. Zabbix database contain information about this event, but this information can't getted from trigger expression. Why ? Simple, in trigger expression we can use only item based function. And when snmp based host unreachable this item & triggers not working and marked state unknown. I'm think zabbix need host based functions, without item depends. For this devolopers may add specal item system. For example usefull trigger expression:
Check for host unreachable:
Check for time:
and etc.
Check for host unreachable:
Code:
{host:system.available(0)}=2
Code:
{host:system.time(0)}=101230
Zabbix contain functions independ at items. For example time date & etc. I'm think zabbix need virtual item for support it. It's simple for devolop & understand.
Comment