Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endif::include_when_13[]
presettle: true

ifdef::include_when_16[]
CollectdSensubilityResultsChannel: collectd/cloud1-notify # <6>
CollectdSensubilityResultsChannel: sensubility/cloud1-telemetry # <6>
endif::include_when_16[]
----
<1> Replace the `host` parameter with the value of `HOST/PORT` that you retrieved in xref:retrieving-the-qdr-route-address_assembly-completing-the-stf-configuration[].
Expand All @@ -100,7 +100,7 @@ endif::include_when_16[]
<4> Define the topic for collectd events. This value is the format of `collectd/cloud1-notify`.
<5> Define the topic for collectd metrics. This value is the format of `collectd/cloud1-telemetry`.
ifdef::include_when_16[]
<6> Define the topic for collectd-sensubility events. Ensure that this value is the exact string format `collectd/cloud1-notify`
<6> Define the topic for collectd-sensubility events. Ensure that this value is the exact string format `sensubility/cloud1-telemetry`
endif::include_when_16[]
+
. Ensure that the naming convention in the `stf-connectors.yaml` file aligns with the `spec.bridge.amqpUrl` field in the Smart Gateway configuration. For example, configure the `CeilometerQdrEventsConfig.topic` field to a value of `cloud1-event`.
Expand Down