Skip to content

Commit

Permalink
Change topics for ACLK (netdata#8374)
Browse files Browse the repository at this point in the history
Update to topic structure.
  • Loading branch information
amoss authored and Saruspete committed May 21, 2020
1 parent b403a5f commit 82faf4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aclk/agent_cloud_link.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

#define ACLK_VERSION 1
#define ACLK_THREAD_NAME "ACLK_Query"
#define ACLK_CHART_TOPIC "chart"
#define ACLK_ALARMS_TOPIC "alarms"
#define ACLK_METADATA_TOPIC "meta"
#define ACLK_COMMAND_TOPIC "cmd"
#define ACLK_CHART_TOPIC "outbound/meta"
#define ACLK_ALARMS_TOPIC "outbound/alarms"
#define ACLK_METADATA_TOPIC "outbound/meta"
#define ACLK_COMMAND_TOPIC "inbound/cmd"
#define ACLK_TOPIC_STRUCTURE "/agent/%s"

#define ACLK_MAX_BACKOFF_DELAY 1024 // maximum backoff delay in seconds
Expand Down

0 comments on commit 82faf4e

Please sign in to comment.