launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #32290
[Merge] ~lgp171188/launchpad-mojo-specs/+git/private:add-telegraf-integration-fetch-service into ~launchpad/launchpad-mojo-specs/+git/private:master
Guruprasad has proposed merging ~lgp171188/launchpad-mojo-specs/+git/private:add-telegraf-integration-fetch-service into ~launchpad/launchpad-mojo-specs/+git/private:master.
Commit message:
lp-fetch-service: Add a telegraf application + relations
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/launchpad-mojo-specs/+git/private/+merge/482823
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad-mojo-specs/+git/private:add-telegraf-integration-fetch-service into ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index c7635ab..60fbb40 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -123,6 +123,14 @@ applications:
hostgroups: "{{ nagios_hostgroups }}"
nagios_host_context: "{{ nagios_context }}"
nagios_master: "{{ nagios_master }}"
+ telegraf:
+ charm: ch:telegraf
+ channel: stable
+ revision: 75
+ expose: 75
+ options:
+ install_method: snap
+
relations:
- ["nrpe", "fetch-service"]
-
+- ["telegraf:juju-info", "fetch-service:juju-info"]
Follow ups