Instructions for Graphing Unix Host Resources with Net-SNMP

 - Install Net-SNMP on the Unix host.
 - Edit your Net-SNMP snmpd.conf to include reporting about file
   systems.  An example found in contrib/net-snmpd.conf.  Uncomment
   the "com2sec" lines and change the read community string "public"
   to some other value.
 - Start the snmpd deamon
 - Test the snmpd's disk
     snmpwalk -v2c localhost -c your_read_string .1.3.6.1.4.1.2021.9.1.3
 - Configure the host to start snmpd at boot.
 - Add the appropiate .mconf strings to Site.mconf using 
   examples/snmpd.mconf as your guide.
 - You can also graph and archive network interface utilization
   data by using examples/ifaces.mconf as your guide.
 - Tell NRG about the new meta target:
     make update
     make notify