Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 479 Bytes

README.rst

File metadata and controls

27 lines (19 loc) · 479 Bytes

nagios-load-per-core

Installation

Installation is simple:

pip install nagios-load-per-core

Alternatively:

git clone https://github.com/carlf/nagios-load-per-core.git
python setup.py install

Usage

Simply call with warning and critical values. Please note that the load average is normalized such that it is divided by the number of cores on the host.

check-load-by-core -w 1.3 -c 2.4