I am new to sabbix and they have asked me to monitor the bandwidth in a fortigate, the company has contracted 250M of bandwidth and they have asked me to generate an alert if consumption rises to 80%, I don't know how this can be done , at the moment I configured the Fortigate in zabbix with the Network Generic Device SNMP template, please help me with this.
Ad Widget
Collapse
I need to monitor the bandwidth of a fortinet
Collapse
X
-
-
Hi Jorge, you can resolve this failure? I have the same problem, actually work with the template Fortigate by SNMP however when the bandwidth rise 50% doesn´t work, change the macro,trigger, other values but the problem is the same. can i help me with that.
Regards -
In Zabbix do you see values in the Interface {#IFNAME} ({#IFALIAS}): Bits field? If so, check your prototype triggers, and make sure that they're using the correct units (bits per second looks to be the default), and that your item macro at the template are set correctly.Hi Jorge, you can resolve this failure? I have the same problem, actually work with the template Fortigate by SNMP however when the bandwidth rise 50% doesn´t work, change the macro,trigger, other values but the problem is the same. can i help me with that.
Regards
Which version of Zabbix (and template) are you using? What FortiOS version?Comment
-
Hi MRedbourne appreciate your answer, the version of Zabbix is 6.4.15. and the template is Fortigate by SNMP. The FortiOS is 7.0.12
Is correct I´m using by default bits per second only change the value of macro originally the value was 95% change this value for 50% in 10m. {$NET.IF.UTIL.MAX}=95 by default
Share trigger to define in the webpage
Fortinet monitoring and integration with Zabbix
(avg(/FortiGate by HTTP/fgate.netif.in[{#IFKEY}],15m)>({$NET.IF.UTIL.MAX:"{#IFNAME}"}/100)*last(/FortiGate by HTTP/fgate.netif.speed[{#IFKEY}]) or avg(/FortiGate by HTTP/fgate.netif.out[{#IFKEY}],15m)>({$NET.IF.UTIL.MAX:"{#IFNAME}"}/100)*last(/FortiGate by HTTP/fgate.netif.speed[{#IFKEY}])) and last(/FortiGate by HTTP/fgate.netif.speed[{#IFKEY}])>0
However i´m see the documentation and only see the trigger to template by http so the template fortigate by snmp doesn´t work with this same trigger or required something aditional to configure
Thanks for your help
RegardsLast edited by gonzalezcantarell; 16-08-2024, 00:01.Comment
Comment