← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:nagios-checks-rsync-config into ~launchpad/launchpad-mojo-specs/+git/private:master

 

Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:nagios-checks-rsync-config into ~launchpad/launchpad-mojo-specs/+git/private:master.

Commit message:
lp-fetch-service: add nagios checks and rsync hosts allow


Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/467720
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/launchpad-mojo-specs/+git/private:nagios-checks-rsync-config into ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index 0ade074..8eaae7b 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -20,3 +20,17 @@ applications:
     options:
         {#- Channel configuration for the fetch service snap. #}
         channel: {{ fetch_service_snap_channel }}
+        log_hosts_allow: "launchpad-bastion-ps5.internal"
+  nrpe:
+    charm: ch:nrpe
+    channel: stable
+    revision: 121
+    options:
+        nagios_master: "devops-nagios.ps5.internal"
+        export_nagios_definitions: true
+        hostgroups: "stagingstack-lp"
+        nagios_host_context: "lp-stagingstack"
+relations:
+- ["nrpe", "fetch-service"]
+{%- endif %}
+      

Follow ups