Troubleshooting Tip: FortiGate interface utilization is not displayed in Zabbix SNMP server
| Description | This article describes the issue of FortiGate interface utilization not showing in the Zabbix SNMP server and provides a step-by-step solution to resolve the problem. |
| Scope | FortiGate. |
| Solution | The issue occurs when the SNMP community and polled interface IP are not aligned with the same VDOM, resulting in the IF-MIB interface table being empty and Zabbix receiving 'No Such Instance currently exists at this OID' responses.
To resolve the issue of FortiGate SNMP interface utilization not showing in Zabbix, follow these steps:
Gracefully restart snmpd:
diagnose test application snmpd 99
Alternatively, forcefully restart snmpd:
diagnose sys process pidof snmpd <----- It will return the process ID of snmpd to use.
In case, if there are multiple process IDs running for the same process, use the following command to kill the process:
fnsysctl killall snmpd
Note: Download both FortiGate MIB files from the SNMP section. After downloading the MIB files, search within them for the interface state OID. For more information, refer to Technical Tip: The correct OID to monitor each interface state. |

