Merge ~mertkirpici/juju-lint:lp/1999416 into juju-lint:master

Proposed by Mert Kirpici
Status: Merged
Approved by: Gabriel Cocenza
Approved revision: c3553f50ac010f05c64e527b7fb2973f4197623f
Merged at revision: 0ca90f2c1635c2876dc893b560e3d28665c6a722
Proposed branch: ~mertkirpici/juju-lint:lp/1999416
Merge into: juju-lint:master
Diff against target: 26 lines (+4/-0)
2 files modified
contrib/canonical-rules.yaml (+2/-0)
contrib/includes/base.yaml (+2/-0)
Reviewer Review Type Date Requested Status
Gabriel Cocenza Approve
🤖 prod-jenkaas-bootstack (community) continuous-integration Approve
BootStack Reviewers Pending
Review via email: mp+435942@code.launchpad.net

Commit message

Close LP #1999416

Description of the change

contrib: ensure swap checking is disabled on nrpe

Since swap is already monitored by the memory check, this config option is redundant.

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
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
🤖 prod-jenkaas-bootstack (prod-jenkaas-bootstack) wrote :
review: Approve (continuous-integration)
Revision history for this message
Gabriel Cocenza (gabrielcocenza) wrote :

LGTM

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

Change successfully merged at revision 0ca90f2c1635c2876dc893b560e3d28665c6a722

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/contrib/canonical-rules.yaml b/contrib/canonical-rules.yaml
index 60726d0..04c007d 100644
--- a/contrib/canonical-rules.yaml
+++ b/contrib/canonical-rules.yaml
@@ -69,6 +69,8 @@ config:
69 neq: ""69 neq: ""
70 netlinks:70 netlinks:
71 neq: ""71 neq: ""
72 swap:
73 eq: ""
72 landscape-client:74 landscape-client:
73 disable-unattended-upgrades:75 disable-unattended-upgrades:
74 eq: true76 eq: true
diff --git a/contrib/includes/base.yaml b/contrib/includes/base.yaml
index e8016f7..8ea49b1 100644
--- a/contrib/includes/base.yaml
+++ b/contrib/includes/base.yaml
@@ -12,6 +12,8 @@ config:
12 netlinks:12 netlinks:
13 neq: ""13 neq: ""
14 suffixes: [host, physical]14 suffixes: [host, physical]
15 swap:
16 eq: ""
15 landscape-client:17 landscape-client:
16 disable-unattended-upgrades:18 disable-unattended-upgrades:
17 eq: true19 eq: true

Subscribers

People subscribed via source and target branches