# $Id: README,v 1.4 2007/01/12 10:49:54 nba Exp $ Monitor for various CPU statistics. This monitor uses SNMP and various mibs to check cpu utilization. It knows about HOST-RESOURCES-MIB (available on Windows 2000 and better), UCD-SNMP-MIB (available on Linux, *BSD, Solaris and possibly others), SUN-MIB (Solaris native snmpdx). The warning/error limits are warn_load=80 error_load=90 It will default to using HOST-RESOURCES-MIB, but this can be overridden by an appropriate DESCRIBE entry: DESCRIBE features=remote,solaris host # use SUN-MIB DESCRIBE features=remote,ucdsnmp host # use UCD-SNMP-MIB The SUN-MIB monitor needs to know the number of cpus, which is passed as an argument: DESCRIBE features=remote,solaris host host cpus=4 cpu The monitor supports graphing. Changelog 01.09 2006/06/14 Remember to import community :-(