Just a quick post about trying to get Nagios to use SNMP. You need to make sure you have the components needed. My stripped down little VPS I use for testing did not. I needed to run:
yum install net-snmp-utils
That will install the utils and base package needed for Nagios and various nagios plugins. I will update more as my testing continues.