On Thursday 09 November 2006 20:33, Yu Safin wrote: > I set up a simple snmp.conf on SuSE SLES 9.3 > syslocation Mainframe, Computer Room, 1st Floor > syscontact "[EMAIL PROTECTED]" > rocommunity public > disk / > > Place it at /usr/local/share/snmp > Place where /etc/init.d/snmpd is to look for. > > However, when I try to use this snmp agent via port 161 there is no > response. > > Questions: > 1) how can I find out if there is a conflict on port 161 (netstat?)
netstat -tulpn as root should show you all ports listening. Try it before starting snmpd and grepping for 161 or snmp > 2) any advise on setting up snmpd to report on CPU and MEMORY? Sorry, haven't tried it. Cheers Pete --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
