Merge ~xavpaice/charm-nrpe:lp1822901 into ~nrpe-charmers/charm-nrpe:master

Proposed by Xav Paice
Status: Merged
Approved by: Wouter van Bommel
Approved revision: 70e43136345081d643cf33139bf7591ca0482d6d
Merged at revision: aadcfbbf2759a47b267e9733de7e7caf6295514b
Proposed branch: ~xavpaice/charm-nrpe:lp1822901
Merge into: ~nrpe-charmers/charm-nrpe:master
Diff against target: 13 lines (+1/-1)
1 file modified
config.yaml (+1/-1)
Reviewer Review Type Date Requested Status
Wouter van Bommel (community) Approve
Review via email: mp+365771@code.launchpad.net

Commit message

Change defaults for check_swap_activity

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Wouter van Bommel (woutervb) wrote :

lgmt

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision aadcfbbf2759a47b267e9733de7e7caf6295514b

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/config.yaml b/config.yaml
2index 64ce7fc..44a6680 100644
3--- a/config.yaml
4+++ b/config.yaml
5@@ -106,7 +106,7 @@ options:
6 .
7 Set to '' in order to disable this check.
8 swap_activity:
9- default: "-i 5 -w 100 -c 500"
10+ default: "-i 5 -w 10240 -c 40960"
11 type: string
12 description: |
13 Swapout activity check. Thresholds are expressed in kB, interval in

Subscribers

People subscribed via source and target branches