How do I disable SNMP on the Statseeker host?
Our current practice for the SNMP "server" on a Statseeker host is to disable the bsnmpd daemon and reset the config to the FreeBSD default settings for Statseeker 5.6.2 upgrades and any following upgrades.
Please check that the SNMP "server" process is disabled in /etc/rc.conf:
bsnmpd_enable="NO"
And then check that the bsnmpd daemon is not running:
# service bsnmpd status
bsnmpd is not running.
For more information there are lots of online pages discussing this subject based on the FreeBSD manual linked below:
https://man.freebsd.org/cgi/man.cgi?query=snmpd.examples&sektion=5&manpath=FreeBSD+Ports+14.1