Hey all,
I'm fairly new to Zabbix and really liking it so far. I've run into something that I need some help setting up
I am monitoring our firewall via SNMP. It has 4 active interfaces - eth0 is our LAN, eth1 is the WAN, eth2 & eth3 are web servers in separate DMZs.
I used the SNMP Interfaces template and got all of the ints correctly. I setup a trigger prototype that monitors the ports and lets me know if they go over 2MB (our internet connection is 3Mb). However, I only really want to know if eth1 is hitting 2Mb and not the other 3. Is there any way to work that into the prototype? Or do I have to do a separate trigger for each interface? Right now the prototype is pulling the interface using #SNMPVALUE. Can I use If/then/else logic somehow (If SNMPVALUE=eth1, thresholdcheck>2, else thresholdcheck>10 or something like that?)
Thanks!
I'm fairly new to Zabbix and really liking it so far. I've run into something that I need some help setting up
I am monitoring our firewall via SNMP. It has 4 active interfaces - eth0 is our LAN, eth1 is the WAN, eth2 & eth3 are web servers in separate DMZs.
I used the SNMP Interfaces template and got all of the ints correctly. I setup a trigger prototype that monitors the ports and lets me know if they go over 2MB (our internet connection is 3Mb). However, I only really want to know if eth1 is hitting 2Mb and not the other 3. Is there any way to work that into the prototype? Or do I have to do a separate trigger for each interface? Right now the prototype is pulling the interface using #SNMPVALUE. Can I use If/then/else logic somehow (If SNMPVALUE=eth1, thresholdcheck>2, else thresholdcheck>10 or something like that?)
Thanks!
Comment