Zabbix server prints a group of the following messages into the log Cannot find module (IP-MIB): At line 0 in (none) Cannot find module (IF-MIB): At line 0 in (none) Cannot find module (TCP-MIB): At line 0 in (none) ... and as a result, it cannot monitor SNMP devices. net-snmp package needs to be installed too, not only net-snmp-libs which is autodetected during the build of the package
The SNMP MIBs aren't actually _required_. If the SNMP MIBS are not available you can still specify SNMP variables as numeric OIDs. Having the MIBS available certainly is more convenient.
since net-snmp-5.4.2-2.fc10 are the MIBs in the -libs subpackage instead of the main package I have seen the dependency on net-snmp (can be removed in Rawhide) in the Jeff's pre 1.6 package, so I am closing this bug.