Sha256: a2a0368c170e7426ab19e45c3521cb995658fbce7ba9cafff2670f90cc3939f7
Contents?: true
Size: 1.5 KB
Versions: 4
Compression:
Stored size: 1.5 KB
Contents
## Sensu-Plugins-load-checks [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-load-checks.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-load-checks) [![Gem Version](https://badge.fury.io/rb/sensu-plugins-load-checks.svg)](http://badge.fury.io/rb/sensu-plugins-load-checks) [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-load-checks/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-load-checks) [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-load-checks/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-load-checks) [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-load-checks.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-load-checks) ## Functionality ## Files * bin/check-load.rb * bin/metrics-load.rb ## Usage ### check-load.rb To see the list of full options you can run: ``` $ ./bin/check-load.rb --help Usage: ./bin/check-load.rb (options) -c, --crit L1,L5,L15 Load CRITICAL threshold, 1/5/15 min average -w, --warn L1,L5,L15 Load WARNING threshold, 1/5/15 min average ``` This check should work on linux systems and many other unix systems. The check takes the loadavg and divide by the number of cores. You can use `-w/-c` with a comma separated value for 1/5/15 minute thresholds. ## Installation [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html) ## Notes
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-load-checks-4.0.2 | README.md |
sensu-plugins-load-checks-4.0.1 | README.md |
sensu-plugins-load-checks-4.0.0 | README.md |
sensu-plugins-load-checks-3.0.0 | README.md |