I'm running Zabbix 5.0.4 and I'm having a difficult time finding out where to start constructing a Trigger Expression for when a Host Interface goes "Unreachable."
For example, a few dozen Servers who were being monitored via IPMI, at some point stopped responding to IPMI. Their interfaces in Monitoring view list all of their IPMI interfaces in RED. So i'd like to create some triggers for this.
I tried to take a page from some other templates, for example SNMP. But it appears ot be using some pre-defined values that I'm just not sure how to duplicate for IPMI.
{Windows SNMPv2:zabbix[host,snmp,available].max({$SNMP.TIMEOUT})}=0
So is my IPMI version look like this?
{IPMI-TEMPLATE:zabbix[host,IPMI,available].max({$IPMI.TIMEOUT})}=0
and then set the macro in the template?
Thanks for the guidance here...
Chris
For example, a few dozen Servers who were being monitored via IPMI, at some point stopped responding to IPMI. Their interfaces in Monitoring view list all of their IPMI interfaces in RED. So i'd like to create some triggers for this.
I tried to take a page from some other templates, for example SNMP. But it appears ot be using some pre-defined values that I'm just not sure how to duplicate for IPMI.
{Windows SNMPv2:zabbix[host,snmp,available].max({$SNMP.TIMEOUT})}=0
So is my IPMI version look like this?
{IPMI-TEMPLATE:zabbix[host,IPMI,available].max({$IPMI.TIMEOUT})}=0
and then set the macro in the template?
Thanks for the guidance here...
Chris
Comment