This is a discussion on Re: Trying to get SNMP & MRTG setup within the SNMP Users forums, part of the Networking and Network Related category; 2008/6/9 Shane Wesley <Shane.Wesley@intownsuites.com>: > First I did: > #aptitude install snmp snmpd ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
2008/6/9 Shane Wesley <Shane.Wesley@intownsuites.com>:
> First I did: > #aptitude install snmp snmpd mrtg lighttpd So you are using a vendor-provided version of the software. > Then checked it with > #snmpwalk -v 2c -c public localhost system > > I get 'Timeout: No Response from localhost' Did you actually start the SNMP agent? > Looked in /etc/snmp and there is no snmpd.conf, only snmpd.conf-old. What is in this file? > I found snmpd.conf and it is under /var/lib/snmp/snmpd.conf An odd place for it... What is in this file? If you want to get started quickly, try creating the file /etc/snmp/snmpd.conf containing rocommunity public and (re-)start the agent. Dave ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |
|
|||
|
Dave Shield wrote:
>> I found snmpd.conf and it is under /var/lib/snmp/snmpd.conf > > An odd place for it... Not really. It's the default path for net-snmp's persistent directory on Debian-based distributions. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |