Build and install instructions for UCD-snmpd 5.2.1rc2 11/14/05 Laird Bedore At the time of this writing, Net-snmp 5.2.2rc4 is the latest release. 1. Get the source and unpack it. 2. Compile ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var Prompted options: Default version of snmp protocol: 2 System contact info: staff-list@vectorstar.net System Location: USA Location to write logfile: /var/log/snmpd.log Location to write persistent info: /var/net-snmp make make install 3. Configure Below is an example snmpd.conf file (/usr/share/snmp/snmpd.conf). # Location and stuff syslocation USA sysservices 76 syscontact staff-list@vectorstar.net agentuser daemon ### Lazy man's communities # For vsn rocommunity vector 10.10.10.0/24 ### MIBs # Network Interfaces view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc # Disks disk / 50% disk /vsn 20% load 8 5 5 4. Auto-load snmpd at startup Add snmpd to the /etc/rc.d/rc.local file.