Merge lp://staging/~freyes/charms/trusty/nrpe/lp1578815 into lp://staging/charms/trusty/nrpe
Proposed by
Felipe Reyes
Status: | Merged |
---|---|
Merged at revision: | 42 |
Proposed branch: | lp://staging/~freyes/charms/trusty/nrpe/lp1578815 |
Merge into: | lp://staging/charms/trusty/nrpe |
Diff against target: |
55 lines (+17/-4) 2 files modified
config.yaml (+5/-2) hooks/nrpe_helpers.py (+12/-2) |
To merge this branch: | bzr merge lp://staging/~freyes/charms/trusty/nrpe/lp1578815 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Review Queue (community) | automated testing | Needs Fixing | |
Jorge Niedbalski (community) | Needs Fixing | ||
Review via email: mp+293949@code.staging.launchpad.net |
Description of the change
Dear Charmers,
This patch adds support to auto calculate an appropriate average load threshold for different kind of machines, when the `load` config option is set to 'auto', the threshold for warning is set to NUM_PROCS*0.7 and for critical is NUM_PROCS.
Best,
To post a comment you must log in.
Thanks Felipe, Please review the comments in the code.