bsnmpd_enable="YES"
read := "your_snmp_community"begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"begemotSnmpdModulePath."pf" = "/usr/lib/snmp_pf.so"
/etc/rc.d/bsnmpd start
Hi,I struggled as well to understand how to monitor my OPNSense using Zabbix and here is what worked for me.Do not install any SNMP plugin (ie: os-net-snmp)It will result in a conflict with bsnmp.Steps on OPNSenseOpen an OPNSense console (CLI)Enable bsnmpd daemon by creating new config file "/etc/rc.conf.d/bsnmpd" with the following content :Code: [Select]bsnmpd_enable="YES"Uncomment the following lines in "/etc/snmpd.config" file to enable required SNMP modules:Code: [Select]read := "your_snmp_community"begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"begemotSnmpdModulePath."pf" = "/usr/lib/snmp_pf.so"Start bsnmpd daemon with the following command: Code: [Select]/etc/rc.d/bsnmpd startSetup a firewall rule to get access from Zabbix proxy or Zabbix server by SNMP (https://docs.opnsense.org/manual/firewall.html). Steps on ZabbixCreate your hostLink "OPNSense template" to your host Link "Template / Network devices" group to your host Configure name, IP etc. for your hostSmile because it works.Refence for above steps : https://www.zabbix.com/integrations/opnsenseHope this help.
I am a bit behind schedule for updating. My OPNsense is still in 23.4.I will wait for 24.1 before upgrading and hope that it still works...Are you sure that you have the same community configured between your OPNsense and Zabbix?Have you restarted bsnmpd ?