Hi,
I am trying to monitor a firewall based on snmp through zabbix. I followed below steps.
1). Enabled snmp for zabbix server on firewall.
2). Configured discovery for ifName with OID
3). Configured Item Prototypes based on respective OID's.
Now i am able to see the snmp data published by firewall under Monitoring-> Latest Data.
Then i configured trigger prototype , as direct configuring trigger is not possible since port up/down details are obtained using
under item prototypes. Configured trigger prototype as ,
Name:
Expression:
Description: Triggered when Port status changed.
Severity: High
Now, this is triggered when port status changed on firewall.
a). Is it a correct expression to say port up/down is observed?
b). How do i configured email sending for this trigger prototype? ( I tried to get this under Configurations -> Actions , its showing only Host level. But i wanted based on trigger prototype.
c). How do i add another trigger which says Port flapping , for example, for 5 mins, port status changed continuesly, and when it gets rectified ( say port is up now for 5 mins), and send an OKAY email.
Any pointers are greatly helpful.
Thanks
I am trying to monitor a firewall based on snmp through zabbix. I followed below steps.
1). Enabled snmp for zabbix server on firewall.
2). Configured discovery for ifName with OID
Code:
.1.3.6.1.2.1.31.1.1.1.1
Now i am able to see the snmp data published by firewall under Monitoring-> Latest Data.
Then i configured trigger prototype , as direct configuring trigger is not possible since port up/down details are obtained using
Code:
ifOperStatus[{#SNMPVALUE}]
Name:
Code:
Operational Status on {HOST.HOST} -> {HOST.IP} : PortName:{#SNMPVALUE}, Value:{ITEM.VALUE1}
Code:
{ZBX-FORTINET-INTERFACES:ifOperStatus[{#SNMPVALUE}].diff(0)}>0
Severity: High
Now, this is triggered when port status changed on firewall.
a). Is it a correct expression to say port up/down is observed?
b). How do i configured email sending for this trigger prototype? ( I tried to get this under Configurations -> Actions , its showing only Host level. But i wanted based on trigger prototype.
c). How do i add another trigger which says Port flapping , for example, for 5 mins, port status changed continuesly, and when it gets rectified ( say port is up now for 5 mins), and send an OKAY email.
Any pointers are greatly helpful.
Thanks
Comment