1.
comment out these three lines in: /etc/monit.d/caringo-csn.monitrc
{code:java}
check process snmpd with pidfile "/var/run/snmpd.pid"
start program = "/etc/init.d/snmpd start"
stop program = "/etc/init.d/snmpd stop"
{code}
2.
Turn off snmpd process
{code:java}
chkconfig snmpd off
{code}
3.
reboot the CSN
4.
verify that port 161 isn't listening after the reboot finishes:
{code:java}
netstat -an | grep 161
{code}
Note
Please be aware that this does not disable SNMP on the storage nodes themselves. This is specifically to stop responding to SNMP requests made to the CSN.