home *** CD-ROM | disk | FTP | other *** search
/ ftp.umcs.maine.edu / 2015-02-07.ftp.umcs.maine.edu.tar / ftp.umcs.maine.edu / pub / thesis / zhongy / snmp / README < prev    next >
Text File  |  1994-05-11  |  793b  |  25 lines

  1. 1.This is a generalized snmp client package.
  2.  
  3.   Following main program will do statistic on the MIB object defined
  4.     on VAR.TXT file.
  5.  
  6.   to start the statistic program type "snmp start"
  7.  
  8. 2.This package will do statistic on "any" MIB object on "any host" on a
  9.     time interval defined by user.
  10.  
  11.   (Right now, this package only support the integer based MIB ogject: integer,
  12.     counter,timeticks,gauge,)
  13.  
  14. 3.All MIB objects are defined in  MIB.TXT file
  15.  
  16.   You can add more MIB object definitions according to the format of MIB.TXT.
  17.  
  18. 4.You can add your interest MIB objects of any host.
  19.  
  20.   Simple edit the file VAR.TXT. For the MIB object you want to put in VAR.TXT
  21.   to do monitoring, you must make sure it is already defined in MIB.TXT file.
  22.   If it is not, you must define it yourself.
  23.  
  24.   
  25.