On Sun, 2009-06-28 at 21:54 -0400, IM-Talk-Forum wrote: > I have set the community already. > And there is no firewall in the host. > Actually both the intermapper and host are in the same ubuntu machine.
The default install is set to "paranoid", which doesn't include any host resources information (you can verify this with "snmpwalk -v 1 -c public localhost"). Edit /etc/snmp/snmpd.conf, comment out the line that starts "com2sec paranoid default", and uncomment the line that starts "com2sec readonly default", changing the community string if you don't want that information to be publicly accessible. Then run "sudo /etc/init.d/snmpd reload" and re-poll the device from InterMapper. -- Stephen Ryan <[email protected]> Software Developer Dartware, LLC ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [email protected]
