|
@@ -123,7 +123,7 @@ Responsible for user registration & authentication. Manages user account informa
|
|
|
|
|
|
### cloud-agent-data-ctrl-service
|
|
|
|
|
|
-Forwards request from the cloud to the relevant agents.
|
|
|
+Forwards request from the Cloud to the relevant agents.
|
|
|
The requests include:
|
|
|
|
|
|
- Fetching chart metadata from the agent
|
|
@@ -136,7 +136,7 @@ Forwards MQTT messages emitted by the agent related to the agent entities to the
|
|
|
|
|
|
### cloud-agent-mqtt-output-service
|
|
|
|
|
|
-Forwards Pulsar messages emitted in the cloud related to the agent entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
+Forwards Pulsar messages emitted in the Cloud related to the agent entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
|
|
|
### cloud-alarm-config-mqtt-input-service
|
|
|
|
|
@@ -148,28 +148,28 @@ Forwards MQTT messages emitted by the agent related to the alarm-log entities to
|
|
|
|
|
|
### cloud-alarm-mqtt-output-service
|
|
|
|
|
|
-Forwards Pulsar messages emitted in the cloud related to the alarm entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
+Forwards Pulsar messages emitted in the Cloud related to the alarm entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
|
|
|
### cloud-alarm-processor-service
|
|
|
|
|
|
-Persists latest alert statuses received from the agent in the cloud.
|
|
|
+Persists latest alert statuses received from the agent in the Cloud.
|
|
|
Aggregates alert statuses from relevant node instances.
|
|
|
-Exposes API endpoints to fetch alert data for visualization on the cloud.
|
|
|
+Exposes API endpoints to fetch alert data for visualization on the Cloud.
|
|
|
Determines if notifications need to be sent when alert statuses change and emits relevant messages to Pulsar.
|
|
|
Exposes API endpoints to store and return notification-silencing data.
|
|
|
|
|
|
### cloud-alarm-streaming-service
|
|
|
|
|
|
-Responsible for starting the alert stream between the agent and the cloud.
|
|
|
-Ensures that messages are processed in the correct order, and starts a reconciliation process between the cloud and the agent if out-of-order processing occurs.
|
|
|
+Responsible for starting the alert stream between the agent and the Cloud.
|
|
|
+Ensures that messages are processed in the correct order, and starts a reconciliation process between the Cloud and the Agent if out-of-order processing occurs.
|
|
|
|
|
|
### cloud-charts-mqtt-input-service
|
|
|
|
|
|
-Forwards MQTT messages emitted by the agent related to the chart entities to the internal Pulsar broker. These include the chart metadata that is used to display relevant charts on the cloud.
|
|
|
+Forwards MQTT messages emitted by the agent related to the chart entities to the internal Pulsar broker. These include the chart metadata that is used to display relevant charts on the Cloud.
|
|
|
|
|
|
### cloud-charts-mqtt-output-service
|
|
|
|
|
|
-Forwards Pulsar messages emitted in the cloud related to the charts entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
+Forwards Pulsar messages emitted in the Cloud related to the charts entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
|
|
|
### cloud-charts-service
|
|
|
|
|
@@ -183,7 +183,7 @@ Exposes API endpoints to fetch and store custom dashboard data.
|
|
|
|
|
|
### cloud-environment-service
|
|
|
|
|
|
-Serves as the first contact point between the agent and the cloud.
|
|
|
+Serves as the first contact point between the agent and the Cloud.
|
|
|
Returns authentication and MQTT endpoints to connecting agents.
|
|
|
|
|
|
### cloud-feed-service
|
|
@@ -193,7 +193,7 @@ Exposes API endpoints to fetch feed events from Elasticsearch.
|
|
|
|
|
|
### cloud-frontend
|
|
|
|
|
|
-Contains the on-prem cloud website. Serves static content.
|
|
|
+Contains the on-prem Cloud website. Serves static content.
|
|
|
|
|
|
### cloud-iam-user-service
|
|
|
|
|
@@ -213,7 +213,7 @@ Forwards MQTT messages emitted by the agent related to the node entities to the
|
|
|
|
|
|
### cloud-node-mqtt-output-service
|
|
|
|
|
|
-Forwards Pulsar messages emitted in the cloud related to the charts entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
+Forwards Pulsar messages emitted in the Cloud related to the charts entities to the MQTT broker. From there, the messages reach the relevant agent.
|
|
|
|
|
|
### cloud-notifications-dispatcher-service
|
|
|
|
|
@@ -223,5 +223,5 @@ Handles incoming notification messages and uses the relevant channels(email, sla
|
|
|
### cloud-spaceroom-service
|
|
|
|
|
|
Exposes API endpoints to fetch and store relations between agents, nodes, spaces, users, and rooms.
|
|
|
-Acts as a provider of authorization for other cloud endpoints.
|
|
|
-Exposes API endpoints to authenticate agents connecting to the cloud.
|
|
|
+Acts as a provider of authorization for other Cloud endpoints.
|
|
|
+Exposes API endpoints to authenticate agents connecting to the Cloud.
|