home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / nocol.txt < prev    next >
Text File  |  1997-09-22  |  4KB  |  88 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR NOCOL:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: NOCOL - Network monitoring package
  6.  
  7. Version: 4.01 and 4.2beta5
  8.  
  9. NOTE: A new version of NOCOL is expected to be released soon.
  10.       Look up http://www.netplex-tech.com/software/nocol for more information.
  11.  
  12. Author(s): Vikas Aggarwal <vikas@navya.com>
  13.            with contributions from many
  14.  
  15. On the CD-ROM in: network/nocol.tar
  16.  
  17. Ftp source: ftp.navya.com:/pub/vikas
  18.  
  19. Size on the CD: 911 KB (compressed)
  20.  
  21. Description:
  22.      
  23.      NOCOL/NetConsole (Network Operation Center On-Line) is a network
  24.      monitoring package that runs on Unix platforms and capable of
  25.      monitoring network and system variables such as ICMP or RPC
  26.      reachability, RMON variables, nameservers, ethernet load, port
  27.      reachability, host performance, SNMP traps, modem line usage,
  28.      appletalk & novell routes/services, BGP peers, etc.  The software
  29.      is extensible and new monitors can be added easily.
  30.  
  31.     The software consists of a number of individual, standalone
  32.     monitoring agents that poll the various network and system
  33.     parameters and put it into a common data format. All the monitors
  34.     have a common display and postprocessing interface (such as
  35.     logging, notification, etc.). The design allows running just one
  36.     set of monitoring agents and *any* number of display agents, and
  37.     all of the displays see the same consistent set of data.
  38.  
  39.     Additionally, each event is assigned a severity (determined by
  40.     comparing against user defined threshold values) which is
  41.     gradually escalated, thus preventing false alarms and a
  42.     customized priority notification based on the severity. There are
  43.     four severity levels ranging from Critical thru Info, and each
  44.     event typically steps through each one of these severities until
  45.     it reaches its maximum allowed level. 
  46.  
  47.     The display uses UNIX 'curses' screen management and can thus run
  48.     on a large variety of terminals. The user running the display can
  49.     select the minimum display severity-only events above this
  50.     minimum severity level are displayed. 
  51.  
  52.     A Web interface has also been added which uses the HTML REFRESH
  53.     meta tag for displaying the nocol events. 
  54.  
  55.     To date, the various monitoring agents developed are:
  56.  
  57.         - IP ICMP monitor (using IP 'multiping')
  58.         - OSI reachability monitor (using OSI ping)
  59.         - RPC portmapper monitor (using 'rpcping')
  60.         - Ethernet load (bandwidth & pps)
  61.         - TCP port monitor
  62.         - Unix host performance (disks, memory, swap, load, nfs, collisions)
  63.         - SNMP variables monitor (RMON, Cisco router, terminal server)
  64.         - TCP data throughput monitor
  65.         - Nameserver (named)
  66.         - SNMP traps
  67.         - Syslog logfile monitor (for specified patterns)
  68.         - NTP stratum of hosts (Network Time Protocol)
  69.         - UPS (APC) battery level monitor
  70.         - Usage of terminal server modem lines (busy lines)
  71.         - Appletalk route monitor (for cisco routers)
  72.         - Novell service monitor
  73.         - BGP peer status
  74.  
  75.     A PERL interface is available for developing additional monitors in
  76.     the PERL programming language (it is fairly easy to add additional
  77.     monitors to the package). 
  78.  
  79.     -- Quoted from the README file in the distribution.
  80.  
  81. Advertised architectures:
  82.  
  83.    The README says "Has been compiled on Solaris2.2, SunOS4.1.1,
  84.    Ultrix4.2, BSDI/386."  The file PORTING gives hints for compiling
  85.    on these and also HP/UX, DEC OSF, AIX3.2.
  86.  
  87. Prerequisites: C Compiler, gunzip utility, and Perl.
  88.