Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
18.1 Legacy Series
»
18.1.7 breaks SNMPD
« previous
next »
Print
Pages: [
1
]
Author
Topic: 18.1.7 breaks SNMPD (Read 6818 times)
poodad
Newbie
Posts: 10
Karma: 0
18.1.7 breaks SNMPD
«
on:
May 06, 2018, 08:11:49 pm »
After updating to 18.1.7 I noticed that I was not getting snmp data from opnsense. Looking at the dashboard, I could see that the snmp service was stopped. Attempts to start didn't work.
Looking in the log, I could see this error:
snmpd[24875]: error in config file
snmpd[24875]: in file /var/etc/snmpd.conf line 11
Looking at line 11 in that file shows this line:
begemotSnmpdPortStatus..161 = 1
Editing the file to remove the extra "." and starting the service from the GUI resulted in the same error. Looking at the file, I can see the bad line has been added back.
The temp workaround is to edit the file, removing the extra ".", than starting the bsnmpd service with:
/etc/rc.d/bsnmpd onestart
EDIT: It looks like much more breaks as well. It appears the UCD-SNMP-MIB (1.3.6.1.4.1.2021) MIB is no longer working., even though the "UCD" option is checked in the SNMP configuration.
«
Last Edit: May 06, 2018, 08:22:34 pm by poodad
»
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: 18.1.7 breaks SNMPD
«
Reply #1 on:
May 06, 2018, 11:58:55 pm »
You have a misplaced interface in your SNMP GUI config, one that doesn't exist anymore.
Cheers,
Franco
Logged
poodad
Newbie
Posts: 10
Karma: 0
Re: 18.1.7 breaks SNMPD
«
Reply #2 on:
May 07, 2018, 11:42:56 pm »
And how would one track that down and fix it?
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: 18.1.7 breaks SNMPD
«
Reply #3 on:
May 08, 2018, 07:04:38 am »
Under Services: SNMP check the values for "Bind Interface" at the bottom.
Cheers,
Franco
Logged
siegfried
Newbie
Posts: 26
Karma: 3
Re: 18.1.7 breaks SNMPD
«
Reply #4 on:
May 10, 2018, 01:52:29 am »
Hi,
same problem here after updating to 18.1.7_1. The snmpd doesn't start if the interface is set to "all" in the GUI, or another virtual (i.e. CARP) interface, it starts only if it's bound to a real interface. The workaround suggested by poodad works for me at the moment. But it would be nice to use it as on 18.1.6, we used the CARP IP at the lan interface to monitor it from remote net.
Regards,
Siegfried
Logged
franco
Administrator
Hero Member
Posts: 17653
Karma: 1610
Re: 18.1.7 breaks SNMPD
«
Reply #5 on:
May 14, 2018, 09:49:27 am »
I've fixed strange behaviour in the code, but to be honest sooner or later the current SNMP plugin will not receive any more maintenance due to its age and need for replacement (net-snmp plugin will be coming sooner or later).
https://github.com/opnsense/plugins/commit/8f7e89fc1
Cheers,
Franco
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
18.1 Legacy Series
»
18.1.7 breaks SNMPD