summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-21 17:19:04 +0000
commit310edf444908b09ea6d00c03baceb7925f3bb7a2 (patch)
tree7064577c7fa7a851e2e930beb606ea8237b0bbd2 /aclk
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.tar.xz
netdata-310edf444908b09ea6d00c03baceb7925f3bb7a2.zip
Merging upstream version 1.45.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'aclk')
-rw-r--r--aclk/README.md133
-rw-r--r--aclk/aclk-schemas/.gitignore11
-rw-r--r--aclk/aclk-schemas/.travis.yml4
-rw-r--r--aclk/aclk-schemas/LICENSE674
-rw-r--r--aclk/aclk-schemas/Makefile74
-rw-r--r--aclk/aclk-schemas/README.md2
-rw-r--r--aclk/aclk-schemas/buf.yml9
-rw-r--r--aclk/aclk-schemas/proto/aclk/v1/lib.proto22
-rw-r--r--aclk/aclk-schemas/proto/agent/v1/cmds.proto79
-rw-r--r--aclk/aclk-schemas/proto/agent/v1/connection.proto59
-rw-r--r--aclk/aclk-schemas/proto/agent/v1/disconnect.proto16
-rw-r--r--aclk/aclk-schemas/proto/alarm/v1/config.proto61
-rw-r--r--aclk/aclk-schemas/proto/alarm/v1/stream.proto148
-rw-r--r--aclk/aclk-schemas/proto/chart/v1/config.proto37
-rw-r--r--aclk/aclk-schemas/proto/chart/v1/dimension.proto24
-rw-r--r--aclk/aclk-schemas/proto/chart/v1/instance.proto32
-rw-r--r--aclk/aclk-schemas/proto/chart/v1/stream.proto86
-rw-r--r--aclk/aclk-schemas/proto/context/v1/context.proto57
-rw-r--r--aclk/aclk-schemas/proto/context/v1/stream.proto34
-rw-r--r--aclk/aclk-schemas/proto/nodeinstance/connection/v1/connection.proto37
-rw-r--r--aclk/aclk-schemas/proto/nodeinstance/create/v1/creation.proto32
-rw-r--r--aclk/aclk-schemas/proto/nodeinstance/info/v1/info.proto148
-rw-r--r--aclk/aclk.c1361
-rw-r--r--aclk/aclk.h90
-rw-r--r--aclk/aclk_alarm_api.c44
-rw-r--r--aclk/aclk_alarm_api.h14
-rw-r--r--aclk/aclk_capas.c56
-rw-r--r--aclk/aclk_capas.h14
-rw-r--r--aclk/aclk_contexts_api.c41
-rw-r--r--aclk/aclk_contexts_api.h14
-rw-r--r--aclk/aclk_otp.c883
-rw-r--r--aclk/aclk_otp.h18
-rw-r--r--aclk/aclk_proxy.c186
-rw-r--r--aclk/aclk_proxy.h22
-rw-r--r--aclk/aclk_query.c366
-rw-r--r--aclk/aclk_query.h38
-rw-r--r--aclk/aclk_query_queue.c136
-rw-r--r--aclk/aclk_query_queue.h86
-rw-r--r--aclk/aclk_rrdhost_state.h11
-rw-r--r--aclk/aclk_rx_msgs.c568
-rw-r--r--aclk/aclk_rx_msgs.h17
-rw-r--r--aclk/aclk_stats.c480
-rw-r--r--aclk/aclk_stats.h77
-rw-r--r--aclk/aclk_tx_msgs.c276
-rw-r--r--aclk/aclk_tx_msgs.h20
-rw-r--r--aclk/aclk_util.c484
-rw-r--r--aclk/aclk_util.h121
-rw-r--r--aclk/helpers/mqtt_wss_pal.h19
-rw-r--r--aclk/helpers/ringbuffer_pal.h11
-rw-r--r--aclk/https_client.c869
-rw-r--r--aclk/https_client.h135
-rw-r--r--aclk/schema-wrappers/agent_cmds.cc38
-rw-r--r--aclk/schema-wrappers/agent_cmds.h27
-rw-r--r--aclk/schema-wrappers/alarm_config.cc140
-rw-r--r--aclk/schema-wrappers/alarm_config.h71
-rw-r--r--aclk/schema-wrappers/alarm_stream.cc221
-rw-r--r--aclk/schema-wrappers/alarm_stream.h128
-rw-r--r--aclk/schema-wrappers/capability.cc11
-rw-r--r--aclk/schema-wrappers/capability.h24
-rw-r--r--aclk/schema-wrappers/connection.cc72
-rw-r--r--aclk/schema-wrappers/connection.h47
-rw-r--r--aclk/schema-wrappers/context.cc125
-rw-r--r--aclk/schema-wrappers/context.h53
-rw-r--r--aclk/schema-wrappers/context_stream.cc42
-rw-r--r--aclk/schema-wrappers/context_stream.h36
-rw-r--r--aclk/schema-wrappers/node_connection.cc46
-rw-r--r--aclk/schema-wrappers/node_connection.h32
-rw-r--r--aclk/schema-wrappers/node_creation.cc39
-rw-r--r--aclk/schema-wrappers/node_creation.h31
-rw-r--r--aclk/schema-wrappers/node_info.cc136
-rw-r--r--aclk/schema-wrappers/node_info.h79
-rw-r--r--aclk/schema-wrappers/proto_2_json.cc88
-rw-r--r--aclk/schema-wrappers/proto_2_json.h18
-rw-r--r--aclk/schema-wrappers/schema_wrapper_utils.cc22
-rw-r--r--aclk/schema-wrappers/schema_wrapper_utils.h24
-rw-r--r--aclk/schema-wrappers/schema_wrappers.h19
76 files changed, 0 insertions, 9805 deletions
diff --git a/aclk/README.md b/aclk/README.md
deleted file mode 100644
index c853c2324..000000000
--- a/aclk/README.md
+++ /dev/null
@@ -1,133 +0,0 @@
-# Agent-Cloud link (ACLK)
-
-The Agent-Cloud link (ACLK) is the mechanism responsible for securely connecting a Netdata Agent to your web browser
-through Netdata Cloud. The ACLK establishes an outgoing secure WebSocket (WSS) connection to Netdata Cloud on port
-`443`. The ACLK is encrypted, safe, and _is only established if you connect your node_.
-
-The Cloud App lives at app.netdata.cloud which currently resolves to the following list of IPs:
-
-- 54.198.178.11
-- 44.207.131.212
-- 44.196.50.41
-
-> ### Caution
->
->This list of IPs can change without notice, we strongly advise you to whitelist following domains `app.netdata.cloud`, `mqtt.netdata.cloud`, if this is not an option in your case always verify the current domain resolution (e.g via the `host` command).
-
-For a guide to connecting a node using the ACLK, plus additional troubleshooting and reference information, read our [connect to Cloud
-documentation](https://github.com/netdata/netdata/blob/master/claim/README.md).
-
-## Data privacy
-
-[Data privacy](https://netdata.cloud/privacy/) is very important to us. We firmly believe that your data belongs to
-you. This is why **we don't store any metric data in Netdata Cloud**.
-
-All the data that you see in the web browser when using Netdata Cloud, is actually streamed directly from the Netdata Agent to the Netdata Cloud dashboard. The data passes through our systems, but it isn't stored.
-
-However, to be able to offer the stunning visualizations and advanced functionality of Netdata Cloud, it does store a limited number of _metadata_. Read more about our [security and privacy design](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md).
-
-## Enable and configure the ACLK
-
-The ACLK is enabled by default, with its settings automatically configured and stored in the Agent's memory. No file is
-created at `/var/lib/netdata/cloud.d/cloud.conf` until you either connect a node or create it yourself. The default
-configuration uses two settings:
-
-```conf
-[global]
- enabled = yes
- cloud base url = https://app.netdata.cloud
-```
-
-If your Agent needs to use a proxy to access the internet, you must [set up a proxy for
-connecting to cloud](https://github.com/netdata/netdata/blob/master/claim/README.md#connect-through-a-proxy).
-
-You can configure following keys in the `netdata.conf` section `[cloud]`:
-```
-[cloud]
- statistics = yes
- query thread count = 2
-```
-
-- `statistics` enables/disables ACLK related statistics and their charts. You can disable this to save some space in the database and slightly reduce memory usage of Netdata Agent.
-- `query thread count` specifies the number of threads to process cloud queries. Increasing this setting is useful for nodes with many children (streaming), which can expect to handle more queries (and/or more complicated queries).
-
-## Disable the ACLK
-
-You have two options if you prefer to disable the ACLK and not use Netdata Cloud.
-
-### Disable at installation
-
-You can pass the `--disable-cloud` parameter to the Agent installation when using a kickstart script
-([kickstart.sh](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md), or a [manual installation from
-Git](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/manual.md).
-
-When you pass this parameter, the installer does not download or compile any extra libraries. Once running, the Agent
-kills the thread responsible for the ACLK and connecting behavior, and behaves as though the ACLK, and thus Netdata Cloud,
-does not exist.
-
-### Disable at runtime
-
-You can change a runtime setting in your `cloud.conf` file to disable the ACLK. This setting only stops the Agent from
-attempting any connection via the ACLK, but does not prevent the installer from downloading and compiling the ACLK's
-dependencies.
-
-The file typically exists at `/var/lib/netdata/cloud.d/cloud.conf`, but can change if you set a prefix during
-installation. To disable the ACLK, open that file and change the `enabled` setting to `no`:
-
-```conf
-[global]
- enabled = no
-```
-
-If the file at `/var/lib/netdata/cloud.d/cloud.conf` doesn't exist, you need to create it.
-
-Copy and paste the first two lines from below, which will change your prompt to `cat`.
-
-```bash
-cd /var/lib/netdata/cloud.d
-cat > cloud.conf << EOF
-```
-
-Copy and paste in lines 3-6, and after the final `EOF`, hit **Enter**. The final line must contain only `EOF`. Hit **Enter** again to return to your normal prompt with the newly-created file.
-
-To get your normal prompt back, the final line
-must contain only `EOF`.
-
-```bash
-[global]
- enabled = no
- cloud base url = https://app.netdata.cloud
-EOF
-```
-
-You also need to change the file's permissions. Use `grep "run as user" /etc/netdata/netdata.conf` to figure out which
-user your Agent runs as (typically `netdata`), and replace `netdata:netdata` as shown below if necessary:
-
-```bash
-sudo chmod 0770 cloud.conf
-sudo chown netdata:netdata cloud.conf
-```
-
-Restart your Agent to disable the ACLK.
-
-### Re-enable the ACLK
-
-If you first disable the ACLK and any Cloud functionality and then decide you would like to use Cloud, you must either
-[reinstall Netdata](https://github.com/netdata/netdata/blob/master/packaging/installer/REINSTALL.md) with Cloud enabled or change the runtime setting in your
-`cloud.conf` file.
-
-If you passed `--disable-cloud` to `netdata-installer.sh` during installation, you must
-[reinstall](https://github.com/netdata/netdata/blob/master/packaging/installer/REINSTALL.md) your Agent. Use the same method as before, but pass `--require-cloud` to
-the installer. When installation finishes you can [connect your node](https://github.com/netdata/netdata/blob/master/claim/README.md#how-to-connect-a-node).
-
-If you changed the runtime setting in your `var/lib/netdata/cloud.d/cloud.conf` file, edit the file again and change
-`enabled` to `yes`:
-
-```conf
-[global]
- enabled = yes
-```
-
-Restart your Agent and [connect your node](https://github.com/netdata/netdata/blob/master/claim/README.md#how-to-connect-a-node).
-
-
diff --git a/aclk/aclk-schemas/.gitignore b/aclk/aclk-schemas/.gitignore
deleted file mode 100644
index bd495e9a7..000000000
--- a/aclk/aclk-schemas/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-*.pb.go
-
-#Agent
-*.pb.cc
-*.pb.h
-*.pb.o
-*.pb.Po
-.dirstamp
-
-#Jetbrains
-.idea
diff --git a/aclk/aclk-schemas/.travis.yml b/aclk/aclk-schemas/.travis.yml
deleted file mode 100644
index 7c99550fe..000000000
--- a/aclk/aclk-schemas/.travis.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-language: minimal
-install: make deps
-script: make CI
diff --git a/aclk/aclk-schemas/LICENSE b/aclk/aclk-schemas/LICENSE
deleted file mode 100644
index f288702d2..000000000
--- a/aclk/aclk-schemas/LICENSE
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- <program> Copyright (C) <year> <name of author>
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<https://www.gnu.org/licenses/>.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-<https://www.gnu.org/licenses/why-not-lgpl.html>.
diff --git a/aclk/aclk-schemas/Makefile b/aclk/aclk-schemas/Makefile
deleted file mode 100644
index 8f4003070..000000000
--- a/aclk/aclk-schemas/Makefile
+++ /dev/null
@@ -1,74 +0,0 @@
-SHELL := /usr/bin/env bash -o pipefail
-
-# This controls the location of the cache.
-PROJECT := cloud-schemas
-# This controls the remote HTTPS git location to compare against for breaking changes in CI.
-#
-# Most CI providers only clone the branch under test and to a certain depth, so when
-# running buf check breaking in CI, it is generally preferable to compare against
-# the remote repository directly.
-#
-# Basic authentication is available, see https://buf.build/docs/inputs#https for more details.
-HTTPS_GIT := https://github.com/netdata/cloud-schemas.git
-
-# This controls the version of buf to install and use.
-BUF_VERSION := 0.6.0
-
-### Everything below this line is meant to be static, i.e. only adjust the above variables. ###
-
-UNAME_OS := $(shell uname -s)
-UNAME_ARCH := $(shell uname -m)
-# Buf will be cached to ~/.cache/buf-example.
-CACHE_BASE := $(HOME)/.cache/$(PROJECT)
-# This allows switching between i.e a Docker container and your local setup without overwriting.
-CACHE := $(CACHE_BASE)/$(UNAME_OS)/$(UNAME_ARCH)
-# The location where buf will be installed.
-CACHE_BIN := $(CACHE)/bin
-# Marker files are put into this directory to denote the current version of binaries that are installed.
-CACHE_VERSIONS := $(CACHE)/versions
-
-# Update the $PATH so we can use buf directly
-export PATH := $(abspath $(CACHE_BIN)):$(PATH)
-
-# BUF points to the marker file for the installed version.
-#
-# If BUF_VERSION is changed, the binary will be re-downloaded.
-BUF := $(CACHE_VERSIONS)/buf/$(BUF_VERSION)
-$(BUF):
- @rm -f $(CACHE_BIN)/buf
- @mkdir -p $(CACHE_BIN)
- curl -sSL \
- "https://github.com/bufbuild/buf/releases/download/v$(BUF_VERSION)/buf-$(UNAME_OS)-$(UNAME_ARCH)" \
- -o "$(CACHE_BIN)/buf"
- chmod +x "$(CACHE_BIN)/buf"
- @rm -rf $(dir $(BUF))
- @mkdir -p $(dir $(BUF))
- @touch $(BUF)
-
-.DEFAULT_GOAL := local
-
-# deps allows us to install deps without running any checks.
-
-.PHONY: deps
-deps: $(BUF)
-
-# local is what we run when testing locally.
-# This does breaking change detection against our local git repository.
-
-.PHONY: local
-local: $(BUF)
- buf check lint ./proto
- buf check breaking --against '.git#branch=master'
-
-# https is what we run when testing in most CI providers.
-# This does breaking change detection against our git repository.
-
-.PHONY: CI
-CI: $(BUF)
- buf check lint ./proto
- buf check breaking --against ".git#branch=master"
-
-.PHONY: clean
-clean:
- git clean -xdf
- rm -rf $(CACHE_BASE) \ No newline at end of file
diff --git a/aclk/aclk-schemas/README.md b/aclk/aclk-schemas/README.md
deleted file mode 100644
index aa6188977..000000000
--- a/aclk/aclk-schemas/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# aclk-schemas
-Protobuf schemas used in ACLK connection
diff --git a/aclk/aclk-schemas/buf.yml b/aclk/aclk-schemas/buf.yml
deleted file mode 100644
index 532053d91..000000000
--- a/aclk/aclk-schemas/buf.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-build:
- roots:
- - proto
-lint:
- use:
- - DEFAULT
-breaking:
- use:
- - FILE
diff --git a/aclk/aclk-schemas/proto/aclk/v1/lib.proto b/aclk/aclk-schemas/proto/aclk/v1/lib.proto
deleted file mode 100644
index f32c32c6e..000000000
--- a/aclk/aclk-schemas/proto/aclk/v1/lib.proto
+++ /dev/null
@@ -1,22 +0,0 @@
-syntax = "proto3";
-
-package aclk_lib.v1;
-
-import "google/protobuf/timestamp.proto";
-
-option go_package = "aclk_lib/v1;aclklib";
-
-// ACLKMessagePosition is used by sequenced messages to define their exact position
-message ACLKMessagePosition {
- uint64 sequence_id = 1;
- // auto generated in Agent's DB upon sequence_id creation
- google.protobuf.Timestamp seq_id_created_at = 2;
- uint64 previous_sequence_id = 3;
-}
-
-message Capability {
- string name = 1;
- uint32 version = 2;
- // version == 0 is equivalent to not having the capability at all
- bool enabled = 3;
-}
diff --git a/aclk/aclk-schemas/proto/agent/v1/cmds.proto b/aclk/aclk-schemas/proto/agent/v1/cmds.proto
deleted file mode 100644
index c37c00c3a..000000000
--- a/aclk/aclk-schemas/proto/agent/v1/cmds.proto
+++ /dev/null
@@ -1,79 +0,0 @@
-syntax = "proto3";
-option go_package = "agent/v1;agent";
-
-package agent.v1;
-
-import "google/protobuf/timestamp.proto";
-import "proto/aclk/v1/lib.proto";
-
-message CancelPendingRequest {
- // must match the ID sent with the request originally made
- // other than this agent will not put conditions on it
- // and will treat it as opaque string (it simply has to match)
- // However this doesn't mean there are no conditions on the id
- // made on the request side
- string request_id = 1;
-
- // time when the cancellation request was generated
- google.protobuf.Timestamp timestamp = 2;
-
- // optional might be useful for debugging purposes
- string trace_id = 3;
-}
-
-// AgentCommand is sent from the Cloud to the Agent at `/agent/{claim_id}/inbound/v1/cmd/AgentCommand`
-// the message includes the resource that the Cloud needs to GET from the Agent HTTP API along with related metadata
-message AgentCommand {
- // the topic to which the Cloud awaits for the AgentCommandResponse.
- // example: `/svc/agent-data-ctrl/2d7b7edd-561e-4aec-8ac1-466a585520f5/resp`
- string callback_topic = 1;
- // the topic to which the Cloud awaits for the AgentCommandAck.
- // example: `/svc/agent-data-ctrl/2d7b7edd-561e-4aec-8ac1-466a585520f5/resp`
- string ack_topic = 2;
- // unique identifier for the AgentCommand
- // example: `617038b3-7c2a-4617-a78f-ab37bd820198`
- string message_id = 3;
- // defined in milliseconds, the time the Agent has to respond before Cloud
- // considering the request as timed-out
- // example: `60000`
- uint64 timeout = 4;
- // defined in milliseconds, the time the Agent has to send back to the Cloud
- // an AgentCommandAck message signaling that is still working on the request
- // example: `3000`
- uint64 ack_timeout = 5;
- // the requested Agent resource
- // example: `/api/v2/data?query_params_go_here`
- string resource = 6;
-}
-
-// AgentCommandAck is sent from the Agent to the Cloud at predefined intervals (`AgentCommand.ack_timeout`) to predefined topic (`AgentCommand.ack_topic`)
-// signaling that the Agent is still working to serve an AgentCommand (referenced by the message_id) that the Cloud sent
-message AgentCommandAck {
- // unique identifier to reference AgentCommand on which the Agent is still working on serving
- // example: `617038b3-7c2a-4617-a78f-ab37bd820198`
- string message_id = 1;
- // the timestamp when the Agent created this AgentCommandAck message
- google.protobuf.Timestamp created_at = 2;
- // integer revealing the progress of completion to serve the AgentCommand with the given message_id
- // example: `25`
- uint32 progress_percent = 3;
-}
-
-// AgentCommandResponse is sent from the Agent to the Cloud at `/agent/{claim_id}/inbound/v1/cmd/AgentCommand`
-// the message includes the resource that the Cloud needs to GET from the Agent HTTP API along with related metadata
-message AgentCommandResponse {
- // unique identifier for the AgentCommand
- // example: `617038b3-7c2a-4617-a78f-ab37bd820198`
- string message_id = 1;
- // the (http) status code of the Agent's API response
- // example: `200`
- uint32 status_code = 2;
- // the dumped raw (http) response the Agent's API returned
- bytes response = 3;
- // the Agent's timestamp (aka legacy `timestamp`)
- google.protobuf.Timestamp timestamp = 4;
- // the timestamp when the Agent received the AgentCommand for execution (aka legacy `t-rx`)
- google.protobuf.Timestamp received_at = 5;
- // the amount of microseconds the Agent needed to execute the HTTP request of the AgentCommand (aka legacy`t-exec`)
- uint64 exec_time = 6;
-}
diff --git a/aclk/aclk-schemas/proto/agent/v1/connection.proto b/aclk/aclk-schemas/proto/agent/v1/connection.proto
deleted file mode 100644
index 4321b0b90..000000000
--- a/aclk/aclk-schemas/proto/agent/v1/connection.proto
+++ /dev/null
@@ -1,59 +0,0 @@
-syntax = "proto3";
-option go_package = "agent/v1;agent";
-
-package agent.v1;
-
-import "google/protobuf/timestamp.proto";
-import "google/protobuf/duration.proto";
-import "proto/aclk/v1/lib.proto";
-
-message UpdateAgentConnection {
- string claim_id = 1;
- bool reachable = 2;
-
- int64 session_id = 3;
-
- ConnectionUpdateSource update_source = 4;
-
- // mqtt_broker_addr shard to use for reaching the agent
- // cloud injects this information
- string mqtt_broker_addr = 5;
-
- google.protobuf.Timestamp updated_at = 6;
-
- // vmq_instance_id broker shard to use for reaching the agent
- // cloud injects this information
- int32 vmq_instance_id = 7;
-
- // > 15 optional fields:
- // How long the system was running until connection (only applicable when reachable=true)
- google.protobuf.Duration system_uptime = 15;
-
- // How long the netdata agent was running until connection (only applicable when reachable=true)
- google.protobuf.Duration agent_uptime = 16;
-
- repeated aclk_lib.v1.Capability capabilities = 17;
-}
-
-message SendNodeInstances {
- string claim_id = 1;
- Config config = 2;
-}
-
-// ConnectionUpdateSource is to determine whether the connection update was issued
-enum ConnectionUpdateSource {
- // CONNECTION_UPDATE_SOURCE_UNSPECIFIED acts as default value for protobuf and is never specified
- CONNECTION_UPDATE_SOURCE_UNSPECIFIED = 0;
- // CONNECTION_UPDATE_SOURCE_AGENT A direct message from an agent
- CONNECTION_UPDATE_SOURCE_AGENT = 1;
- // CONNECTION_UPDATE_SOURCE_LWT message delivered as the Last Will and Testiment from MQTT broker if an agent connection with the broker is lost
- CONNECTION_UPDATE_SOURCE_LWT = 2;
- // CONNECTION_UPDATE_SOURCE_HEURISTIC A cloud generated message to sanitize incorrect internal state
- CONNECTION_UPDATE_SOURCE_HEURISTIC = 3;
-}
-
-message Config {
- bool bearer_protection = 1;
- bool cloud_only_notifications = 2;
- bool universal_dashboards = 3;
-}
diff --git a/aclk/aclk-schemas/proto/agent/v1/disconnect.proto b/aclk/aclk-schemas/proto/agent/v1/disconnect.proto
deleted file mode 100644
index 852ef702a..000000000
--- a/aclk/aclk-schemas/proto/agent/v1/disconnect.proto
+++ /dev/null
@@ -1,16 +0,0 @@
-syntax = "proto3";
-
-package agent.v1;
-
-import "google/protobuf/timestamp.proto";
-
-option go_package = "agent/v1;agent";
-
-// Sent by Cloud to instruct Agent to disconnect ASAP
-message DisconnectReq {
- uint64 reconnect_after_seconds = 1;
- bool permaban = 2;
- google.protobuf.Timestamp created_at = 3;
- uint32 error_code = 4;
- string error_description = 5;
-}
diff --git a/aclk/aclk-schemas/proto/alarm/v1/config.proto b/aclk/aclk-schemas/proto/alarm/v1/config.proto
deleted file mode 100644
index 430078fcf..000000000
--- a/aclk/aclk-schemas/proto/alarm/v1/config.proto
+++ /dev/null
@@ -1,61 +0,0 @@
-syntax = "proto3";
-
-package alarms.v1;
-
-option go_package = "alarms/v1;alarms";
-
-message SendAlarmConfiguration{
- string config_hash = 1;
-}
-
-message ProvideAlarmConfiguration {
- string config_hash = 1;
- AlarmConfiguration config = 2;
-}
-
-message AlarmConfiguration{
- string alarm = 1;
- string template = 2;
- string on_chart = 3;
-
- string classification = 4;
- string type = 5;
- string component = 6;
-
- string os = 7;
- string hosts = 8;
- string plugin = 9;
- string module = 10;
- string charts = 11;
- string families = 12;
- string lookup = 13;
- string every = 14;
- string units = 15;
-
- string green = 16;
- string red = 17;
-
- string calculation_expr = 18;
- string warning_expr = 19;
- string critical_expr = 20;
-
- string recipient = 21;
- string exec = 22;
- string delay = 23;
- string repeat = 24;
- string info = 25;
- string options = 26;
- string host_labels = 27;
-
- //parsed values from above config values
- //indicated by p_
- int32 p_db_lookup_after = 28;
- int32 p_db_lookup_before = 29;
- string p_db_lookup_dimensions = 30;
- string p_db_lookup_method = 31;
- string p_db_lookup_options = 32;
- int32 p_update_every = 33;
-
- string chart_labels = 34;
- string summary = 35;
-}
diff --git a/aclk/aclk-schemas/proto/alarm/v1/stream.proto b/aclk/aclk-schemas/proto/alarm/v1/stream.proto
deleted file mode 100644
index 44f190682..000000000
--- a/aclk/aclk-schemas/proto/alarm/v1/stream.proto
+++ /dev/null
@@ -1,148 +0,0 @@
-syntax = "proto3";
-
-package alarms.v1;
-
-import "google/protobuf/timestamp.proto";
-
-option go_package = "alarms/v1;alarms";
-
-message SendAlarmLogHealth {
- string node_id = 1;
-}
-
-message AlarmLogHealth {
- string claim_id = 1;
- string node_id = 2;
- bool enabled = 3;
- AlarmLogStatus status = 4;
- LogEntries log_entries = 5;
-}
-
-message LogEntries {
- int64 first_sequence_id = 1;
- google.protobuf.Timestamp first_when = 2;
-
- int64 last_sequence_id = 3;
- google.protobuf.Timestamp last_when = 4;
-}
-
-enum AlarmLogStatus {
- ALARM_LOG_STATUS_UNSPECIFIED = 0;
- ALARM_LOG_STATUS_RUNNING = 1;
- ALARM_LOG_STATUS_IDLE = 2;
-}
-
-message StartAlarmStreaming {
- string node_id = 1;
- uint64 batch_id = 2 [deprecated=true];
- uint64 start_sequnce_id = 3 [deprecated=true];
- // Instructs the agent to sync all configured alarms
- bool resets = 4;
-}
-
-message SendAlarmCheckpoint {
- string node_id = 1;
- string claim_id = 2;
-}
-
-message AlarmCheckpoint {
- string node_id = 1;
- string claim_id = 2;
- bytes checksum = 3;
-}
-
-message AlarmLogEntry {
- string node_id = 1;
- string claim_id = 2;
-
- // The chart's id field
- string chart = 3;
- string name = 4;
- string family = 5;
- uint64 batch_id = 6 [deprecated=true];
- uint64 sequence_id = 7 [deprecated=true];
- uint64 when = 8;
-
- string config_hash = 9;
-
- int32 utc_offset = 10;
- string timezone = 11;
-
- // Paths that can be custom for the same alarm, but depend on installation path for each user. Should be here or in config ?
- string exec_path = 12;
- string conf_source = 13;
- string command = 14;
-
- // In seconds, uint32 is safe ?
- uint32 duration = 15;
- uint32 non_clear_duration = 16;
-
- AlarmStatus status = 17;
- AlarmStatus old_status = 18;
- uint64 delay = 19;
- uint64 delay_up_to_timestamp = 20;
- // Todo: verify that we need these. sequence_id doesn't suffice?
- // uint64 updated_by_id = 12;
- // uint64 updates_id = 13;
- uint64 last_repeat = 21;
- bool silenced = 22;
-
- // Check if string values are needed
- string value_string = 23;
- string old_value_string = 24;
-
- double value = 25;
- double old_value = 26;
-
- // Updated alarm entry, when the status of the alarm has been updated by a later entry
- bool updated = 27;
-
- // Rendered_info
- string rendered_info = 28;
-
- // The chart's context field
- string chart_context = 29;
-
- // Counter of alert transitions for this alert chain
- uint64 event_id = 30;
-
- // A unique uuid for this alert event
- string transition_id = 31;
-
- // The chart's name field
- string chart_name = 32;
-
- // The rendered summary
- string summary = 33;
-}
-
-enum AlarmStatus {
- ALARM_STATUS_NULL = 0;
- ALARM_STATUS_UNKNOWN = 1;
- ALARM_STATUS_REMOVED = 2;
- ALARM_STATUS_NOT_A_NUMBER = 3;
- ALARM_STATUS_CLEAR = 4;
- ALARM_STATUS_WARNING = 5;
- ALARM_STATUS_CRITICAL = 6;
-}
-
-// SendAlarmSnapshot: send from cloud to the agent, to initiate an AlarmSnapshot image of current alarms back to the cloud
-message SendAlarmSnapshot {
- string node_id = 1;
- string claim_id = 2;
- uint64 snapshot_id = 3 [deprecated=true];
- uint64 sequence_id = 4 [deprecated=true];
- string snapshot_uuid = 5;
-}
-
-// Agent responds with AlarmSnapshot to a SendAlarmSnapshot message
-message AlarmSnapshot{
- string node_id = 1;
- string claim_id = 2;
- uint64 snapshot_id = 3 [deprecated=true]; // Same id from SendAlarmSnapshot message
- uint32 chunks = 4; // In case full snapshot can not fit in a single message, indicates the total number of messages for this snapshot_id
- uint32 chunk_size = 5; // How many alerts this chunk contains
- uint32 chunk = 6; // Chunk index of this message
- repeated AlarmLogEntry alarms = 7; // a list of AlarmLogEntry's
- string snapshot_uuid = 8;
-}
diff --git a/aclk/aclk-schemas/proto/chart/v1/config.proto b/aclk/aclk-schemas/proto/chart/v1/config.proto
deleted file mode 100644
index f0c5e3a35..000000000
--- a/aclk/aclk-schemas/proto/chart/v1/config.proto
+++ /dev/null
@@ -1,37 +0,0 @@
-syntax = "proto3";
-
-package chart.v1;
-
-option go_package = "chart/config/v1;chartconfig";
-
-// UpdateChartConfigs command contains the list of missing chart configs from the cloud to agent
-message UpdateChartConfigs {
- // claim_id, node_id pair is used to identify the Node Instance
- string claim_id = 1;
- string node_id = 2;
- // list of config hashes missing from cloud and requested from the agent
- repeated string config_hashes = 3;
-}
-
-message ChartConfigsUpdated {
- repeated ChartConfigUpdated configs = 1;
-}
-
-message ChartConfigUpdated {
- string type = 1;
- string family = 2;
- string context = 3;
- string title = 4;
- uint64 priority = 5;
- string plugin = 6;
- string module = 7;
- ChartType chart_type = 8;
- string units = 9;
- string config_hash = 10;
-}
-
-enum ChartType {
- LINE = 0;
- AREA = 1;
- STACKED = 2;
-}
diff --git a/aclk/aclk-schemas/proto/chart/v1/dimension.proto b/aclk/aclk-schemas/proto/chart/v1/dimension.proto
deleted file mode 100644
index 8bcb564b8..000000000
--- a/aclk/aclk-schemas/proto/chart/v1/dimension.proto
+++ /dev/null
@@ -1,24 +0,0 @@
-syntax = "proto3";
-
-package chart.v1;
-
-import "google/protobuf/timestamp.proto";
-
-import "proto/aclk/v1/lib.proto";
-
-option go_package = "chart/dimension/v1;chartdimension";
-
-// ChartDimensionUpdated is a single event sent from the Agent to the Cloud containing chart dimension data.
-//
-// ChartDimensionUpdated messages are dispatched in bulk to the Cloud wrapped in ChartsAndDimensionsUpdated messages.
-message ChartDimensionUpdated {
- string id = 1;
- string chart_id = 2;
- string node_id = 3;
- string claim_id = 4;
- string name = 5;
- google.protobuf.Timestamp created_at = 6;
- // null value means that the dimension is currently collected (live)
- google.protobuf.Timestamp last_timestamp = 7;
- aclk_lib.v1.ACLKMessagePosition position = 8;
-}
diff --git a/aclk/aclk-schemas/proto/chart/v1/instance.proto b/aclk/aclk-schemas/proto/chart/v1/instance.proto
deleted file mode 100644
index 25c99e7c7..000000000
--- a/aclk/aclk-schemas/proto/chart/v1/instance.proto
+++ /dev/null
@@ -1,32 +0,0 @@
-syntax = "proto3";
-
-package chart.v1;
-
-import "proto/aclk/v1/lib.proto";
-
-option go_package = "chart/instance/v1;chartinstance";
-
-// ChartInstanceUpdated is a single event sent from the Agent to the Cloud containing chart instance data.
-//
-// ChartInstanceUpdated messages are dispatched in bulk to the Cloud wrapped in ChartsAndDimensionsUpdated messages.
-message ChartInstanceUpdated {
- string id = 1;
- string claim_id = 2;
- string node_id = 3;
- string name = 4;
- map<string, string> chart_labels = 5;
- MemoryMode memory_mode = 6;
- // in seconds
- uint32 update_every_interval = 7;
- string config_hash = 8;
- aclk_lib.v1.ACLKMessagePosition position = 9;
-}
-
-enum MemoryMode {
- NONE = 0;
- RAM = 1;
- MAP = 2;
- SAVE = 3;
- ALLOC = 4;
- DB_ENGINE = 5;
-}
diff --git a/aclk/aclk-schemas/proto/chart/v1/stream.proto b/aclk/aclk-schemas/proto/chart/v1/stream.proto
deleted file mode 100644
index 9473538f2..000000000
--- a/aclk/aclk-schemas/proto/chart/v1/stream.proto
+++ /dev/null
@@ -1,86 +0,0 @@
-syntax = "proto3";
-
-package chart.v1;
-
-import "google/protobuf/timestamp.proto";
-
-import "proto/chart/v1/instance.proto";
-import "proto/chart/v1/dimension.proto";
-
-option go_package = "chart/stream/v1;chartstream";
-
-// StreamChartsAndDimensions is a Command produced by the Cloud, consumed by the Agent.
-//
-// It instructs the Agent to start sending ChartsAndDimensionsUpdated messages for a NodeInstance
-// after the last sequence_id that the Cloud has successfully ingested.
-message StreamChartsAndDimensions {
- // claim_id, node_id pair is used to identify the Node Instance
- string claim_id = 1;
- string node_id = 2;
-
- // sequence_id last verified sequence sent by the Agent
- uint64 sequence_id = 3;
- // batch_id identifies the stream_id and gets incremented every time the Cloud sends a new StreamChartsAndDimensions command
- uint64 batch_id = 4;
- // seq_id_created_at autogenerated timestamp in Agent's DB upon sequence_id creation
- google.protobuf.Timestamp seq_id_created_at = 5;
-}
-
-
-// ChartsAndDimensionsAck is an Event produced by the Cloud, consumed by the Agent.
-//
-// This Event is an acknowledgment from the Cloud side that Chart messages up to a specific last_sequence_id
-// have been successfully ingested, and could be potentially deleted from the Agent's DB.
-message ChartsAndDimensionsAck {
- string claim_id = 1;
- string node_id = 2;
- // the last verified stored message's seq_id
- uint64 last_sequence_id = 3;
-}
-
-// ResetChartMessages is a Command produced by the Agent, consumed by the Cloud.
-//
-// This Command instructs the Cloud to clear its Chart state for a specific NodeInstance and re-sync
-// because of a ResetReason.
-message ResetChartMessages {
- // claim_id, node_id pair is used to identify the Node Instance
- string claim_id = 1;
- string node_id = 2;
-
- ResetReason reason = 3;
-}
-
-enum ResetReason {
- DB_EMPTY = 0;
- SEQ_ID_NOT_EXISTS = 1;
- TIMESTAMP_MISMATCH = 2;
-}
-
-// ChartsAndDimensionsUpdated is a wrapper Event (`fat` message) produced by the Agent, consumed by the Cloud.
-//
-// It potentially includes a collection of ChartInstanceUpdated messages and|or a collection of ChartDimensionUpdated messages.
-message ChartsAndDimensionsUpdated {
- repeated chart.v1.ChartInstanceUpdated charts = 1;
- repeated chart.v1.ChartDimensionUpdated dimensions = 2;
- uint64 batch_id = 3;
-}
-
-// RetentionUpdated includes the available retentions (in seconds) of the dimensions - of a specific node instance and memory-mode -
-// on a per update_every level.
-// This message is sent over upon Agent Database rotation events to inform the Cloud in total about the newly updated data retentions
-// of a node instance's dimensions.
-message RetentionUpdated {
- // claim_id, node_id pair is used to identify the Node Instance
- string claim_id = 1;
- string node_id = 2;
- // the memory_mode used by the node instance's chart instances
- chart.v1.MemoryMode memory_mode = 3;
- // this mapping identifies the newly updated available retention (in seconds) of the node instance's dimensions
- // the keys are the update_every categories of various dimensions (1, 2, 4, 10 etc.),
- // and the values are the available retention (in seconds) of each dimension belonging to the update_every category
- // denoted by the key
- map<uint32, uint32> interval_durations = 4;
- // the timestamp when the db rotation event took place. Can be used in conjunction with the interval_durations
- // to compute the beginning of each `updated_every` group's retention
- google.protobuf.Timestamp rotation_timestamp = 5;
-}
diff --git a/aclk/aclk-schemas/proto/context/v1/context.proto b/aclk/aclk-schemas/proto/context/v1/context.proto
deleted file mode 100644
index eb771f8eb..000000000
--- a/aclk/aclk-schemas/proto/context/v1/context.proto
+++ /dev/null
@@ -1,57 +0,0 @@
-syntax = "proto3";
-
-package context.v1;
-
-option go_package = "context/v1;context";
-
-// ContextsUpdated is an Event produced by the Agent, consumed by the Cloud.
-//
-// it contains a collection of ContextUpdated messages for a specific NodeInstance.
-message ContextsUpdated {
- // contexUpdates contains the collection of context updates
- repeated ContextUpdated contextUpdates = 1;
- // claim_id, node_id pair identifies the node instance
- string claim_id = 2;
- string node_id = 3;
- // version_hash is the contexts version_hash result the cloud should
- // get after applying this message updates.
- uint64 version_hash = 4;
- // it's and always increasing number to compare
- // which version_hash is more recent between multiple
- // ContextsUpdated messages. Bigger means more recent.
- uint64 created_at = 5;
-}
-
-// ContextUpdated contains context data.
-message ContextUpdated {
- // context id
- string id = 1;
- // context version is an epoch in seconds.
- uint64 version = 2;
- // first_entry, last_entry are epochs in seconds
- uint64 first_entry = 3;
- uint64 last_entry = 4;
- // deleted flag is used to signal a context deletion
- bool deleted = 5;
- // context configuration fields
- string title = 6;
- uint64 priority = 7;
- string chart_type = 8;
- string units = 9;
- string family = 10;
-}
-
-// ContextsSnapshot is an Event produced by the Agent, consumed by the Cloud.
-//
-// it contains a snapshot of the existing contexts on the Agent.
-// snapshot version and context versions are epochs in seconds so we can
-// identify if a context version was generated after a specific snapshot.
-message ContextsSnapshot {
- // contexts contains the collection of existing contexts
- repeated ContextUpdated contexts = 1;
- // claim_id, node_id pair identifies the node instance
- string claim_id = 2;
- string node_id = 3;
- // version is an epoch in seconds
- uint64 version = 4;
-}
diff --git a/aclk/aclk-schemas/proto/context/v1/stream.proto b/aclk/aclk-schemas/proto/context/v1/stream.proto
deleted file mode 100644
index a6e7e3abf..000000000
--- a/aclk/aclk-schemas/proto/context/v1/stream.proto
+++ /dev/null
@@ -1,34 +0,0 @@
-syntax = "proto3";
-
-package context.v1;
-
-option go_package = "context/v1;context";
-
-// ContextsCheckpoint is a Command produced by the Cloud, consumed by the Agent.
-//
-// It informs the Agent the contexts' version_hash that the cloud has for a specific NodeInstance.
-message ContextsCheckpoint {
- // claim_id, node_id pair is used to identify the NodeInstance.
- string claim_id = 1;
- string node_id = 2;
- // version_hash tells the Agent the current version hash for the contexts received
- // if the version hash calculated by the Agent is different, Agent will request
- // to re-sync all contexts.
- uint64 version_hash= 3;
-}
-
-// StopStreamingContexts is a Command produced by the Cloud, consumed by the Agent.
-//
-// It instructs the Agent to stop sending ContextsUpdated messages for a NodeInstance
-// due to a reason.
-message StopStreamingContexts {
- // claim_id, node_id pair is used to identify the node instance
- string claim_id = 1;
- string node_id = 2;
-
- StopStreamingContextsReason reason = 3;
-}
-
-enum StopStreamingContextsReason {
- RATE_LIMIT_EXCEEDED = 0;
-}
diff --git a/aclk/aclk-schemas/proto/nodeinstance/connection/v1/connection.proto b/aclk/aclk-schemas/proto/nodeinstance/connection/v1/connection.proto
deleted file mode 100644
index f0c02461e..000000000
--- a/aclk/aclk-schemas/proto/nodeinstance/connection/v1/connection.proto
+++ /dev/null
@@ -1,37 +0,0 @@
-syntax = "proto3";
-option go_package = "nodeinstance/connection/v1;nodeinstanceconnection";
-
-package nodeinstance.v1;
-
-import "google/protobuf/timestamp.proto";
-import "proto/aclk/v1/lib.proto";
-
-message UpdateNodeInstanceConnection {
- string claim_id = 1;
- string node_id = 2;
-
- // liveness whether node data are actively streamed to the agent.
- bool liveness = 3;
-
- // queryable whether the agent has data about the node.
- bool queryable = 4;
-
- int64 session_id = 5;
-
- google.protobuf.Timestamp updated_at = 6;
-
- // mqtt_broker_addr shard to use for reaching the agent
- // cloud injects this information.
- string mqtt_broker_addr = 7;
-
- // vmq_instance_id broker shard to use for reaching the agent
- // cloud injects this information.
- int32 vmq_instance_id = 8;
-
- // hops is the number of streaming hops between collection of node data
- // and the claimed agent. Zero if no streaming is involved.
- int32 hops = 9;
-
- // capabilities of node instance NOT the NODE or agent!!!
- repeated aclk_lib.v1.Capability capabilities = 10;
-}
diff --git a/aclk/aclk-schemas/proto/nodeinstance/create/v1/creation.proto b/aclk/aclk-schemas/proto/nodeinstance/create/v1/creation.proto
deleted file mode 100644
index 922337154..000000000
--- a/aclk/aclk-schemas/proto/nodeinstance/create/v1/creation.proto
+++ /dev/null
@@ -1,32 +0,0 @@
-syntax = "proto3";
-option go_package = "node_instance/creation/v1;node_instancecreation";
-
-package nodeinstance.create.v1;
-
-message CreateNodeInstance {
- // Claim ID of the Agent the Node Instance belongs to.
- // Eventually, the NodeInstance will be identified by the compilation of
- // this claim_id and NodeID returned by `CreateNodeInstanceResult`
- string claim_id = 1;
- // Machine GUID of the Machine the request comes from
- // Used to look for an existing NodeID in the space claim_id belongs to
- string machine_guid = 2;
- string hostname = 3;
-
- // vmq_instance_id broker shard to use for reaching the agent
- // cloud injects this information.
- int32 vmq_instance_id = 4;
- // mqtt_broker_addr shard to use for reaching the agent
- // cloud injects this information.
- string mqtt_broker_addr = 5;
-
- // hops is the number of streaming hops between collection of node data
- // and the claimed agent. Zero if no streaming is involved.
- int32 hops = 6;
-}
-
-message CreateNodeInstanceResult {
- string node_id = 1;
- string machine_guid = 2;
-}
-
diff --git a/aclk/aclk-schemas/proto/nodeinstance/info/v1/info.proto b/aclk/aclk-schemas/proto/nodeinstance/info/v1/info.proto
deleted file mode 100644
index 7aa9d0448..000000000
--- a/aclk/aclk-schemas/proto/nodeinstance/info/v1/info.proto
+++ /dev/null
@@ -1,148 +0,0 @@
-syntax = "proto3";
-option go_package = "node_instance/info/v1;nodeinstanceinfo";
-
-package nodeinstance.info.v1;
-
-import "google/protobuf/timestamp.proto";
-import "proto/aclk/v1/lib.proto";
-
-// UpdateNodeInfo (Command)
-//
-// pulsar topic: `UpdateNodeInfo` (sharded)
-//
-// key: `claim_id,node_id`
-//
-// Publishers: `netdata/agent`
-// Subscribers: `cloud-node-mqtt-output-service`
-//
-// When:
-// On nodeinstance connect
-//
-message UpdateNodeInfo {
- string node_id = 7;
-
- string claim_id = 1;
-
- NodeInfo data = 2;
- // to be obsoleted in future
- // all new fields should go into node_info
- // or node_instance_info respectively
-
- google.protobuf.Timestamp updated_at = 3;
-
- int64 session_id = 4;
-
- string machine_guid = 5;
-
- bool child = 6;
-
- MachineLearningInfo ml_info = 8;
- // to be obsoleted in far future
-
- NodeInfo2 node_info = 9;
- // node_info shows data about actual node
- // for example feature (ml) for this
- // node (child) might be available/enabled on the node (child) directly
- // but not available trough the parent (node_instance)
-
- NodeInstanceInfo node_instance_info = 10;
- // info specific to the node_instance for this node available trough agent
- // who sends this message.
- // e.g. machine learning is enabled for this node and processing is done
- // by the actual agent (parent). (child itself might or might not be
- // ml ml_capable by itself (see node_info))
-}
-
-message NodeInfo2 {
- repeated aclk_lib.v1.Capability capabilities = 1;
-}
-
-message NodeInstanceInfo {
- repeated aclk_lib.v1.Capability capabilities = 1;
-}
-
-// NodeInfo describes the metadata of a node
-message NodeInfo {
- string name = 1;
-
- string os = 2;
- string os_name = 3;
- string os_version = 4;
-
- string kernel_name = 5;
- string kernel_version = 6;
-
- string architecture = 7;
-
- // number of cpu cores in the node
- uint32 cpus = 8;
-
- // human readable (value + unit) frequency of cpu
- string cpu_frequency = 9;
-
- // human readable (value + unit) size of node's memory
- string memory = 10;
-
- // human readable (value + unit) size of all (sum) node's disks
- string disk_space = 11;
-
- // version of the netdata agent
- string version = 12;
-
- // release channel of netdata agent (example: nightly)
- string release_channel = 13;
-
- string timezone = 14;
-
- // virtualization_type example: kvm (optional)
- string virtualization_type = 15;
-
- // container_type example: docker (optional)
- string container_type = 16;
-
- string custom_info = 17;
-
- // [Obsolete] repeated string services = 18;
- reserved 18;
-
- string machine_guid = 19;
-
- // [Obsolete] repeated MirroredHostStatus mirrored_hosts_status = 20;
- reserved 20;
-
- map<string, string> host_labels = 21;
-
- MachineLearningInfo ml_info = 22;
-
- // [Obsolete] repeated string collectors = 23;
- reserved 23;
-}
-
-message MachineLearningInfo {
- // have ML capability
- bool ml_capable = 1;
-
- // runs ML functionality
- bool ml_enabled = 2;
-}
-
-// UpdateNodeCollectors (Command)
-//
-// key: `claim_id,node_id`
-//
-// Publishers: `netdata/agent`
-//
-// When:
-// On nodeinstance connect (after agent settles) and on detection of change of collectors
-//
-
-message CollectorInfo {
- string module = 1;
- string plugin = 2;
-}
-
-message UpdateNodeCollectors {
- string claim_id = 1;
- string node_id = 2;
- repeated CollectorInfo collectors = 3;
-}
diff --git a/aclk/aclk.c b/aclk/aclk.c
deleted file mode 100644
index e95d7d6ab..000000000
--- a/aclk/aclk.c
+++ /dev/null
@@ -1,1361 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk.h"
-
-#ifdef ENABLE_ACLK
-#include "aclk_stats.h"
-#include "mqtt_wss_client.h"
-#include "aclk_otp.h"
-#include "aclk_tx_msgs.h"
-#include "aclk_query.h"
-#include "aclk_query_queue.h"
-#include "aclk_util.h"
-#include "aclk_rx_msgs.h"
-#include "https_client.h"
-#include "schema-wrappers/schema_wrappers.h"
-#include "aclk_capas.h"
-
-#include "aclk_proxy.h"
-
-#ifdef ACLK_LOG_CONVERSATION_DIR
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#endif
-
-#define ACLK_STABLE_TIMEOUT 3 // Minimum delay to mark AGENT as stable
-
-#endif /* ENABLE_ACLK */
-
-int aclk_pubacks_per_conn = 0; // How many PubAcks we got since MQTT conn est.
-int aclk_rcvd_cloud_msgs = 0;
-int aclk_connection_counter = 0;
-int disconnect_req = 0;
-
-int aclk_connected = 0;
-int aclk_ctx_based = 0;
-int aclk_disable_runtime = 0;
-int aclk_stats_enabled;
-int aclk_kill_link = 0;
-
-usec_t aclk_session_us = 0;
-time_t aclk_session_sec = 0;
-
-time_t last_conn_time_mqtt = 0;
-time_t last_conn_time_appl = 0;
-time_t last_disconnect_time = 0;
-time_t next_connection_attempt = 0;
-float last_backoff_value = 0;
-
-time_t aclk_block_until = 0;
-
-#ifdef ENABLE_ACLK
-mqtt_wss_client mqttwss_client;
-
-netdata_mutex_t aclk_shared_state_mutex = NETDATA_MUTEX_INITIALIZER;
-#define ACLK_SHARED_STATE_LOCK netdata_mutex_lock(&aclk_shared_state_mutex)
-#define ACLK_SHARED_STATE_UNLOCK netdata_mutex_unlock(&aclk_shared_state_mutex)
-
-struct aclk_shared_state aclk_shared_state = {
- .mqtt_shutdown_msg_id = -1,
- .mqtt_shutdown_msg_rcvd = 0
-};
-
-#ifdef MQTT_WSS_DEBUG
-#include <openssl/ssl.h>
-#define DEFAULT_SSKEYLOGFILE_NAME "SSLKEYLOGFILE"
-const char *ssl_log_filename = NULL;
-FILE *ssl_log_file = NULL;
-static void aclk_ssl_keylog_cb(const SSL *ssl, const char *line)
-{
- (void)ssl;
- if (!ssl_log_file)
- ssl_log_file = fopen(ssl_log_filename, "a");
- if (!ssl_log_file) {
- netdata_log_error("Couldn't open ssl_log file (%s) for append.", ssl_log_filename);
- return;
- }
- fputs(line, ssl_log_file);
- putc('\n', ssl_log_file);
- fflush(ssl_log_file);
-}
-#endif
-
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
-OSSL_DECODER_CTX *aclk_dctx = NULL;
-EVP_PKEY *aclk_private_key = NULL;
-#else
-static RSA *aclk_private_key = NULL;
-#endif
-static int load_private_key()
-{
- if (aclk_private_key != NULL) {
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
- EVP_PKEY_free(aclk_private_key);
- if (aclk_dctx)
- OSSL_DECODER_CTX_free(aclk_dctx);
-
- aclk_dctx = NULL;
-#else
- RSA_free(aclk_private_key);
-#endif
- }
- aclk_private_key = NULL;
- char filename[FILENAME_MAX + 1];
- snprintfz(filename, FILENAME_MAX, "%s/cloud.d/private.pem", netdata_configured_varlib_dir);
-
- long bytes_read;
- char *private_key = read_by_filename(filename, &bytes_read);
- if (!private_key) {
- netdata_log_error("Claimed agent cannot establish ACLK - unable to load private key '%s' failed.", filename);
- return 1;
- }
- netdata_log_debug(D_ACLK, "Claimed agent loaded private key len=%ld bytes", bytes_read);
-
- BIO *key_bio = BIO_new_mem_buf(private_key, -1);
- if (key_bio==NULL) {
- netdata_log_error("Claimed agent cannot establish ACLK - failed to create BIO for key");
- goto biofailed;
- }
-
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
- aclk_dctx = OSSL_DECODER_CTX_new_for_pkey(&aclk_private_key, "PEM", NULL,
- "RSA",
- OSSL_KEYMGMT_SELECT_PRIVATE_KEY,
- NULL, NULL);
-
- if (!aclk_dctx) {
- netdata_log_error("Loading private key (from claiming) failed - no OpenSSL Decoders found");
- goto biofailed;
- }
-
- // this is necesseary to avoid RSA key with wrong size
- if (!OSSL_DECODER_from_bio(aclk_dctx, key_bio)) {
- netdata_log_error("Decoding private key (from claiming) failed - invalid format.");
- goto biofailed;
- }
-#else
- aclk_private_key = PEM_read_bio_RSAPrivateKey(key_bio, NULL, NULL, NULL);
-#endif
- BIO_free(key_bio);
- if (aclk_private_key!=NULL)
- {
- freez(private_key);
- return 0;
- }
- char err[512];
- ERR_error_string_n(ERR_get_error(), err, sizeof(err));
- netdata_log_error("Claimed agent cannot establish ACLK - cannot create private key: %s", err);
-
-biofailed:
- freez(private_key);
- return 1;
-}
-
-static int wait_till_cloud_enabled()
-{
- nd_log(NDLS_DAEMON, NDLP_INFO,
- "Waiting for Cloud to be enabled");
-
- while (!netdata_cloud_enabled) {
- sleep_usec(USEC_PER_SEC * 1);
- if (!service_running(SERVICE_ACLK))
- return 1;
- }
- return 0;
-}
-
-/**
- * Will block until agent is claimed. Returns only if agent claimed
- * or if agent needs to shutdown.
- *
- * @return `0` if agent has been claimed,
- * `1` if interrupted due to agent shutting down
- */
-static int wait_till_agent_claimed(void)
-{
- //TODO prevent malloc and freez
- char *agent_id = get_agent_claimid();
- while (likely(!agent_id)) {
- sleep_usec(USEC_PER_SEC * 1);
- if (!service_running(SERVICE_ACLK))
- return 1;
- agent_id = get_agent_claimid();
- }
- freez(agent_id);
- return 0;
-}
-
-/**
- * Checks everything is ready for connection
- * agent claimed, cloud url set and private key available
- *
- * @param aclk_hostname points to location where string pointer to hostname will be set
- * @param aclk_port port to int where port will be saved
- *
- * @return If non 0 returned irrecoverable error happened (or netdata_exit) and ACLK should be terminated
- */
-static int wait_till_agent_claim_ready()
-{
- url_t url;
- while (service_running(SERVICE_ACLK)) {
- if (wait_till_agent_claimed())
- return 1;
-
- // The NULL return means the value was never initialised, but this value has been initialized in post_conf_load.
- // We trap the impossible NULL here to keep the linter happy without using a fatal() in the code.
- char *cloud_base_url = appconfig_get(&cloud_config, CONFIG_SECTION_GLOBAL, "cloud base url", NULL);
- if (cloud_base_url == NULL) {
- netdata_log_error("Do not move the cloud base url out of post_conf_load!!");
- return 1;
- }
-
- // We just check configuration is valid here
- // TODO make it without malloc/free
- memset(&url, 0, sizeof(url_t));
- if (url_parse(cloud_base_url, &url)) {
- netdata_log_error("Agent is claimed but the URL in configuration key \"cloud base url\" is invalid, please fix");
- url_t_destroy(&url);
- sleep(5);
- continue;
- }
- url_t_destroy(&url);
-
- if (!load_private_key())
- return 0;
-
- sleep(5);
- }
-
- return 1;
-}
-
-void aclk_mqtt_wss_log_cb(mqtt_wss_log_type_t log_type, const char* str)
-{
- switch(log_type) {
- case MQTT_WSS_LOG_ERROR:
- case MQTT_WSS_LOG_FATAL:
- nd_log(NDLS_DAEMON, NDLP_ERR, "%s", str);
- return;
-
- case MQTT_WSS_LOG_WARN:
- nd_log(NDLS_DAEMON, NDLP_WARNING, "%s", str);
- return;
-
- case MQTT_WSS_LOG_INFO:
- nd_log(NDLS_DAEMON, NDLP_INFO, "%s", str);
- return;
-
- case MQTT_WSS_LOG_DEBUG:
- return;
-
- default:
- nd_log(NDLS_DAEMON, NDLP_ERR, "Unknown log type from mqtt_wss");
- }
-}
-
-static void msg_callback(const char *topic, const void *msg, size_t msglen, int qos)
-{
- UNUSED(qos);
- aclk_rcvd_cloud_msgs++;
-
- netdata_log_debug(D_ACLK, "Got Message From Broker Topic \"%s\" QOS %d", topic, qos);
-
- if (aclk_shared_state.mqtt_shutdown_msg_id > 0) {
- netdata_log_error("Link is shutting down. Ignoring incoming message.");
- return;
- }
-
- const char *msgtype = strrchr(topic, '/');
- if (unlikely(!msgtype)) {
- error_report("Cannot get message type from topic. Ignoring message from topic \"%s\"", topic);
- return;
- }
- msgtype++;
- if (unlikely(!*msgtype)) {
- error_report("Message type empty. Ignoring message from topic \"%s\"", topic);
- return;
- }
-
-#ifdef ACLK_LOG_CONVERSATION_DIR
-#define FN_MAX_LEN 512
- char filename[FN_MAX_LEN];
- int logfd;
- snprintf(filename, FN_MAX_LEN, ACLK_LOG_CONVERSATION_DIR "/%010d-rx-%s.bin", ACLK_GET_CONV_LOG_NEXT(), msgtype);
- logfd = open(filename, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR );
- if(logfd < 0)
- netdata_log_error("Error opening ACLK Conversation logfile \"%s\" for RX message.", filename);
- write(logfd, msg, msglen);
- close(logfd);
-#endif
-
- aclk_handle_new_cloud_msg(msgtype, msg, msglen, topic);
-}
-
-static void puback_callback(uint16_t packet_id)
-{
- if (++aclk_pubacks_per_conn == ACLK_PUBACKS_CONN_STABLE) {
- last_conn_time_appl = now_realtime_sec();
- aclk_tbeb_reset();
- }
-
-#ifdef NETDATA_INTERNAL_CHECKS
- aclk_stats_msg_puback(packet_id);
-#endif
-
- if (aclk_shared_state.mqtt_shutdown_msg_id == (int)packet_id) {
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Shutdown message has been acknowledged by the cloud. Exiting gracefully");
-
- aclk_shared_state.mqtt_shutdown_msg_rcvd = 1;
- }
-}
-
-static int read_query_thread_count()
-{
- int threads = MIN(get_netdata_cpus()/2, 6);
- threads = MAX(threads, 2);
- threads = config_get_number(CONFIG_SECTION_CLOUD, "query thread count", threads);
- if(threads < 1) {
- netdata_log_error("You need at least one query thread. Overriding configured setting of \"%d\"", threads);
- threads = 1;
- config_set_number(CONFIG_SECTION_CLOUD, "query thread count", threads);
- }
- return threads;
-}
-
-void aclk_graceful_disconnect(mqtt_wss_client client);
-
-/* Keeps connection alive and handles all network communications.
- * Returns on error or when netdata is shutting down.
- * @param client instance of mqtt_wss_client
- * @returns 0 - Netdata Exits
- * >0 - Error happened. Reconnect and start over.
- */
-static int handle_connection(mqtt_wss_client client)
-{
- time_t last_periodic_query_wakeup = now_monotonic_sec();
- while (service_running(SERVICE_ACLK)) {
- // timeout 1000 to check at least once a second
- // for netdata_exit
- if (mqtt_wss_service(client, 1000) < 0){
- error_report("Connection Error or Dropped");
- return 1;
- }
-
- if (disconnect_req || aclk_kill_link) {
- nd_log(NDLS_DAEMON, NDLP_NOTICE,
- "Going to restart connection due to disconnect_req=%s (cloud req), aclk_kill_link=%s (reclaim)",
- disconnect_req ? "true" : "false",
- aclk_kill_link ? "true" : "false");
-
- disconnect_req = 0;
- aclk_kill_link = 0;
- aclk_graceful_disconnect(client);
- aclk_queue_unlock();
- aclk_shared_state.mqtt_shutdown_msg_id = -1;
- aclk_shared_state.mqtt_shutdown_msg_rcvd = 0;
- return 1;
- }
-
- // mqtt_wss_service will return faster than in one second
- // if there is enough work to do
- time_t now = now_monotonic_sec();
- if (last_periodic_query_wakeup < now) {
- // wake up at least one Query Thread at least
- // once per second
- last_periodic_query_wakeup = now;
- QUERY_THREAD_WAKEUP;
- }
- }
- return 0;
-}
-
-static inline void mqtt_connected_actions(mqtt_wss_client client)
-{
- char *topic = (char*)aclk_get_topic(ACLK_TOPICID_COMMAND);
-
- if (!topic)
- netdata_log_error("Unable to fetch topic for COMMAND (to subscribe)");
- else
- mqtt_wss_subscribe(client, topic, 1);
-
- topic = (char*)aclk_get_topic(ACLK_TOPICID_CMD_NG_V1);
- if (!topic)
- netdata_log_error("Unable to fetch topic for protobuf COMMAND (to subscribe)");
- else
- mqtt_wss_subscribe(client, topic, 1);
-
- aclk_stats_upd_online(1);
- aclk_connected = 1;
- aclk_pubacks_per_conn = 0;
- aclk_rcvd_cloud_msgs = 0;
- aclk_connection_counter++;
-
- aclk_topic_cache_iter_t iter = ACLK_TOPIC_CACHE_ITER_T_INITIALIZER;
- while ((topic = (char*)aclk_topic_cache_iterate(&iter)) != NULL)
- mqtt_wss_set_topic_alias(client, topic);
-
- aclk_send_agent_connection_update(client, 1);
-}
-
-void aclk_graceful_disconnect(mqtt_wss_client client)
-{
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Preparing to gracefully shutdown ACLK connection");
-
- aclk_queue_lock();
- aclk_queue_flush();
-
- aclk_shared_state.mqtt_shutdown_msg_id = aclk_send_agent_connection_update(client, 0);
-
- time_t t = now_monotonic_sec();
- while (!mqtt_wss_service(client, 100)) {
- if (now_monotonic_sec() - t >= 2) {
- netdata_log_error("Wasn't able to gracefully shutdown ACLK in time!");
- break;
- }
- if (aclk_shared_state.mqtt_shutdown_msg_rcvd) {
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "MQTT App Layer `disconnect` message sent successfully");
- break;
- }
- }
-
- nd_log(NDLS_DAEMON, NDLP_WARNING, "ACLK link is down");
- nd_log(NDLS_ACCESS, NDLP_WARNING, "ACLK DISCONNECTED");
-
- aclk_stats_upd_online(0);
- last_disconnect_time = now_realtime_sec();
- aclk_connected = 0;
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Attempting to gracefully shutdown the MQTT/WSS connection");
-
- mqtt_wss_disconnect(client, 1000);
-}
-
-static unsigned long aclk_reconnect_delay() {
- unsigned long recon_delay;
- time_t now;
-
- if (aclk_disable_runtime) {
- aclk_tbeb_reset();
- return 60 * MSEC_PER_SEC;
- }
-
- now = now_monotonic_sec();
- if (aclk_block_until) {
- if (now < aclk_block_until) {
- recon_delay = aclk_block_until - now;
- recon_delay *= MSEC_PER_SEC;
- aclk_block_until = 0;
- aclk_tbeb_reset();
- return recon_delay;
- }
- aclk_block_until = 0;
- }
-
- if (!aclk_env || !aclk_env->backoff.base)
- return aclk_tbeb_delay(0, 2, 0, 1024);
-
- return aclk_tbeb_delay(0, aclk_env->backoff.base, aclk_env->backoff.min_s, aclk_env->backoff.max_s);
-}
-
-/* Block till aclk_reconnect_delay is satisfied or netdata_exit is signalled
- * @return 0 - Go ahead and connect (delay expired)
- * 1 - netdata_exit
- */
-#define NETDATA_EXIT_POLL_MS (MSEC_PER_SEC/4)
-static int aclk_block_till_recon_allowed() {
- unsigned long recon_delay = aclk_reconnect_delay();
-
- next_connection_attempt = now_realtime_sec() + (recon_delay / MSEC_PER_SEC);
- last_backoff_value = (float)recon_delay / MSEC_PER_SEC;
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Wait before attempting to reconnect in %.3f seconds", recon_delay / (float)MSEC_PER_SEC);
-
- // we want to wake up from time to time to check netdata_exit
- while (recon_delay)
- {
- if (!service_running(SERVICE_ACLK))
- return 1;
- if (recon_delay > NETDATA_EXIT_POLL_MS) {
- sleep_usec(NETDATA_EXIT_POLL_MS * USEC_PER_MS);
- recon_delay -= NETDATA_EXIT_POLL_MS;
- continue;
- }
- sleep_usec(recon_delay * USEC_PER_MS);
- recon_delay = 0;
- }
- return !service_running(SERVICE_ACLK);
-}
-
-#ifndef ACLK_DISABLE_CHALLENGE
-/* Cloud returns transport list ordered with highest
- * priority first. This function selects highest prio
- * transport that we can actually use (support)
- */
-static int aclk_get_transport_idx(aclk_env_t *env) {
- for (size_t i = 0; i < env->transport_count; i++) {
- // currently we support only MQTT 5
- // therefore select first transport that matches
- if (env->transports[i]->type == ACLK_TRP_MQTT_5) {
- return i;
- }
- }
- return -1;
-}
-#endif
-
-ACLK_STATUS aclk_status = ACLK_STATUS_NONE;
-
-const char *aclk_status_to_string(void) {
- switch(aclk_status) {
- case ACLK_STATUS_CONNECTED:
- return "connected";
-
- case ACLK_STATUS_NONE:
- return "none";
-
- case ACLK_STATUS_DISABLED:
- return "disabled";
-
- case ACLK_STATUS_NO_CLOUD_URL:
- return "no_cloud_url";
-
- case ACLK_STATUS_INVALID_CLOUD_URL:
- return "invalid_cloud_url";
-
- case ACLK_STATUS_NOT_CLAIMED:
- return "not_claimed";
-
- case ACLK_STATUS_ENV_ENDPOINT_UNREACHABLE:
- return "env_endpoint_unreachable";
-
- case ACLK_STATUS_ENV_RESPONSE_NOT_200:
- return "env_response_not_200";
-
- case ACLK_STATUS_ENV_RESPONSE_EMPTY:
- return "env_response_empty";
-
- case ACLK_STATUS_ENV_RESPONSE_NOT_JSON:
- return "env_response_not_json";
-
- case ACLK_STATUS_ENV_FAILED:
- return "env_failed";
-
- case ACLK_STATUS_BLOCKED:
- return "blocked";
-
- case ACLK_STATUS_NO_OLD_PROTOCOL:
- return "no_old_protocol";
-
- case ACLK_STATUS_NO_PROTOCOL_CAPABILITY:
- return "no_protocol_capability";
-
- case ACLK_STATUS_INVALID_ENV_AUTH_URL:
- return "invalid_env_auth_url";
-
- case ACLK_STATUS_INVALID_ENV_TRANSPORT_IDX:
- return "invalid_env_transport_idx";
-
- case ACLK_STATUS_INVALID_ENV_TRANSPORT_URL:
- return "invalid_env_transport_url";
-
- case ACLK_STATUS_INVALID_OTP:
- return "invalid_otp";
-
- case ACLK_STATUS_NO_LWT_TOPIC:
- return "no_lwt_topic";
-
- default:
- return "unknown";
- }
-}
-
-const char *aclk_cloud_base_url = NULL;
-
-/* Attempts to make a connection to MQTT broker over WSS
- * @param client instance of mqtt_wss_client
- * @return 0 - Successful Connection,
- * <0 - Irrecoverable Error -> Kill ACLK,
- * >0 - netdata_exit
- */
-#define CLOUD_BASE_URL_READ_RETRY 30
-#ifdef ACLK_SSL_ALLOW_SELF_SIGNED
-#define ACLK_SSL_FLAGS MQTT_WSS_SSL_ALLOW_SELF_SIGNED
-#else
-#define ACLK_SSL_FLAGS MQTT_WSS_SSL_CERT_CHECK_FULL
-#endif
-static int aclk_attempt_to_connect(mqtt_wss_client client)
-{
- int ret;
-
- url_t base_url;
-
-#ifndef ACLK_DISABLE_CHALLENGE
- url_t auth_url;
- url_t mqtt_url;
-#endif
-
- while (service_running(SERVICE_ACLK)) {
- aclk_cloud_base_url = appconfig_get(&cloud_config, CONFIG_SECTION_GLOBAL, "cloud base url", NULL);
- if (aclk_cloud_base_url == NULL) {
- error_report("Do not move the cloud base url out of post_conf_load!!");
- aclk_status = ACLK_STATUS_NO_CLOUD_URL;
- return -1;
- }
-
- if (aclk_block_till_recon_allowed()) {
- aclk_status = ACLK_STATUS_BLOCKED;
- return 1;
- }
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Attempting connection now");
-
- memset(&base_url, 0, sizeof(url_t));
- if (url_parse(aclk_cloud_base_url, &base_url)) {
- aclk_status = ACLK_STATUS_INVALID_CLOUD_URL;
- error_report("ACLK base URL configuration key could not be parsed. Will retry in %d seconds.", CLOUD_BASE_URL_READ_RETRY);
- sleep(CLOUD_BASE_URL_READ_RETRY);
- url_t_destroy(&base_url);
- continue;
- }
-
- struct mqtt_wss_proxy proxy_conf = { .host = NULL, .port = 0, .username = NULL, .password = NULL, .type = MQTT_WSS_DIRECT };
- aclk_set_proxy((char**)&proxy_conf.host, &proxy_conf.port, (char**)&proxy_conf.username, (char**)&proxy_conf.password, &proxy_conf.type);
-
- struct mqtt_connect_params mqtt_conn_params = {
- .clientid = "anon",
- .username = "anon",
- .password = "anon",
- .will_topic = "lwt",
- .will_msg = NULL,
- .will_flags = MQTT_WSS_PUB_QOS2,
- .keep_alive = 60,
- .drop_on_publish_fail = 1
- };
-
-#ifndef ACLK_DISABLE_CHALLENGE
- if (aclk_env) {
- aclk_env_t_destroy(aclk_env);
- freez(aclk_env);
- }
- aclk_env = callocz(1, sizeof(aclk_env_t));
-
- ret = aclk_get_env(aclk_env, base_url.host, base_url.port);
- url_t_destroy(&base_url);
- if(ret) switch(ret) {
- case 1:
- aclk_status = ACLK_STATUS_NOT_CLAIMED;
- error_report("Failed to Get ACLK environment (agent is not claimed)");
- // delay handled by aclk_block_till_recon_allowed
- continue;
-
- case 2:
- aclk_status = ACLK_STATUS_ENV_ENDPOINT_UNREACHABLE;
- error_report("Failed to Get ACLK environment (cannot contact ENV endpoint)");
- // delay handled by aclk_block_till_recon_allowed
- continue;
-
- case 3:
- aclk_status = ACLK_STATUS_ENV_RESPONSE_NOT_200;
- error_report("Failed to Get ACLK environment (ENV response code is not 200)");
- // delay handled by aclk_block_till_recon_allowed
- continue;
-
- case 4:
- aclk_status = ACLK_STATUS_ENV_RESPONSE_EMPTY;
- error_report("Failed to Get ACLK environment (ENV response is empty)");
- // delay handled by aclk_block_till_recon_allowed
- continue;
-
- case 5:
- aclk_status = ACLK_STATUS_ENV_RESPONSE_NOT_JSON;
- error_report("Failed to Get ACLK environment (ENV response is not JSON)");
- // delay handled by aclk_block_till_recon_allowed
- continue;
-
- default:
- aclk_status = ACLK_STATUS_ENV_FAILED;
- error_report("Failed to Get ACLK environment (unknown error)");
- // delay handled by aclk_block_till_recon_allowed
- continue;
- }
-
- if (!service_running(SERVICE_ACLK)) {
- aclk_status = ACLK_STATUS_DISABLED;
- return 1;
- }
-
- if (aclk_env->encoding != ACLK_ENC_PROTO) {
- aclk_status = ACLK_STATUS_NO_OLD_PROTOCOL;
- error_report("This agent can only use the new cloud protocol but cloud requested old one.");
- continue;
- }
-
- if (!aclk_env_has_capa("proto")) {
- aclk_status = ACLK_STATUS_NO_PROTOCOL_CAPABILITY;
- error_report("Can't use encoding=proto without at least \"proto\" capability.");
- continue;
- }
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "New ACLK protobuf protocol negotiated successfully (/env response).");
-
- memset(&auth_url, 0, sizeof(url_t));
- if (url_parse(aclk_env->auth_endpoint, &auth_url)) {
- aclk_status = ACLK_STATUS_INVALID_ENV_AUTH_URL;
- error_report("Parsing URL returned by env endpoint for authentication failed. \"%s\"", aclk_env->auth_endpoint);
- url_t_destroy(&auth_url);
- continue;
- }
-
- ret = aclk_get_mqtt_otp(aclk_private_key, (char **)&mqtt_conn_params.clientid, (char **)&mqtt_conn_params.username, (char **)&mqtt_conn_params.password, &auth_url);
- url_t_destroy(&auth_url);
- if (ret) {
- aclk_status = ACLK_STATUS_INVALID_OTP;
- error_report("Error passing Challenge/Response to get OTP");
- continue;
- }
-
- // aclk_get_topic moved here as during OTP we
- // generate the topic cache
- mqtt_conn_params.will_topic = aclk_get_topic(ACLK_TOPICID_AGENT_CONN);
-
- if (!mqtt_conn_params.will_topic) {
- aclk_status = ACLK_STATUS_NO_LWT_TOPIC;
- error_report("Couldn't get LWT topic. Will not send LWT.");
- continue;
- }
-
- // Do the MQTT connection
- ret = aclk_get_transport_idx(aclk_env);
- if (ret < 0) {
- aclk_status = ACLK_STATUS_INVALID_ENV_TRANSPORT_IDX;
- error_report("Cloud /env endpoint didn't return any transport usable by this Agent.");
- continue;
- }
-
- memset(&mqtt_url, 0, sizeof(url_t));
- if (url_parse(aclk_env->transports[ret]->endpoint, &mqtt_url)){
- aclk_status = ACLK_STATUS_INVALID_ENV_TRANSPORT_URL;
- error_report("Failed to parse target URL for /env trp idx %d \"%s\"", ret, aclk_env->transports[ret]->endpoint);
- url_t_destroy(&mqtt_url);
- continue;
- }
-#endif
-
- aclk_session_newarch = now_realtime_usec();
- aclk_session_sec = aclk_session_newarch / USEC_PER_SEC;
- aclk_session_us = aclk_session_newarch % USEC_PER_SEC;
-
- mqtt_conn_params.will_msg = aclk_generate_lwt(&mqtt_conn_params.will_msg_len);
-
-#ifdef ACLK_DISABLE_CHALLENGE
- ret = mqtt_wss_connect(client, base_url.host, base_url.port, &mqtt_conn_params, ACLK_SSL_FLAGS, &proxy_conf);
- url_t_destroy(&base_url);
-#else
- ret = mqtt_wss_connect(client, mqtt_url.host, mqtt_url.port, &mqtt_conn_params, ACLK_SSL_FLAGS, &proxy_conf);
- url_t_destroy(&mqtt_url);
-
- freez((char*)mqtt_conn_params.clientid);
- freez((char*)mqtt_conn_params.password);
- freez((char*)mqtt_conn_params.username);
-#endif
-
- freez((char*)mqtt_conn_params.will_msg);
- freez((char*)proxy_conf.host);
- freez((char*)proxy_conf.username);
- freez((char*)proxy_conf.password);
-
- if (!ret) {
- last_conn_time_mqtt = now_realtime_sec();
- nd_log(NDLS_DAEMON, NDLP_INFO, "ACLK connection successfully established");
- aclk_status = ACLK_STATUS_CONNECTED;
- nd_log(NDLS_ACCESS, NDLP_INFO, "ACLK CONNECTED");
- mqtt_connected_actions(client);
- return 0;
- }
-
- error_report("Connect failed");
- }
-
- aclk_status = ACLK_STATUS_DISABLED;
- return 1;
-}
-
-/**
- * Main agent cloud link thread
- *
- * This thread will simply call the main event loop that handles
- * pending requests - both inbound and outbound
- *
- * @param ptr is a pointer to the netdata_static_thread structure.
- *
- * @return It always returns NULL
- */
-void *aclk_main(void *ptr)
-{
- struct netdata_static_thread *static_thread = (struct netdata_static_thread *)ptr;
-
- struct aclk_stats_thread *stats_thread = NULL;
-
- struct aclk_query_threads query_threads;
- query_threads.thread_list = NULL;
-
- ACLK_PROXY_TYPE proxy_type;
- aclk_get_proxy(&proxy_type);
- if (proxy_type == PROXY_TYPE_SOCKS5) {
- netdata_log_error("SOCKS5 proxy is not supported by ACLK-NG yet.");
- static_thread->enabled = NETDATA_MAIN_THREAD_EXITED;
- return NULL;
- }
-
- unsigned int proto_hdl_cnt = aclk_init_rx_msg_handlers();
-
- // This thread is unusual in that it cannot be cancelled by cancel_main_threads()
- // as it must notify the far end that it shutdown gracefully and avoid the LWT.
- netdata_thread_disable_cancelability();
-
-#if defined( DISABLE_CLOUD ) || !defined( ENABLE_ACLK )
- nd_log(NDLS_DAEMON, NDLP_INFO,
- "Killing ACLK thread -> cloud functionality has been disabled");
-
- static_thread->enabled = NETDATA_MAIN_THREAD_EXITED;
- return NULL;
-#endif
- query_threads.count = read_query_thread_count();
-
- if (wait_till_cloud_enabled())
- goto exit;
-
- if (wait_till_agent_claim_ready())
- goto exit;
-
- if (!(mqttwss_client = mqtt_wss_new("mqtt_wss", aclk_mqtt_wss_log_cb, msg_callback, puback_callback))) {
- netdata_log_error("Couldn't initialize MQTT_WSS network library");
- goto exit;
- }
-
-#ifdef MQTT_WSS_DEBUG
- size_t default_ssl_log_filename_size = strlen(netdata_configured_log_dir) + strlen(DEFAULT_SSKEYLOGFILE_NAME) + 2;
- char *default_ssl_log_filename = mallocz(default_ssl_log_filename_size);
- snprintfz(default_ssl_log_filename, default_ssl_log_filename_size, "%s/%s", netdata_configured_log_dir, DEFAULT_SSKEYLOGFILE_NAME);
- ssl_log_filename = config_get(CONFIG_SECTION_CLOUD, "aclk ssl keylog file", default_ssl_log_filename);
- freez(default_ssl_log_filename);
- if (ssl_log_filename) {
- error_report("SSLKEYLOGFILE active (path:\"%s\")!", ssl_log_filename);
- mqtt_wss_set_SSL_CTX_keylog_cb(mqttwss_client, aclk_ssl_keylog_cb);
- }
-#endif
-
- // Enable MQTT buffer growth if necessary
- // e.g. old cloud architecture clients with huge nodes
- // that send JSON payloads of 10 MB as single messages
- mqtt_wss_set_max_buf_size(mqttwss_client, 25*1024*1024);
-
- aclk_stats_enabled = config_get_boolean(CONFIG_SECTION_CLOUD, "statistics", global_statistics_enabled);
- if (aclk_stats_enabled) {
- stats_thread = callocz(1, sizeof(struct aclk_stats_thread));
- stats_thread->thread = mallocz(sizeof(netdata_thread_t));
- stats_thread->query_thread_count = query_threads.count;
- stats_thread->client = mqttwss_client;
- aclk_stats_thread_prepare(query_threads.count, proto_hdl_cnt);
- netdata_thread_create(
- stats_thread->thread, "ACLK_STATS", NETDATA_THREAD_OPTION_JOINABLE, aclk_stats_main_thread,
- stats_thread);
- }
-
- // Keep reconnecting and talking until our time has come
- // and the Grim Reaper (netdata_exit) calls
- do {
- if (aclk_attempt_to_connect(mqttwss_client))
- goto exit_full;
-
- if (unlikely(!query_threads.thread_list))
- aclk_query_threads_start(&query_threads, mqttwss_client);
-
- if (handle_connection(mqttwss_client)) {
- aclk_stats_upd_online(0);
- last_disconnect_time = now_realtime_sec();
- aclk_connected = 0;
- nd_log(NDLS_ACCESS, NDLP_WARNING, "ACLK DISCONNECTED");
- }
- } while (service_running(SERVICE_ACLK));
-
- aclk_graceful_disconnect(mqttwss_client);
-
-#ifdef MQTT_WSS_DEBUG
- if (ssl_log_file)
- fclose(ssl_log_file);
-#endif
-
-exit_full:
-// Tear Down
- QUERY_THREAD_WAKEUP_ALL;
-
- aclk_query_threads_cleanup(&query_threads);
-
- if (aclk_stats_enabled) {
- netdata_thread_join(*stats_thread->thread, NULL);
- aclk_stats_thread_cleanup();
- freez(stats_thread->thread);
- freez(stats_thread);
- }
- free_topic_cache();
- mqtt_wss_destroy(mqttwss_client);
-exit:
- if (aclk_env) {
- aclk_env_t_destroy(aclk_env);
- freez(aclk_env);
- }
- static_thread->enabled = NETDATA_MAIN_THREAD_EXITED;
- return NULL;
-}
-
-void aclk_host_state_update(RRDHOST *host, int cmd, int queryable)
-{
- uuid_t node_id;
- int ret = 0;
-
- if (!aclk_connected)
- return;
-
- if (host->node_id && !uuid_is_null(*host->node_id)) {
- uuid_copy(node_id, *host->node_id);
- }
- else {
- ret = get_node_id(&host->host_uuid, &node_id);
- if (ret > 0) {
- // this means we were not able to check if node_id already present
- netdata_log_error("Unable to check for node_id. Ignoring the host state update.");
- return;
- }
- if (ret < 0) {
- // node_id not found
- aclk_query_t create_query;
- create_query = aclk_query_new(REGISTER_NODE);
- rrdhost_aclk_state_lock(localhost);
- node_instance_creation_t node_instance_creation = {
- .claim_id = localhost->aclk_state.claimed_id,
- .hops = host->system_info->hops,
- .hostname = rrdhost_hostname(host),
- .machine_guid = host->machine_guid};
- create_query->data.bin_payload.payload =
- generate_node_instance_creation(&create_query->data.bin_payload.size, &node_instance_creation);
- rrdhost_aclk_state_unlock(localhost);
- create_query->data.bin_payload.topic = ACLK_TOPICID_CREATE_NODE;
- create_query->data.bin_payload.msg_name = "CreateNodeInstance";
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Registering host=%s, hops=%u", host->machine_guid, host->system_info->hops);
-
- aclk_queue_query(create_query);
- return;
- }
- }
-
- aclk_query_t query = aclk_query_new(NODE_STATE_UPDATE);
- node_instance_connection_t node_state_update = {
- .hops = host->system_info->hops,
- .live = cmd,
- .queryable = queryable,
- .session_id = aclk_session_newarch
- };
- node_state_update.node_id = mallocz(UUID_STR_LEN);
- uuid_unparse_lower(node_id, (char*)node_state_update.node_id);
-
- node_state_update.capabilities = aclk_get_agent_capas();
-
- rrdhost_aclk_state_lock(localhost);
- node_state_update.claim_id = localhost->aclk_state.claimed_id;
- query->data.bin_payload.payload = generate_node_instance_connection(&query->data.bin_payload.size, &node_state_update);
- rrdhost_aclk_state_unlock(localhost);
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Queuing status update for node=%s, live=%d, hops=%u, queryable=%d",
- (char*)node_state_update.node_id, cmd, host->system_info->hops, queryable);
- freez((void*)node_state_update.node_id);
- query->data.bin_payload.msg_name = "UpdateNodeInstanceConnection";
- query->data.bin_payload.topic = ACLK_TOPICID_NODE_CONN;
- aclk_queue_query(query);
-}
-
-void aclk_send_node_instances()
-{
- struct node_instance_list *list_head = get_node_list();
- struct node_instance_list *list = list_head;
- if (unlikely(!list)) {
- error_report("Failure to get_node_list from DB!");
- return;
- }
- while (!uuid_is_null(list->host_id)) {
- if (!uuid_is_null(list->node_id)) {
- aclk_query_t query = aclk_query_new(NODE_STATE_UPDATE);
- node_instance_connection_t node_state_update = {
- .live = list->live,
- .hops = list->hops,
- .queryable = 1,
- .session_id = aclk_session_newarch
- };
- node_state_update.node_id = mallocz(UUID_STR_LEN);
- uuid_unparse_lower(list->node_id, (char*)node_state_update.node_id);
-
- char host_id[UUID_STR_LEN];
- uuid_unparse_lower(list->host_id, host_id);
-
- RRDHOST *host = rrdhost_find_by_guid(host_id);
- if (unlikely(!host)) {
- freez((void*)node_state_update.node_id);
- freez(query);
- continue;
- }
- node_state_update.capabilities = aclk_get_node_instance_capas(host);
-
- rrdhost_aclk_state_lock(localhost);
- node_state_update.claim_id = localhost->aclk_state.claimed_id;
- query->data.bin_payload.payload = generate_node_instance_connection(&query->data.bin_payload.size, &node_state_update);
- rrdhost_aclk_state_unlock(localhost);
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Queuing status update for node=%s, live=%d, hops=%d, queryable=1",
- (char*)node_state_update.node_id, list->live, list->hops);
-
- freez((void*)node_state_update.capabilities);
- freez((void*)node_state_update.node_id);
- query->data.bin_payload.msg_name = "UpdateNodeInstanceConnection";
- query->data.bin_payload.topic = ACLK_TOPICID_NODE_CONN;
- aclk_queue_query(query);
- } else {
- aclk_query_t create_query;
- create_query = aclk_query_new(REGISTER_NODE);
- node_instance_creation_t node_instance_creation = {
- .hops = list->hops,
- .hostname = list->hostname,
- };
- node_instance_creation.machine_guid = mallocz(UUID_STR_LEN);
- uuid_unparse_lower(list->host_id, (char*)node_instance_creation.machine_guid);
- create_query->data.bin_payload.topic = ACLK_TOPICID_CREATE_NODE;
- create_query->data.bin_payload.msg_name = "CreateNodeInstance";
- rrdhost_aclk_state_lock(localhost);
- node_instance_creation.claim_id = localhost->aclk_state.claimed_id,
- create_query->data.bin_payload.payload = generate_node_instance_creation(&create_query->data.bin_payload.size, &node_instance_creation);
- rrdhost_aclk_state_unlock(localhost);
-
- nd_log(NDLS_DAEMON, NDLP_DEBUG,
- "Queuing registration for host=%s, hops=%d",
- (char*)node_instance_creation.machine_guid, list->hops);
-
- freez((void *)node_instance_creation.machine_guid);
- aclk_queue_query(create_query);
- }
- freez(list->hostname);
-
- list++;
- }
- freez(list_head);
-}
-
-void aclk_send_bin_msg(char *msg, size_t msg_len, enum aclk_topics subtopic, const char *msgname)
-{
- aclk_send_bin_message_subtopic_pid(mqttwss_client, msg, msg_len, subtopic, msgname);
-}
-
-static void fill_alert_status_for_host(BUFFER *wb, RRDHOST *host)
-{
- struct proto_alert_status status;
- memset(&status, 0, sizeof(status));
- if (get_proto_alert_status(host, &status)) {
- buffer_strcat(wb, "\nFailed to get alert streaming status for this host");
- return;
- }
- buffer_sprintf(wb,
- "\n\t\tUpdates: %d"
- "\n\t\tPending Min Seq ID: %"PRIu64
- "\n\t\tPending Max Seq ID: %"PRIu64
- "\n\t\tLast Submitted Seq ID: %"PRIu64,
- status.alert_updates,
- status.pending_min_sequence_id,
- status.pending_max_sequence_id,
- status.last_submitted_sequence_id
- );
-}
-#endif /* ENABLE_ACLK */
-
-char *aclk_state(void)
-{
-#ifndef ENABLE_ACLK
- return strdupz("ACLK Available: No");
-#else
- BUFFER *wb = buffer_create(1024, &netdata_buffers_statistics.buffers_aclk);
- struct tm *tmptr, tmbuf;
- char *ret;
-
- buffer_strcat(wb,
- "ACLK Available: Yes\n"
- "ACLK Version: 2\n"
- "Protocols Supported: Protobuf\n"
- );
- buffer_sprintf(wb, "Protocol Used: Protobuf\nMQTT Version: %d\nClaimed: ", 5);
-
- char *agent_id = get_agent_claimid();
- if (agent_id == NULL)
- buffer_strcat(wb, "No\n");
- else {
- char *cloud_base_url = appconfig_get(&cloud_config, CONFIG_SECTION_GLOBAL, "cloud base url", NULL);
- buffer_sprintf(wb, "Yes\nClaimed Id: %s\nCloud URL: %s\n", agent_id, cloud_base_url ? cloud_base_url : "null");
- freez(agent_id);
- }
-
- buffer_sprintf(wb, "Online: %s\nReconnect count: %d\nBanned By Cloud: %s\n", aclk_connected ? "Yes" : "No", aclk_connection_counter > 0 ? (aclk_connection_counter - 1) : 0, aclk_disable_runtime ? "Yes" : "No");
- if (last_conn_time_mqtt && (tmptr = localtime_r(&last_conn_time_mqtt, &tmbuf)) ) {
- char timebuf[26];
- strftime(timebuf, 26, "%Y-%m-%d %H:%M:%S", tmptr);
- buffer_sprintf(wb, "Last Connection Time: %s\n", timebuf);
- }
- if (last_conn_time_appl && (tmptr = localtime_r(&last_conn_time_appl, &tmbuf)) ) {
- char timebuf[26];
- strftime(timebuf, 26, "%Y-%m-%d %H:%M:%S", tmptr);
- buffer_sprintf(wb, "Last Connection Time + %d PUBACKs received: %s\n", ACLK_PUBACKS_CONN_STABLE, timebuf);
- }
- if (last_disconnect_time && (tmptr = localtime_r(&last_disconnect_time, &tmbuf)) ) {
- char timebuf[26];
- strftime(timebuf, 26, "%Y-%m-%d %H:%M:%S", tmptr);
- buffer_sprintf(wb, "Last Disconnect Time: %s\n", timebuf);
- }
- if (!aclk_connected && next_connection_attempt && (tmptr = localtime_r(&next_connection_attempt, &tmbuf)) ) {
- char timebuf[26];
- strftime(timebuf, 26, "%Y-%m-%d %H:%M:%S", tmptr);
- buffer_sprintf(wb, "Next Connection Attempt At: %s\nLast Backoff: %.3f", timebuf, last_backoff_value);
- }
-
- if (aclk_connected) {
- buffer_sprintf(wb, "Received Cloud MQTT Messages: %d\nMQTT Messages Confirmed by Remote Broker (PUBACKs): %d", aclk_rcvd_cloud_msgs, aclk_pubacks_per_conn);
-
- RRDHOST *host;
- rrd_rdlock();
- rrdhost_foreach_read(host) {
- buffer_sprintf(wb, "\n\n> Node Instance for mGUID: \"%s\" hostname \"%s\"\n", host->machine_guid, rrdhost_hostname(host));
-
- buffer_strcat(wb, "\tClaimed ID: ");
- rrdhost_aclk_state_lock(host);
- if (host->aclk_state.claimed_id)
- buffer_strcat(wb, host->aclk_state.claimed_id);
- else
- buffer_strcat(wb, "null");
- rrdhost_aclk_state_unlock(host);
-
-
- if (host->node_id == NULL || uuid_is_null(*host->node_id)) {
- buffer_strcat(wb, "\n\tNode ID: null\n");
- } else {
- char node_id[GUID_LEN + 1];
- uuid_unparse_lower(*host->node_id, node_id);
- buffer_sprintf(wb, "\n\tNode ID: %s\n", node_id);
- }
-
- buffer_sprintf(wb, "\tStreaming Hops: %d\n\tRelationship: %s", host->system_info->hops, host == localhost ? "self" : "child");
-
- if (host != localhost)
- buffer_sprintf(wb, "\n\tStreaming Connection Live: %s", host->receiver ? "true" : "false");
-
- buffer_strcat(wb, "\n\tAlert Streaming Status:");
- fill_alert_status_for_host(wb, host);
- }
- rrd_unlock();
- }
-
- ret = strdupz(buffer_tostring(wb));
- buffer_free(wb);
- return ret;
-#endif /* ENABLE_ACLK */
-}
-
-#ifdef ENABLE_ACLK
-static void fill_alert_status_for_host_json(json_object *obj, RRDHOST *host)
-{
- struct proto_alert_status status;
- memset(&status, 0, sizeof(status));
- if (get_proto_alert_status(host, &status))
- return;
-
- json_object *tmp = json_object_new_int(status.alert_updates);
- json_object_object_add(obj, "updates", tmp);
-
- tmp = json_object_new_int(status.pending_min_sequence_id);
- json_object_object_add(obj, "pending-min-seq-id", tmp);
-
- tmp = json_object_new_int(status.pending_max_sequence_id);
- json_object_object_add(obj, "pending-max-seq-id", tmp);
-
- tmp = json_object_new_int(status.last_submitted_sequence_id);
- json_object_object_add(obj, "last-submitted-seq-id", tmp);
-}
-
-static json_object *timestamp_to_json(const time_t *t)
-{
- struct tm *tmptr, tmbuf;
- if (*t && (tmptr = gmtime_r(t, &tmbuf)) ) {
- char timebuf[26];
- strftime(timebuf, 26, "%Y-%m-%d %H:%M:%S", tmptr);
- return json_object_new_string(timebuf);
- }
- return NULL;
-}
-#endif /* ENABLE_ACLK */
-
-char *aclk_state_json(void)
-{
-#ifndef ENABLE_ACLK
- return strdupz("{\"aclk-available\":false}");
-#else
- json_object *tmp, *grp, *msg = json_object_new_object();
-
- tmp = json_object_new_boolean(1);
- json_object_object_add(msg, "aclk-available", tmp);
-
- tmp = json_object_new_int(2);
- json_object_object_add(msg, "aclk-version", tmp);
-
- grp = json_object_new_array();
- tmp = json_object_new_string("Protobuf");
- json_object_array_add(grp, tmp);
- json_object_object_add(msg, "protocols-supported", grp);
-
- char *agent_id = get_agent_claimid();
- tmp = json_object_new_boolean(agent_id != NULL);
- json_object_object_add(msg, "agent-claimed", tmp);
-
- if (agent_id) {
- tmp = json_object_new_string(agent_id);
- freez(agent_id);
- } else
- tmp = NULL;
- json_object_object_add(msg, "claimed-id", tmp);
-
- char *cloud_base_url = appconfig_get(&cloud_config, CONFIG_SECTION_GLOBAL, "cloud base url", NULL);
- tmp = cloud_base_url ? json_object_new_string(cloud_base_url) : NULL;
- json_object_object_add(msg, "cloud-url", tmp);
-
- tmp = json_object_new_boolean(aclk_connected);
- json_object_object_add(msg, "online", tmp);
-
- tmp = json_object_new_string("Protobuf");
- json_object_object_add(msg, "used-cloud-protocol", tmp);
-
- tmp = json_object_new_int(5);
- json_object_object_add(msg, "mqtt-version", tmp);
-
- tmp = json_object_new_int(aclk_rcvd_cloud_msgs);
- json_object_object_add(msg, "received-app-layer-msgs", tmp);
-
- tmp = json_object_new_int(aclk_pubacks_per_conn);
- json_object_object_add(msg, "received-mqtt-pubacks", tmp);
-
- tmp = json_object_new_int(aclk_connection_counter > 0 ? (aclk_connection_counter - 1) : 0);
- json_object_object_add(msg, "reconnect-count", tmp);
-
- json_object_object_add(msg, "last-connect-time-utc", timestamp_to_json(&last_conn_time_mqtt));
- json_object_object_add(msg, "last-connect-time-puback-utc", timestamp_to_json(&last_conn_time_appl));
- json_object_object_add(msg, "last-disconnect-time-utc", timestamp_to_json(&last_disconnect_time));
- json_object_object_add(msg, "next-connection-attempt-utc", !aclk_connected ? timestamp_to_json(&next_connection_attempt) : NULL);
- tmp = NULL;
- if (!aclk_connected && last_backoff_value)
- tmp = json_object_new_double(last_backoff_value);
- json_object_object_add(msg, "last-backoff-value", tmp);
-
- tmp = json_object_new_boolean(aclk_disable_runtime);
- json_object_object_add(msg, "banned-by-cloud", tmp);
-
- grp = json_object_new_array();
-
- RRDHOST *host;
- rrd_rdlock();
- rrdhost_foreach_read(host) {
- json_object *nodeinstance = json_object_new_object();
-
- tmp = json_object_new_string(rrdhost_hostname(host));
- json_object_object_add(nodeinstance, "hostname", tmp);
-
- tmp = json_object_new_string(host->machine_guid);
- json_object_object_add(nodeinstance, "mguid", tmp);
-
- rrdhost_aclk_state_lock(host);
- if (host->aclk_state.claimed_id) {
- tmp = json_object_new_string(host->aclk_state.claimed_id);
- json_object_object_add(nodeinstance, "claimed_id", tmp);
- } else
- json_object_object_add(nodeinstance, "claimed_id", NULL);
- rrdhost_aclk_state_unlock(host);
-
- if (host->node_id == NULL || uuid_is_null(*host->node_id)) {
- json_object_object_add(nodeinstance, "node-id", NULL);
- } else {
- char node_id[GUID_LEN + 1];
- uuid_unparse_lower(*host->node_id, node_id);
- tmp = json_object_new_string(node_id);
- json_object_object_add(nodeinstance, "node-id", tmp);
- }
-
- tmp = json_object_new_int(host->system_info->hops);
- json_object_object_add(nodeinstance, "streaming-hops", tmp);
-
- tmp = json_object_new_string(host == localhost ? "self" : "child");
- json_object_object_add(nodeinstance, "relationship", tmp);
-
- tmp = json_object_new_boolean((host->receiver || host == localhost));
- json_object_object_add(nodeinstance, "streaming-online", tmp);
-
- tmp = json_object_new_object();
- fill_alert_status_for_host_json(tmp, host);
- json_object_object_add(nodeinstance, "alert-sync-status", tmp);
-
- json_object_array_add(grp, nodeinstance);
- }
- rrd_unlock();
- json_object_object_add(msg, "node-instances", grp);
-
- char *str = strdupz(json_object_to_json_string_ext(msg, JSON_C_TO_STRING_PLAIN));
- json_object_put(msg);
- return str;
-#endif /* ENABLE_ACLK */
-}
-
-void add_aclk_host_labels(void) {
- RRDLABELS *labels = localhost->rrdlabels;
-
-#ifdef ENABLE_ACLK
- rrdlabels_add(labels, "_aclk_available", "true", RRDLABEL_SRC_AUTO|RRDLABEL_SRC_ACLK);
- ACLK_PROXY_TYPE aclk_proxy;
- char *proxy_str;
- aclk_get_proxy(&aclk_proxy);
-
- switch(aclk_proxy) {
- case PROXY_TYPE_SOCKS5:
- proxy_str = "SOCKS5";
- break;
- case PROXY_TYPE_HTTP:
- proxy_str = "HTTP";
- break;
- default:
- proxy_str = "none";
- break;
- }
-
- rrdlabels_add(labels, "_mqtt_version", "5", RRDLABEL_SRC_AUTO);
- rrdlabels_add(labels, "_aclk_proxy", proxy_str, RRDLABEL_SRC_AUTO);
- rrdlabels_add(labels, "_aclk_ng_new_cloud_protocol", "true", RRDLABEL_SRC_AUTO|RRDLABEL_SRC_ACLK);
-#else
- rrdlabels_add(labels, "_aclk_available", "false", RRDLABEL_SRC_AUTO|RRDLABEL_SRC_ACLK);
-#endif
-}
-
-void aclk_queue_node_info(RRDHOST *host, bool immediate)
-{
- struct aclk_sync_cfg_t *wc = host->aclk_config;
- if (likely(wc))
- wc->node_info_send_time = (host == localhost || immediate) ? 1 : now_realtime_sec();
-}
diff --git a/aclk/aclk.h b/aclk/aclk.h
deleted file mode 100644
index 72d1a2e11..000000000
--- a/aclk/aclk.h
+++ /dev/null
@@ -1,90 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-#ifndef ACLK_H
-#define ACLK_H
-
-#include "daemon/common.h"
-
-#ifdef ENABLE_ACLK
-#include "aclk_util.h"
-#include "aclk_rrdhost_state.h"
-
-// How many MQTT PUBACKs we need to get to consider connection
-// stable for the purposes of TBEB (truncated binary exponential backoff)
-#define ACLK_PUBACKS_CONN_STABLE 3
-#endif /* ENABLE_ACLK */
-
-typedef enum __attribute__((packed)) {
- ACLK_STATUS_CONNECTED = 0,
- ACLK_STATUS_NONE,
- ACLK_STATUS_DISABLED,
- ACLK_STATUS_NO_CLOUD_URL,
- ACLK_STATUS_INVALID_CLOUD_URL,
- ACLK_STATUS_NOT_CLAIMED,
- ACLK_STATUS_ENV_ENDPOINT_UNREACHABLE,
- ACLK_STATUS_ENV_RESPONSE_NOT_200,
- ACLK_STATUS_ENV_RESPONSE_EMPTY,
- ACLK_STATUS_ENV_RESPONSE_NOT_JSON,
- ACLK_STATUS_ENV_FAILED,
- ACLK_STATUS_BLOCKED,
- ACLK_STATUS_NO_OLD_PROTOCOL,
- ACLK_STATUS_NO_PROTOCOL_CAPABILITY,
- ACLK_STATUS_INVALID_ENV_AUTH_URL,
- ACLK_STATUS_INVALID_ENV_TRANSPORT_IDX,
- ACLK_STATUS_INVALID_ENV_TRANSPORT_URL,
- ACLK_STATUS_INVALID_OTP,
- ACLK_STATUS_NO_LWT_TOPIC,
-} ACLK_STATUS;
-
-extern ACLK_STATUS aclk_status;
-extern const char *aclk_cloud_base_url;
-const char *aclk_status_to_string(void);
-
-extern int aclk_connected;
-extern int aclk_ctx_based;
-extern int aclk_disable_runtime;
-extern int aclk_stats_enabled;
-extern int aclk_kill_link;
-
-extern time_t last_conn_time_mqtt;
-extern time_t last_conn_time_appl;
-extern time_t last_disconnect_time;
-extern time_t next_connection_attempt;
-extern float last_backoff_value;
-
-extern usec_t aclk_session_us;
-extern time_t aclk_session_sec;
-
-extern time_t aclk_block_until;
-
-extern int aclk_connection_counter;
-extern int disconnect_req;
-
-#ifdef ENABLE_ACLK
-void *aclk_main(void *ptr);
-
-extern netdata_mutex_t aclk_shared_state_mutex;
-#define ACLK_SHARED_STATE_LOCK netdata_mutex_lock(&aclk_shared_state_mutex)
-#define ACLK_SHARED_STATE_UNLOCK netdata_mutex_unlock(&aclk_shared_state_mutex)
-
-extern struct aclk_shared_state {
- // To wait for `disconnect` message PUBACK
- // when shutting down
- // at the same time if > 0 we know link is
- // shutting down
- int mqtt_shutdown_msg_id;
- int mqtt_shutdown_msg_rcvd;
-} aclk_shared_state;
-
-void aclk_host_state_update(RRDHOST *host, int cmd, int queryable);
-void aclk_send_node_instances(void);
-
-void aclk_send_bin_msg(char *msg, size_t msg_len, enum aclk_topics subtopic, const char *msgname);
-
-#endif /* ENABLE_ACLK */
-
-char *aclk_state(void);
-char *aclk_state_json(void);
-void add_aclk_host_labels(void);
-void aclk_queue_node_info(RRDHOST *host, bool immediate);
-
-#endif /* ACLK_H */
diff --git a/aclk/aclk_alarm_api.c b/aclk/aclk_alarm_api.c
deleted file mode 100644
index 664671f70..000000000
--- a/aclk/aclk_alarm_api.c
+++ /dev/null
@@ -1,44 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_alarm_api.h"
-
-#include "aclk_query_queue.h"
-
-#include "aclk_util.h"
-
-#include "aclk.h"
-
-void aclk_send_provide_alarm_checkpoint(struct alarm_checkpoint *checkpoint)
-{
- aclk_query_t query = aclk_query_new(ALARM_PROVIDE_CHECKPOINT);
- query->data.bin_payload.payload = generate_alarm_checkpoint(&query->data.bin_payload.size, checkpoint);
- query->data.bin_payload.topic = ACLK_TOPICID_ALARM_CHECKPOINT;
- query->data.bin_payload.msg_name = "AlarmCheckpoint";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
-
-void aclk_send_alarm_log_entry(struct alarm_log_entry *log_entry)
-{
- size_t payload_size;
- char *payload = generate_alarm_log_entry(&payload_size, log_entry);
-
- aclk_send_bin_msg(payload, payload_size, ACLK_TOPICID_ALARM_LOG, "AlarmLogEntry");
-}
-
-void aclk_send_provide_alarm_cfg(struct provide_alarm_configuration *cfg)
-{
- aclk_query_t query = aclk_query_new(ALARM_PROVIDE_CFG);
- query->data.bin_payload.payload = generate_provide_alarm_configuration(&query->data.bin_payload.size, cfg);
- query->data.bin_payload.topic = ACLK_TOPICID_ALARM_CONFIG;
- query->data.bin_payload.msg_name = "ProvideAlarmConfiguration";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
-
-void aclk_send_alarm_snapshot(alarm_snapshot_proto_ptr_t snapshot)
-{
- aclk_query_t query = aclk_query_new(ALARM_SNAPSHOT);
- query->data.bin_payload.payload = generate_alarm_snapshot_bin(&query->data.bin_payload.size, snapshot);
- query->data.bin_payload.topic = ACLK_TOPICID_ALARM_SNAPSHOT;
- query->data.bin_payload.msg_name = "AlarmSnapshot";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
diff --git a/aclk/aclk_alarm_api.h b/aclk/aclk_alarm_api.h
deleted file mode 100644
index 4d9d9447a..000000000
--- a/aclk/aclk_alarm_api.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_ALARM_API_H
-#define ACLK_ALARM_API_H
-
-#include "../daemon/common.h"
-#include "schema-wrappers/schema_wrappers.h"
-
-void aclk_send_provide_alarm_checkpoint(struct alarm_checkpoint *checkpoint);
-void aclk_send_alarm_log_entry(struct alarm_log_entry *log_entry);
-void aclk_send_provide_alarm_cfg(struct provide_alarm_configuration *cfg);
-void aclk_send_alarm_snapshot(alarm_snapshot_proto_ptr_t snapshot);
-
-#endif /* ACLK_ALARM_API_H */
diff --git a/aclk/aclk_capas.c b/aclk/aclk_capas.c
deleted file mode 100644
index e8d85a2b9..000000000
--- a/aclk/aclk_capas.c
+++ /dev/null
@@ -1,56 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_capas.h"
-
-#include "ml/ml.h"
-
-#define HTTP_API_V2_VERSION 6
-
-const struct capability *aclk_get_agent_capas()
-{
- static struct capability agent_capabilities[] = {
- { .name = "json", .version = 2, .enabled = 0 },
- { .name = "proto", .version = 1, .enabled = 1 },
- { .name = "ml", .version = 0, .enabled = 0 }, // index 2, below
- { .name = "mc", .version = 0, .enabled = 0 }, // index 3, below
- { .name = "ctx", .version = 1, .enabled = 1 },
- { .name = "funcs", .version = 1, .enabled = 1 },
- { .name = "http_api_v2", .version = HTTP_API_V2_VERSION, .enabled = 1 },
- { .name = "health", .version = 1, .enabled = 0 }, // index 7, below
- { .name = "req_cancel", .version = 1, .enabled = 1 },
- { .name = NULL, .version = 0, .enabled = 0 }
- };
- agent_capabilities[2].version = ml_capable() ? 1 : 0;
- agent_capabilities[2].enabled = ml_enabled(localhost);
-
- agent_capabilities[3].version = enable_metric_correlations ? metric_correlations_version : 0;
- agent_capabilities[3].enabled = enable_metric_correlations;
-
- agent_capabilities[7].enabled = localhost->health.health_enabled;
-
- return agent_capabilities;
-}
-
-struct capability *aclk_get_node_instance_capas(RRDHOST *host)
-{
- bool functions = (host == localhost || (host->receiver && stream_has_capability(host->receiver, STREAM_CAP_FUNCTIONS)));
-
- struct capability ni_caps[] = {
- { .name = "proto", .version = 1, .enabled = 1 },
- { .name = "ml", .version = ml_capable(), .enabled = ml_enabled(host) },
- { .name = "mc",
- .version = enable_metric_correlations ? metric_correlations_version : 0,
- .enabled = enable_metric_correlations },
- { .name = "ctx", .version = 1, .enabled = 1 },
- { .name = "funcs", .version = functions ? 1 : 0, .enabled = functions ? 1 : 0 },
- { .name = "http_api_v2", .version = HTTP_API_V2_VERSION, .enabled = 1 },
- { .name = "health", .version = 1, .enabled = host->health.health_enabled },
- { .name = "req_cancel", .version = 1, .enabled = 1 },
- { .name = NULL, .version = 0, .enabled = 0 }
- };
-
- struct capability *ret = mallocz(sizeof(ni_caps));
- memcpy(ret, ni_caps, sizeof(ni_caps));
-
- return ret;
-}
diff --git a/aclk/aclk_capas.h b/aclk/aclk_capas.h
deleted file mode 100644
index c39a197b8..000000000
--- a/aclk/aclk_capas.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_CAPAS_H
-#define ACLK_CAPAS_H
-
-#include "daemon/common.h"
-#include "libnetdata/libnetdata.h"
-
-#include "schema-wrappers/capability.h"
-
-const struct capability *aclk_get_agent_capas();
-struct capability *aclk_get_node_instance_capas(RRDHOST *host);
-
-#endif /* ACLK_CAPAS_H */
diff --git a/aclk/aclk_contexts_api.c b/aclk/aclk_contexts_api.c
deleted file mode 100644
index f3344935e..000000000
--- a/aclk/aclk_contexts_api.c
+++ /dev/null
@@ -1,41 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_query_queue.h"
-
-#include "aclk_contexts_api.h"
-
-void aclk_send_contexts_snapshot(contexts_snapshot_t data)
-{
- aclk_query_t query = aclk_query_new(PROTO_BIN_MESSAGE);
- query->data.bin_payload.topic = ACLK_TOPICID_CTXS_SNAPSHOT;
- query->data.bin_payload.payload = contexts_snapshot_2bin(data, &query->data.bin_payload.size);
- query->data.bin_payload.msg_name = "ContextsSnapshot";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
-
-void aclk_send_contexts_updated(contexts_updated_t data)
-{
- aclk_query_t query = aclk_query_new(PROTO_BIN_MESSAGE);
- query->data.bin_payload.topic = ACLK_TOPICID_CTXS_UPDATED;
- query->data.bin_payload.payload = contexts_updated_2bin(data, &query->data.bin_payload.size);
- query->data.bin_payload.msg_name = "ContextsUpdated";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
-
-void aclk_update_node_collectors(struct update_node_collectors *collectors)
-{
- aclk_query_t query = aclk_query_new(UPDATE_NODE_COLLECTORS);
- query->data.bin_payload.topic = ACLK_TOPICID_NODE_COLLECTORS;
- query->data.bin_payload.payload = generate_update_node_collectors_message(&query->data.bin_payload.size, collectors);
- query->data.bin_payload.msg_name = "UpdateNodeCollectors";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
-
-void aclk_update_node_info(struct update_node_info *info)
-{
- aclk_query_t query = aclk_query_new(UPDATE_NODE_INFO);
- query->data.bin_payload.topic = ACLK_TOPICID_NODE_INFO;
- query->data.bin_payload.payload = generate_update_node_info_message(&query->data.bin_payload.size, info);
- query->data.bin_payload.msg_name = "UpdateNodeInfo";
- QUEUE_IF_PAYLOAD_PRESENT(query);
-}
diff --git a/aclk/aclk_contexts_api.h b/aclk/aclk_contexts_api.h
deleted file mode 100644
index f0b5ec77e..000000000
--- a/aclk/aclk_contexts_api.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-#ifndef ACLK_CONTEXTS_API_H
-#define ACLK_CONTEXTS_API_H
-
-#include "schema-wrappers/schema_wrappers.h"
-
-
-void aclk_send_contexts_snapshot(contexts_snapshot_t data);
-void aclk_send_contexts_updated(contexts_updated_t data);
-void aclk_update_node_collectors(struct update_node_collectors *collectors);
-void aclk_update_node_info(struct update_node_info *info);
-
-#endif /* ACLK_CONTEXTS_API_H */
-
diff --git a/aclk/aclk_otp.c b/aclk/aclk_otp.c
deleted file mode 100644
index 207ca08cf..000000000
--- a/aclk/aclk_otp.c
+++ /dev/null
@@ -1,883 +0,0 @@
-
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_otp.h"
-#include "aclk_util.h"
-#include "aclk.h"
-
-#include "daemon/common.h"
-
-#include "mqtt_websockets/c-rbuf/include/ringbuffer.h"
-
-static int aclk_https_request(https_req_t *request, https_req_response_t *response) {
- int rc;
- // wrapper for ACLK only which loads ACLK specific proxy settings
- // then only calls https_request
- struct mqtt_wss_proxy proxy_conf = { .host = NULL, .port = 0, .username = NULL, .password = NULL, .type = MQTT_WSS_DIRECT };
- aclk_set_proxy((char**)&proxy_conf.host, &proxy_conf.port, (char**)&proxy_conf.username, (char**)&proxy_conf.password, &proxy_conf.type);
-
- if (proxy_conf.type == MQTT_WSS_PROXY_HTTP) {
- request->proxy_host = (char*)proxy_conf.host; // TODO make it const as well
- request->proxy_port = proxy_conf.port;
- request->proxy_username = proxy_conf.username;
- request->proxy_password = proxy_conf.password;
- }
-
- rc = https_request(request, response);
- freez((char*)proxy_conf.host);
- freez((char*)proxy_conf.username);
- freez((char*)proxy_conf.password);
- return rc;
-}
-
-struct auth_data {
- char *client_id;
- char *username;
- char *passwd;
-};
-
-#define PARSE_ENV_JSON_CHK_TYPE(it, type, name) \
- if (json_object_get_type(json_object_iter_peek_value(it)) != type) { \
- netdata_log_error("value of key \"%s\" should be %s", name, #type); \
- goto exit; \
- }
-
-#define JSON_KEY_CLIENTID "clientID"
-#define JSON_KEY_USER "username"
-#define JSON_KEY_PASS "password"
-#define JSON_KEY_TOPICS "topics"
-
-static int parse_passwd_response(const char *json_str, struct auth_data *auth) {
- int rc = 1;
- json_object *json;
- struct json_object_iterator it;
- struct json_object_iterator itEnd;
-
- json = json_tokener_parse(json_str);
- if (!json) {
- netdata_log_error("JSON-C failed to parse the payload of http response of /env endpoint");
- return 1;
- }
-
- it = json_object_iter_begin(json);
- itEnd = json_object_iter_end(json);
-
- while (!json_object_iter_equal(&it, &itEnd)) {
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_CLIENTID)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_CLIENTID)
-
- auth->client_id = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_USER)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_USER)
-
- auth->username = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_PASS)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_PASS)
-
- auth->passwd = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_TOPICS)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_array, JSON_KEY_TOPICS)
-
- if (aclk_generate_topic_cache(json_object_iter_peek_value(&it))) {
- netdata_log_error("Failed to generate topic cache!");
- goto exit;
- }
- json_object_iter_next(&it);
- continue;
- }
- netdata_log_error("Unknown key \"%s\" in passwd response payload. Ignoring", json_object_iter_peek_name(&it));
- json_object_iter_next(&it);
- }
-
- if (!auth->client_id) {
- netdata_log_error(JSON_KEY_CLIENTID " is compulsory key in /password response");
- goto exit;
- }
- if (!auth->passwd) {
- netdata_log_error(JSON_KEY_PASS " is compulsory in /password response");
- goto exit;
- }
- if (!auth->username) {
- netdata_log_error(JSON_KEY_USER " is compulsory in /password response");
- goto exit;
- }
-
- rc = 0;
-exit:
- json_object_put(json);
- return rc;
-}
-
-#define JSON_KEY_ERTRY "errorNonRetryable"
-#define JSON_KEY_EDELAY "errorRetryDelaySeconds"
-#define JSON_KEY_EEC "errorCode"
-#define JSON_KEY_EMSGKEY "errorMsgKey"
-#define JSON_KEY_EMSG "errorMessage"
-#if JSON_C_MINOR_VERSION >= 13
-static const char *get_json_str_by_path(json_object *json, const char *path) {
- json_object *ptr;
- if (json_pointer_get(json, path, &ptr)) {
- netdata_log_error("Missing compulsory key \"%s\" in error response", path);
- return NULL;
- }
- if (json_object_get_type(ptr) != json_type_string) {
- netdata_log_error("Value of Key \"%s\" in error response should be string", path);
- return NULL;
- }
- return json_object_get_string(ptr);
-}
-
-static int aclk_parse_otp_error(const char *json_str) {
- int rc = 1;
- json_object *json, *ptr;
- const char *ec;
- const char *ek;
- const char *emsg;
- int block_retry = -1, backoff = -1;
-
-
- json = json_tokener_parse(json_str);
- if (!json) {
- netdata_log_error("JSON-C failed to parse the payload of http response of /env endpoint");
- return 1;
- }
-
- if ((ec = get_json_str_by_path(json, "/" JSON_KEY_EEC)) == NULL)
- goto exit;
-
- if ((ek = get_json_str_by_path(json, "/" JSON_KEY_EMSGKEY)) == NULL)
- goto exit;
-
- if ((emsg = get_json_str_by_path(json, "/" JSON_KEY_EMSG)) == NULL)
- goto exit;
-
- // optional field
- if (!json_pointer_get(json, "/" JSON_KEY_ERTRY, &ptr)) {
- if (json_object_get_type(ptr) != json_type_boolean) {
- netdata_log_error("Error response Key " "/" JSON_KEY_ERTRY " should be of boolean type");
- goto exit;
- }
- block_retry = json_object_get_boolean(ptr);
- }
-
- // optional field
- if (!json_pointer_get(json, "/" JSON_KEY_EDELAY, &ptr)) {
- if (json_object_get_type(ptr) != json_type_int) {
- netdata_log_error("Error response Key " "/" JSON_KEY_EDELAY " should be of integer type");
- goto exit;
- }
- backoff = json_object_get_int(ptr);
- }
-
- if (block_retry > 0)
- aclk_disable_runtime = 1;
-
- if (backoff > 0)
- aclk_block_until = now_monotonic_sec() + backoff;
-
- netdata_log_error("Cloud returned EC=\"%s\", Msg-Key:\"%s\", Msg:\"%s\", BlockRetry:%s, Backoff:%ds (-1 unset by cloud)", ec, ek, emsg, block_retry > 0 ? "true" : "false", backoff);
- rc = 0;
-exit:
- json_object_put(json);
- return rc;
-}
-#else
-static int aclk_parse_otp_error(const char *json_str) {
- int rc = 1;
- int block_retry = -1, backoff = -1;
-
- const char *ec = NULL;
- const char *ek = NULL;
- const char *emsg = NULL;
-
- json_object *json;
- struct json_object_iterator it;
- struct json_object_iterator itEnd;
-
- json = json_tokener_parse(json_str);
- if (!json) {
- netdata_log_error("JSON-C failed to parse the payload of http response of /env endpoint");
- return 1;
- }
-
- it = json_object_iter_begin(json);
- itEnd = json_object_iter_end(json);
-
- while (!json_object_iter_equal(&it, &itEnd)) {
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_EMSG)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_EMSG)
-
- emsg = json_object_get_string(json_object_iter_peek_value(&it));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_EMSGKEY)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_EMSGKEY)
-
- ek = json_object_get_string(json_object_iter_peek_value(&it));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_EEC)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_EEC)
-
- ec = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_EDELAY)) {
- if (json_object_get_type(json_object_iter_peek_value(&it)) != json_type_int) {
- netdata_log_error("value of key " JSON_KEY_EDELAY " should be integer");
- goto exit;
- }
-
- backoff = json_object_get_int(json_object_iter_peek_value(&it));
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_ERTRY)) {
- if (json_object_get_type(json_object_iter_peek_value(&it)) != json_type_boolean) {
- netdata_log_error("value of key " JSON_KEY_ERTRY " should be integer");
- goto exit;
- }
-
- block_retry = json_object_get_boolean(json_object_iter_peek_value(&it));
- json_object_iter_next(&it);
- continue;
- }
- netdata_log_error("Unknown key \"%s\" in error response payload. Ignoring", json_object_iter_peek_name(&it));
- json_object_iter_next(&it);
- }
-
- if (block_retry > 0)
- aclk_disable_runtime = 1;
-
- if (backoff > 0)
- aclk_block_until = now_monotonic_sec() + backoff;
-
- netdata_log_error("Cloud returned EC=\"%s\", Msg-Key:\"%s\", Msg:\"%s\", BlockRetry:%s, Backoff:%ds (-1 unset by cloud)", ec, ek, emsg, block_retry > 0 ? "true" : "false", backoff);
- rc = 0;
-exit:
- json_object_put(json);
- return rc;
-}
-#endif
-
-#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < OPENSSL_VERSION_110
-static EVP_ENCODE_CTX *EVP_ENCODE_CTX_new(void)
-{
- EVP_ENCODE_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));
-
- if (ctx != NULL) {
- memset(ctx, 0, sizeof(*ctx));
- }
- return ctx;
-}
-static void EVP_ENCODE_CTX_free(EVP_ENCODE_CTX *ctx)
-{
- OPENSSL_free(ctx);
- return;
-}
-#endif
-
-#define CHALLENGE_LEN 256
-#define CHALLENGE_LEN_BASE64 344
-inline static int base64_decode_helper(unsigned char *out, int *outl, const unsigned char *in, int in_len)
-{
- unsigned char remaining_data[CHALLENGE_LEN];
- EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new();
- EVP_DecodeInit(ctx);
- EVP_DecodeUpdate(ctx, out, outl, in, in_len);
- int remainder = 0;
- EVP_DecodeFinal(ctx, remaining_data, &remainder);
- EVP_ENCODE_CTX_free(ctx);
- if (remainder) {
- netdata_log_error("Unexpected data at EVP_DecodeFinal");
- return 1;
- }
- return 0;
-}
-
-#define OTP_URL_PREFIX "/api/v1/auth/node/"
-int aclk_get_otp_challenge(url_t *target, const char *agent_id, unsigned char **challenge, int *challenge_bytes)
-{
- int rc = 1;
- https_req_t req = HTTPS_REQ_T_INITIALIZER;
- https_req_response_t resp = HTTPS_REQ_RESPONSE_T_INITIALIZER;
-
- BUFFER *url = buffer_create(strlen(OTP_URL_PREFIX) + UUID_STR_LEN + 20, &netdata_buffers_statistics.buffers_aclk);
-
- req.host = target->host;
- req.port = target->port;
- buffer_sprintf(url, "%s/node/%s/challenge", target->path, agent_id);
- req.url = (char *)buffer_tostring(url);
-
- if (aclk_https_request(&req, &resp)) {
- netdata_log_error("ACLK_OTP Challenge failed");
- buffer_free(url);
- return 1;
- }
- if (resp.http_code != 200) {
- netdata_log_error("ACLK_OTP Challenge HTTP code not 200 OK (got %d)", resp.http_code);
- buffer_free(url);
- if (resp.payload_size)
- aclk_parse_otp_error(resp.payload);
- goto cleanup_resp;
- }
- buffer_free(url);
-
- netdata_log_info("ACLK_OTP Got Challenge from Cloud");
-
- json_object *json = json_tokener_parse(resp.payload);
- if (!json) {
- netdata_log_error("Couldn't parse HTTP GET challenge payload");
- goto cleanup_resp;
- }
- json_object *challenge_json;
- if (!json_object_object_get_ex(json, "challenge", &challenge_json)) {
- netdata_log_error("No key named \"challenge\" in the returned JSON");
- goto cleanup_json;
- }
- if (!json_object_is_type(challenge_json, json_type_string)) {
- netdata_log_error("\"challenge\" is not a string JSON type");
- goto cleanup_json;
- }
- const char *challenge_base64;
- if (!(challenge_base64 = json_object_get_string(challenge_json))) {
- netdata_log_error("Failed to extract challenge from JSON object");
- goto cleanup_json;
- }
- if (strlen(challenge_base64) != CHALLENGE_LEN_BASE64) {
- netdata_log_error("Received Challenge has unexpected length of %zu (expected %d)", strlen(challenge_base64), CHALLENGE_LEN_BASE64);
- goto cleanup_json;
- }
-
- *challenge = mallocz((CHALLENGE_LEN_BASE64 / 4) * 3);
- base64_decode_helper(*challenge, challenge_bytes, (const unsigned char*)challenge_base64, strlen(challenge_base64));
- if (*challenge_bytes != CHALLENGE_LEN) {
- netdata_log_error("Unexpected challenge length of %d instead of %d", *challenge_bytes, CHALLENGE_LEN);
- freez(*challenge);
- *challenge = NULL;
- goto cleanup_json;
- }
- rc = 0;
-
-cleanup_json:
- json_object_put(json);
-cleanup_resp:
- https_req_response_free(&resp);
- return rc;
-}
-
-int aclk_send_otp_response(const char *agent_id, const unsigned char *response, int response_bytes, url_t *target, struct auth_data *mqtt_auth)
-{
- int len;
- int rc = 1;
- https_req_t req = HTTPS_REQ_T_INITIALIZER;
- https_req_response_t resp = HTTPS_REQ_RESPONSE_T_INITIALIZER;
-
- req.host = target->host;
- req.port = target->port;
- req.request_type = HTTP_REQ_POST;
-
- unsigned char base64[CHALLENGE_LEN_BASE64 + 1];
- memset(base64, 0, CHALLENGE_LEN_BASE64 + 1);
-
- base64_encode_helper(base64, &len, response, response_bytes);
-
- BUFFER *url = buffer_create(strlen(OTP_URL_PREFIX) + UUID_STR_LEN + 20, &netdata_buffers_statistics.buffers_aclk);
- BUFFER *resp_json = buffer_create(strlen(OTP_URL_PREFIX) + UUID_STR_LEN + 20, &netdata_buffers_statistics.buffers_aclk);
-
- buffer_sprintf(url, "%s/node/%s/password", target->path, agent_id);
- buffer_sprintf(resp_json, "{\"response\":\"%s\"}", base64);
-
- req.url = (char *)buffer_tostring(url);
- req.payload = (char *)buffer_tostring(resp_json);
- req.payload_size = strlen(req.payload);
-
- if (aclk_https_request(&req, &resp)) {
- netdata_log_error("ACLK_OTP Password error trying to post result to password");
- goto cleanup_buffers;
- }
- if (resp.http_code != 201) {
- netdata_log_error("ACLK_OTP Password HTTP code not 201 Created (got %d)", resp.http_code);
- if (resp.payload_size)
- aclk_parse_otp_error(resp.payload);
- goto cleanup_response;
- }
- if (resp.payload_size == 0 || resp.payload == NULL) {
- netdata_log_error("ACLK_OTP Password response payload is empty despite returning 201 Created!");
- goto cleanup_response;
- }
- netdata_log_info("ACLK_OTP Got Password from Cloud");
-
- if (parse_passwd_response(resp.payload, mqtt_auth)){
- netdata_log_error("Error parsing response of password endpoint");
- goto cleanup_response;
- }
-
- rc = 0;
-
-cleanup_response:
- https_req_response_free(&resp);
-cleanup_buffers:
- buffer_free(resp_json);
- buffer_free(url);
- return rc;
-}
-
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
-static int private_decrypt(EVP_PKEY *p_key, unsigned char * enc_data, int data_len, unsigned char **decrypted)
-#else
-static int private_decrypt(RSA *p_key, unsigned char * enc_data, int data_len, unsigned char **decrypted)
-#endif
-{
- int result;
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
- size_t outlen = EVP_PKEY_size(p_key);
- EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(p_key, NULL);
- if (!ctx)
- return 1;
-
- if (EVP_PKEY_decrypt_init(ctx) <= 0) {
- EVP_PKEY_CTX_free(ctx);
- return 1;
- }
-
- if (EVP_PKEY_CTX_set_rsa_padding(ctx, RSA_PKCS1_OAEP_PADDING) <= 0) {
- EVP_PKEY_CTX_free(ctx);
- return 1;
- }
-
- *decrypted = mallocz(outlen);
-
- if (EVP_PKEY_decrypt(ctx, *decrypted, &outlen, enc_data, data_len) == 1)
- result = (int) outlen;
- else
- result = -1;
-
- EVP_PKEY_CTX_free(ctx);
-#else
- *decrypted = mallocz(RSA_size(p_key));
- result = RSA_private_decrypt(data_len, enc_data, *decrypted, p_key, RSA_PKCS1_OAEP_PADDING);
-#endif
- if (result == -1)
- {
- char err[512];
- ERR_error_string_n(ERR_get_error(), err, sizeof(err));
- netdata_log_error("Decryption of the challenge failed: %s", err);
- }
- return result;
-}
-
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
-int aclk_get_mqtt_otp(EVP_PKEY *p_key, char **mqtt_id, char **mqtt_usr, char **mqtt_pass, url_t *target)
-#else
-int aclk_get_mqtt_otp(RSA *p_key, char **mqtt_id, char **mqtt_usr, char **mqtt_pass, url_t *target)
-#endif
-{
- unsigned char *challenge = NULL;
- int challenge_bytes;
-
- char *agent_id = get_agent_claimid();
- if (agent_id == NULL) {
- netdata_log_error("Agent was not claimed - cannot perform challenge/response");
- return 1;
- }
-
- // Get Challenge
- if (aclk_get_otp_challenge(target, agent_id, &challenge, &challenge_bytes)) {
- netdata_log_error("Error getting challenge");
- freez(agent_id);
- return 1;
- }
-
- // Decrypt Challenge / Get response
- unsigned char *response_plaintext = NULL;
- int response_plaintext_bytes = private_decrypt(p_key, challenge, challenge_bytes, &response_plaintext);
- if (response_plaintext_bytes < 0) {
- netdata_log_error("Couldn't decrypt the challenge received");
- freez(response_plaintext);
- freez(challenge);
- freez(agent_id);
- return 1;
- }
- freez(challenge);
-
- // Encode and Send Challenge
- struct auth_data data = { .client_id = NULL, .passwd = NULL, .username = NULL };
- if (aclk_send_otp_response(agent_id, response_plaintext, response_plaintext_bytes, target, &data)) {
- netdata_log_error("Error getting response");
- freez(response_plaintext);
- freez(agent_id);
- return 1;
- }
-
- *mqtt_pass = data.passwd;
- *mqtt_usr = data.username;
- *mqtt_id = data.client_id;
-
- freez(response_plaintext);
- freez(agent_id);
- return 0;
-}
-
-#define JSON_KEY_ENC "encoding"
-#define JSON_KEY_AUTH_ENDPOINT "authEndpoint"
-#define JSON_KEY_TRP "transports"
-#define JSON_KEY_TRP_TYPE "type"
-#define JSON_KEY_TRP_ENDPOINT "endpoint"
-#define JSON_KEY_BACKOFF "backoff"
-#define JSON_KEY_BACKOFF_BASE "base"
-#define JSON_KEY_BACKOFF_MAX "maxSeconds"
-#define JSON_KEY_BACKOFF_MIN "minSeconds"
-#define JSON_KEY_CAPS "capabilities"
-
-static int parse_json_env_transport(json_object *json, aclk_transport_desc_t *trp) {
- struct json_object_iterator it;
- struct json_object_iterator itEnd;
-
- it = json_object_iter_begin(json);
- itEnd = json_object_iter_end(json);
-
- while (!json_object_iter_equal(&it, &itEnd)) {
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_TRP_TYPE)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_TRP_TYPE)
- if (trp->type != ACLK_TRP_UNKNOWN) {
- netdata_log_error(JSON_KEY_TRP_TYPE " set already");
- goto exit;
- }
- trp->type = aclk_transport_type_t_from_str(json_object_get_string(json_object_iter_peek_value(&it)));
- if (trp->type == ACLK_TRP_UNKNOWN) {
- netdata_log_error(JSON_KEY_TRP_TYPE " unknown type \"%s\"", json_object_get_string(json_object_iter_peek_value(&it)));
- goto exit;
- }
- json_object_iter_next(&it);
- continue;
- }
-
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_TRP_ENDPOINT)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_TRP_ENDPOINT)
- if (trp->endpoint) {
- netdata_log_error(JSON_KEY_TRP_ENDPOINT " set already");
- goto exit;
- }
- trp->endpoint = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
-
- netdata_log_error("unknown JSON key in dictionary (\"%s\")", json_object_iter_peek_name(&it));
- json_object_iter_next(&it);
- }
-
- if (!trp->endpoint) {
- netdata_log_error(JSON_KEY_TRP_ENDPOINT " is missing from JSON dictionary");
- goto exit;
- }
-
- if (trp->type == ACLK_TRP_UNKNOWN) {
- netdata_log_error("transport type not set");
- goto exit;
- }
-
- return 0;
-
-exit:
- aclk_transport_desc_t_destroy(trp);
- return 1;
-}
-
-static int parse_json_env_transports(json_object *json_array, aclk_env_t *env) {
- aclk_transport_desc_t *trp;
- json_object *obj;
-
- if (env->transports) {
- netdata_log_error("transports have been set already");
- return 1;
- }
-
- env->transport_count = json_object_array_length(json_array);
-
- env->transports = callocz(env->transport_count , sizeof(aclk_transport_desc_t *));
-
- for (size_t i = 0; i < env->transport_count; i++) {
- trp = callocz(1, sizeof(aclk_transport_desc_t));
- obj = json_object_array_get_idx(json_array, i);
- if (parse_json_env_transport(obj, trp)) {
- netdata_log_error("error parsing transport idx %d", (int)i);
- freez(trp);
- return 1;
- }
- env->transports[i] = trp;
- }
-
- return 0;
-}
-
-#define MATCHED_CORRECT 1
-#define MATCHED_ERROR -1
-#define NOT_MATCHED 0
-static int parse_json_backoff_int(struct json_object_iterator *it, int *out, const char* name, int min, int max) {
- if (!strcmp(json_object_iter_peek_name(it), name)) {
- if (json_object_get_type(json_object_iter_peek_value(it)) != json_type_int) {
- netdata_log_error("Could not parse \"%s\". Not an integer as expected.", name);
- return MATCHED_ERROR;
- }
-
- *out = json_object_get_int(json_object_iter_peek_value(it));
-
- if (*out < min || *out > max) {
- netdata_log_error("Value of \"%s\"=%d out of range (%d-%d).", name, *out, min, max);
- return MATCHED_ERROR;
- }
-
- return MATCHED_CORRECT;
- }
- return NOT_MATCHED;
-}
-
-static int parse_json_backoff(json_object *json, aclk_backoff_t *backoff) {
- struct json_object_iterator it;
- struct json_object_iterator itEnd;
- int ret;
-
- it = json_object_iter_begin(json);
- itEnd = json_object_iter_end(json);
-
- while (!json_object_iter_equal(&it, &itEnd)) {
- if ( (ret = parse_json_backoff_int(&it, &backoff->base, JSON_KEY_BACKOFF_BASE, 1, 10)) ) {
- if (ret == MATCHED_ERROR) {
- return 1;
- }
- json_object_iter_next(&it);
- continue;
- }
-
- if ( (ret = parse_json_backoff_int(&it, &backoff->max_s, JSON_KEY_BACKOFF_MAX, 500, INT_MAX)) ) {
- if (ret == MATCHED_ERROR) {
- return 1;
- }
- json_object_iter_next(&it);
- continue;
- }
-
- if ( (ret = parse_json_backoff_int(&it, &backoff->min_s, JSON_KEY_BACKOFF_MIN, 0, INT_MAX)) ) {
- if (ret == MATCHED_ERROR) {
- return 1;
- }
- json_object_iter_next(&it);
- continue;
- }
-
- netdata_log_error("unknown JSON key in dictionary (\"%s\")", json_object_iter_peek_name(&it));
- json_object_iter_next(&it);
- }
-
- return 0;
-}
-
-static int parse_json_env_caps(json_object *json, aclk_env_t *env) {
- json_object *obj;
- const char *str;
-
- if (env->capabilities) {
- netdata_log_error("transports have been set already");
- return 1;
- }
-
- env->capability_count = json_object_array_length(json);
-
- // empty capabilities list is allowed
- if (!env->capability_count)
- return 0;
-
- env->capabilities = callocz(env->capability_count , sizeof(char *));
-
- for (size_t i = 0; i < env->capability_count; i++) {
- obj = json_object_array_get_idx(json, i);
- if (json_object_get_type(obj) != json_type_string) {
- netdata_log_error("Capability at index %d not a string!", (int)i);
- return 1;
- }
- str = json_object_get_string(obj);
- if (!str) {
- netdata_log_error("Error parsing capabilities");
- return 1;
- }
- env->capabilities[i] = strdupz(str);
- }
-
- return 0;
-}
-
-static int parse_json_env(const char *json_str, aclk_env_t *env) {
- json_object *json;
- struct json_object_iterator it;
- struct json_object_iterator itEnd;
-
- json = json_tokener_parse(json_str);
- if (!json) {
- netdata_log_error("JSON-C failed to parse the payload of http response of /env endpoint");
- return 1;
- }
-
- it = json_object_iter_begin(json);
- itEnd = json_object_iter_end(json);
-
- while (!json_object_iter_equal(&it, &itEnd)) {
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_AUTH_ENDPOINT)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_AUTH_ENDPOINT)
- if (env->auth_endpoint) {
- netdata_log_error("authEndpoint set already");
- goto exit;
- }
- env->auth_endpoint = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
-
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_ENC)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_string, JSON_KEY_ENC)
- if (env->encoding != ACLK_ENC_UNKNOWN) {
- netdata_log_error(JSON_KEY_ENC " set already");
- goto exit;
- }
- env->encoding = aclk_encoding_type_t_from_str(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
-
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_TRP)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_array, JSON_KEY_TRP)
-
- json_object *now = json_object_iter_peek_value(&it);
- parse_json_env_transports(now, env);
-
- json_object_iter_next(&it);
- continue;
- }
-
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_BACKOFF)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_object, JSON_KEY_BACKOFF)
-
- if (parse_json_backoff(json_object_iter_peek_value(&it), &env->backoff)) {
- env->backoff.base = 0;
- netdata_log_error("Error parsing Backoff parameters in env");
- goto exit;
- }
-
- json_object_iter_next(&it);
- continue;
- }
-
- if (!strcmp(json_object_iter_peek_name(&it), JSON_KEY_CAPS)) {
- PARSE_ENV_JSON_CHK_TYPE(&it, json_type_array, JSON_KEY_CAPS)
-
- if (parse_json_env_caps(json_object_iter_peek_value(&it), env)) {
- netdata_log_error("Error parsing capabilities list");
- goto exit;
- }
-
- json_object_iter_next(&it);
- continue;
- }
-
- netdata_log_error("unknown JSON key in dictionary (\"%s\")", json_object_iter_peek_name(&it));
- json_object_iter_next(&it);
- }
-
- // Check all compulsory keys have been set
- if (env->transport_count < 1) {
- netdata_log_error("env has to return at least one transport");
- goto exit;
- }
- if (!env->auth_endpoint) {
- netdata_log_error(JSON_KEY_AUTH_ENDPOINT " is compulsory");
- goto exit;
- }
- if (env->encoding == ACLK_ENC_UNKNOWN) {
- netdata_log_error(JSON_KEY_ENC " is compulsory");
- goto exit;
- }
- if (!env->backoff.base) {
- netdata_log_error(JSON_KEY_BACKOFF " is compulsory");
- goto exit;
- }
-
- json_object_put(json);
- return 0;
-
-exit:
- aclk_env_t_destroy(env);
- json_object_put(json);
- return 1;
-}
-
-int aclk_get_env(aclk_env_t *env, const char* aclk_hostname, int aclk_port) {
- BUFFER *buf = buffer_create(1024, &netdata_buffers_statistics.buffers_aclk);
-
- https_req_t req = HTTPS_REQ_T_INITIALIZER;
- https_req_response_t resp = HTTPS_REQ_RESPONSE_T_INITIALIZER;
-
- req.request_type = HTTP_REQ_GET;
-
- char *agent_id = get_agent_claimid();
- if (agent_id == NULL)
- {
- netdata_log_error("Agent was not claimed - cannot perform challenge/response");
- buffer_free(buf);
- return 1;
- }
-
- buffer_sprintf(buf, "/api/v1/env?v=%s&cap=proto,ctx&claim_id=%s", &(VERSION[1]) /* skip 'v' at beginning */, agent_id);
-
- freez(agent_id);
-
- req.host = (char*)aclk_hostname;
- req.port = aclk_port;
- req.url = buf->buffer;
- if (aclk_https_request(&req, &resp)) {
- netdata_log_error("Error trying to contact env endpoint");
- https_req_response_free(&resp);
- buffer_free(buf);
- return 2;
- }
- if (resp.http_code != 200) {
- netdata_log_error("The HTTP code not 200 OK (Got %d)", resp.http_code);
- if (resp.payload_size)
- aclk_parse_otp_error(resp.payload);
- https_req_response_free(&resp);
- buffer_free(buf);
- return 3;
- }
-
- if (!resp.payload || !resp.payload_size) {
- netdata_log_error("Unexpected empty payload as response to /env call");
- https_req_response_free(&resp);
- buffer_free(buf);
- return 4;
- }
-
- if (parse_json_env(resp.payload, env)) {
- netdata_log_error("error parsing /env message");
- https_req_response_free(&resp);
- buffer_free(buf);
- return 5;
- }
-
- netdata_log_info("Getting Cloud /env successful");
-
- https_req_response_free(&resp);
- buffer_free(buf);
- return 0;
-}
diff --git a/aclk/aclk_otp.h b/aclk/aclk_otp.h
deleted file mode 100644
index 2d660e5a4..000000000
--- a/aclk/aclk_otp.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_OTP_H
-#define ACLK_OTP_H
-
-#include "daemon/common.h"
-
-#include "https_client.h"
-#include "aclk_util.h"
-
-#if OPENSSL_VERSION_NUMBER >= OPENSSL_VERSION_300
-int aclk_get_mqtt_otp(EVP_PKEY *p_key, char **mqtt_id, char **mqtt_usr, char **mqtt_pass, url_t *target);
-#else
-int aclk_get_mqtt_otp(RSA *p_key, char **mqtt_id, char **mqtt_usr, char **mqtt_pass, url_t *target);
-#endif
-int aclk_get_env(aclk_env_t *env, const char *aclk_hostname, int aclk_port);
-
-#endif /* ACLK_OTP_H */
diff --git a/aclk/aclk_proxy.c b/aclk/aclk_proxy.c
deleted file mode 100644
index 4af46208f..000000000
--- a/aclk/aclk_proxy.c
+++ /dev/null
@@ -1,186 +0,0 @@
-#include "aclk_proxy.h"
-
-#include "daemon/common.h"
-
-#define ACLK_PROXY_ENV "env"
-#define ACLK_PROXY_CONFIG_VAR "proxy"
-
-struct {
- ACLK_PROXY_TYPE type;
- const char *url_str;
-} supported_proxy_types[] = {
- { .type = PROXY_TYPE_SOCKS5, .url_str = "socks5" ACLK_PROXY_PROTO_ADDR_SEPARATOR },
- { .type = PROXY_TYPE_SOCKS5, .url_str = "socks5h" ACLK_PROXY_PROTO_ADDR_SEPARATOR },
- { .type = PROXY_TYPE_HTTP, .url_str = "http" ACLK_PROXY_PROTO_ADDR_SEPARATOR },
- { .type = PROXY_TYPE_UNKNOWN, .url_str = NULL },
-};
-
-const char *aclk_proxy_type_to_s(ACLK_PROXY_TYPE *type)
-{
- switch (*type) {
- case PROXY_DISABLED:
- return "disabled";
- case PROXY_TYPE_HTTP:
- return "HTTP";
- case PROXY_TYPE_SOCKS5:
- return "SOCKS";
- default:
- return "Unknown";
- }
-}
-
-static inline ACLK_PROXY_TYPE aclk_find_proxy(const char *string)
-{
- int i = 0;
- while (supported_proxy_types[i].url_str) {
- if (!strncmp(supported_proxy_types[i].url_str, string, strlen(supported_proxy_types[i].url_str)))
- return supported_proxy_types[i].type;
- i++;
- }
- return PROXY_TYPE_UNKNOWN;
-}
-
-ACLK_PROXY_TYPE aclk_verify_proxy(const char *string)
-{
- if (!string)
- return PROXY_TYPE_UNKNOWN;
-
- while (*string == 0x20)
- string++;
-
- if (!*string)
- return PROXY_TYPE_UNKNOWN;
-
- return aclk_find_proxy(string);
-}
-
-// helper function to censor user&password
-// for logging purposes
-void safe_log_proxy_censor(char *proxy)
-{
- size_t length = strlen(proxy);
- char *auth = proxy + length - 1;
- char *cur;
-
- while ((auth >= proxy) && (*auth != '@'))
- auth--;
-
- //if not found or @ is first char do nothing
- if (auth <= proxy)
- return;
-
- cur = strstr(proxy, ACLK_PROXY_PROTO_ADDR_SEPARATOR);
- if (!cur)
- cur = proxy;
- else
- cur += strlen(ACLK_PROXY_PROTO_ADDR_SEPARATOR);
-
- while (cur < auth) {
- *cur = 'X';
- cur++;
- }
-}
-
-static inline void safe_log_proxy_error(char *str, const char *proxy)
-{
- char *log = strdupz(proxy);
- safe_log_proxy_censor(log);
- netdata_log_error("%s Provided Value:\"%s\"", str, log);
- freez(log);
-}
-
-static inline int check_socks_enviroment(const char **proxy)
-{
- char *tmp = getenv("socks_proxy");
-
- if (!tmp)
- return 1;
-
- if (aclk_verify_proxy(tmp) == PROXY_TYPE_SOCKS5) {
- *proxy = tmp;
- return 0;
- }
-
- safe_log_proxy_error(
- "Environment var \"socks_proxy\" defined but of unknown format. Supported syntax: \"socks5[h]://[user:pass@]host:ip\".",
- tmp);
- return 1;
-}
-
-static inline int check_http_enviroment(const char **proxy)
-{
- char *tmp = getenv("http_proxy");
-
- if (!tmp)
- return 1;
-
- if (aclk_verify_proxy(tmp) == PROXY_TYPE_HTTP) {
- *proxy = tmp;
- return 0;
- }
-
- safe_log_proxy_error(
- "Environment var \"http_proxy\" defined but of unknown format. Supported syntax: \"http[s]://[user:pass@]host:ip\".",
- tmp);
- return 1;
-}
-
-const char *aclk_lws_wss_get_proxy_setting(ACLK_PROXY_TYPE *type)
-{
- const char *proxy = config_get(CONFIG_SECTION_CLOUD, ACLK_PROXY_CONFIG_VAR, ACLK_PROXY_ENV);
- *type = PROXY_DISABLED;
-
- if (strcmp(proxy, "none") == 0)
- return proxy;
-
- if (strcmp(proxy, ACLK_PROXY_ENV) == 0) {
- if (check_socks_enviroment(&proxy) == 0) {
-#ifdef LWS_WITH_SOCKS5
- *type = PROXY_TYPE_SOCKS5;
- return proxy;
-#else
- safe_log_proxy_error("socks_proxy environment variable set to use SOCKS5 proxy "
- "but Libwebsockets used doesn't have SOCKS5 support built in. "
- "Ignoring and checking for other options.",
- proxy);
-#endif
- }
- if (check_http_enviroment(&proxy) == 0)
- *type = PROXY_TYPE_HTTP;
- return proxy;
- }
-
- *type = aclk_verify_proxy(proxy);
-#ifndef LWS_WITH_SOCKS5
- if (*type == PROXY_TYPE_SOCKS5) {
- safe_log_proxy_error(
- "Config var \"" ACLK_PROXY_CONFIG_VAR
- "\" set to use SOCKS5 proxy but Libwebsockets used is built without support for SOCKS proxy. ACLK will be disabled.",
- proxy);
- }
-#endif
- if (*type == PROXY_TYPE_UNKNOWN) {
- *type = PROXY_DISABLED;
- safe_log_proxy_error(
- "Config var \"" ACLK_PROXY_CONFIG_VAR
- "\" defined but of unknown format. Supported syntax: \"socks5[h]://[user:pass@]host:ip\".",
- proxy);
- }
-
- return proxy;
-}
-
-// helper function to read settings only once (static)
-// as claiming, challenge/response and ACLK
-// read the same thing, no need to parse again
-const char *aclk_get_proxy(ACLK_PROXY_TYPE *type)
-{
- static const char *proxy = NULL;
- static ACLK_PROXY_TYPE proxy_type = PROXY_NOT_SET;
-
- if (proxy_type == PROXY_NOT_SET)
- proxy = aclk_lws_wss_get_proxy_setting(&proxy_type);
-
- *type = proxy_type;
- return proxy;
-}
diff --git a/aclk/aclk_proxy.h b/aclk/aclk_proxy.h
deleted file mode 100644
index b4ceb7df8..000000000
--- a/aclk/aclk_proxy.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef ACLK_PROXY_H
-#define ACLK_PROXY_H
-
-#include <config.h>
-
-#define ACLK_PROXY_PROTO_ADDR_SEPARATOR "://"
-
-typedef enum aclk_proxy_type {
- PROXY_TYPE_UNKNOWN = 0,
- PROXY_TYPE_SOCKS5,
- PROXY_TYPE_HTTP,
- PROXY_DISABLED,
- PROXY_NOT_SET,
-} ACLK_PROXY_TYPE;
-
-const char *aclk_proxy_type_to_s(ACLK_PROXY_TYPE *type);
-ACLK_PROXY_TYPE aclk_verify_proxy(const char *string);
-const char *aclk_lws_wss_get_proxy_setting(ACLK_PROXY_TYPE *type);
-void safe_log_proxy_censor(char *proxy);
-const char *aclk_get_proxy(ACLK_PROXY_TYPE *type);
-
-#endif /* ACLK_PROXY_H */
diff --git a/aclk/aclk_query.c b/aclk/aclk_query.c
deleted file mode 100644
index 5e3574b97..000000000
--- a/aclk/aclk_query.c
+++ /dev/null
@@ -1,366 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_query.h"
-#include "aclk_stats.h"
-#include "aclk_tx_msgs.h"
-#include "../../web/server/web_client_cache.h"
-
-#define WEB_HDR_ACCEPT_ENC "Accept-Encoding:"
-
-pthread_cond_t query_cond_wait = PTHREAD_COND_INITIALIZER;
-pthread_mutex_t query_lock_wait = PTHREAD_MUTEX_INITIALIZER;
-#define QUERY_THREAD_LOCK pthread_mutex_lock(&query_lock_wait)
-#define QUERY_THREAD_UNLOCK pthread_mutex_unlock(&query_lock_wait)
-
-struct pending_req_list {
- const char *msg_id;
- uint32_t hash;
-
- int canceled;
-
- struct pending_req_list *next;
-};
-
-static struct pending_req_list *pending_req_list_head = NULL;
-static pthread_mutex_t pending_req_list_lock = PTHREAD_MUTEX_INITIALIZER;
-
-static struct pending_req_list *pending_req_list_add(const char *msg_id)
-{
- struct pending_req_list *new = callocz(1, sizeof(struct pending_req_list));
- new->msg_id = msg_id;
- new->hash = simple_hash(msg_id);
-
- pthread_mutex_lock(&pending_req_list_lock);
- new->next = pending_req_list_head;
- pending_req_list_head = new;
- pthread_mutex_unlock(&pending_req_list_lock);
- return new;
-}
-
-void pending_req_list_rm(const char *msg_id)
-{
- uint32_t hash = simple_hash(msg_id);
- struct pending_req_list *prev = NULL;
-
- pthread_mutex_lock(&pending_req_list_lock);
- struct pending_req_list *curr = pending_req_list_head;
-
- while (curr) {
- if (curr->hash == hash && strcmp(curr->msg_id, msg_id) == 0) {
- if (prev)
- prev->next = curr->next;
- else
- pending_req_list_head = curr->next;
-
- freez(curr);
- break;
- }
-
- prev = curr;
- curr = curr->next;
- }
- pthread_mutex_unlock(&pending_req_list_lock);
-}
-
-int mark_pending_req_cancelled(const char *msg_id)
-{
- uint32_t hash = simple_hash(msg_id);
-
- pthread_mutex_lock(&pending_req_list_lock);
- struct pending_req_list *curr = pending_req_list_head;
-
- while (curr) {
- if (curr->hash == hash && strcmp(curr->msg_id, msg_id) == 0) {
- curr->canceled = 1;
- pthread_mutex_unlock(&pending_req_list_lock);
- return 0;
- }
-
- curr = curr->next;
- }
- pthread_mutex_unlock(&pending_req_list_lock);
- return 1;
-}
-
-static bool aclk_web_client_interrupt_cb(struct web_client *w __maybe_unused, void *data)
-{
- struct pending_req_list *req = (struct pending_req_list *)data;
- return req->canceled;
-}
-
-static int http_api_v2(struct aclk_query_thread *query_thr, aclk_query_t query) {
- ND_LOG_STACK lgs[] = {
- ND_LOG_FIELD_TXT(NDF_SRC_TRANSPORT, "aclk"),
- ND_LOG_FIELD_END(),
- };
- ND_LOG_STACK_PUSH(lgs);
-
- int retval = 0;
- BUFFER *local_buffer = NULL;
- size_t size = 0;
- size_t sent = 0;
-
- int z_ret;
- BUFFER *z_buffer = buffer_create(NETDATA_WEB_RESPONSE_INITIAL_SIZE, &netdata_buffers_statistics.buffers_aclk);
- char *start, *end;
-
- struct web_client *w = web_client_get_from_cache();
- w->acl = WEB_CLIENT_ACL_ACLK;
- w->mode = WEB_CLIENT_MODE_GET;
- w->timings.tv_in = query->created_tv;
-
- w->interrupt.callback = aclk_web_client_interrupt_cb;
- w->interrupt.callback_data = pending_req_list_add(query->msg_id);
-
- usec_t t;
- web_client_timeout_checkpoint_set(w, query->timeout);
- if(web_client_timeout_checkpoint_and_check(w, &t)) {
- nd_log(NDLS_ACCESS, NDLP_ERR, "QUERY CANCELED: QUEUE TIME EXCEEDED %llu ms (LIMIT %d ms)", t / USEC_PER_MS, query->timeout);
- retval = 1;
- w->response.code = HTTP_RESP_SERVICE_UNAVAILABLE;
- aclk_http_msg_v2_err(query_thr->client, query->callback_topic, query->msg_id, w->response.code, CLOUD_EC_SND_TIMEOUT, CLOUD_EMSG_SND_TIMEOUT, NULL, 0);
- goto cleanup;
- }
-
- web_client_decode_path_and_query_string(w, query->data.http_api_v2.query);
- char *path = (char *)buffer_tostring(w->url_path_decoded);
-
- if (aclk_stats_enabled) {
- char *url_path_endpoint = strrchr(path, '/');
- ACLK_STATS_LOCK;
- int stat_idx = aclk_cloud_req_http_type_to_idx(url_path_endpoint ? url_path_endpoint + 1 : "other");
- aclk_metrics_per_sample.cloud_req_http_by_type[stat_idx]++;
- ACLK_STATS_UNLOCK;
- }
-
- w->response.code = (short)web_client_api_request_with_node_selection(localhost, w, path);
- web_client_timeout_checkpoint_response_ready(w, &t);
-
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_metrics_per_sample.cloud_q_process_total += t;
- aclk_metrics_per_sample.cloud_q_process_count++;
- if (aclk_metrics_per_sample.cloud_q_process_max < t)
- aclk_metrics_per_sample.cloud_q_process_max = t;
- ACLK_STATS_UNLOCK;
- }
-
- size = w->response.data->len;
- sent = size;
-
- // check if gzip encoding can and should be used
- if ((start = strstr((char *)query->data.http_api_v2.payload, WEB_HDR_ACCEPT_ENC))) {
- start += strlen(WEB_HDR_ACCEPT_ENC);
- end = strstr(start, "\x0D\x0A");
- start = strstr(start, "gzip");
-
- if (start && start < end) {
- w->response.zstream.zalloc = Z_NULL;
- w->response.zstream.zfree = Z_NULL;
- w->response.zstream.opaque = Z_NULL;
- if(deflateInit2(&w->response.zstream, web_gzip_level, Z_DEFLATED, 15 + 16, 8, web_gzip_strategy) == Z_OK) {
- w->response.zinitialized = true;
- w->response.zoutput = true;
- } else
- netdata_log_error("Failed to initialize zlib. Proceeding without compression.");
- }
- }
-
- if (w->response.data->len && w->response.zinitialized) {
- w->response.zstream.next_in = (Bytef *)w->response.data->buffer;
- w->response.zstream.avail_in = w->response.data->len;
- do {
- w->response.zstream.avail_out = NETDATA_WEB_RESPONSE_ZLIB_CHUNK_SIZE;
- w->response.zstream.next_out = w->response.zbuffer;
- z_ret = deflate(&w->response.zstream, Z_FINISH);
- if(z_ret < 0) {
- if(w->response.zstream.msg)
- netdata_log_error("Error compressing body. ZLIB error: \"%s\"", w->response.zstream.msg);
- else
- netdata_log_error("Unknown error during zlib compression.");
- retval = 1;
- w->response.code = 500;
- aclk_http_msg_v2_err(query_thr->client, query->callback_topic, query->msg_id, w->response.code, CLOUD_EC_ZLIB_ERROR, CLOUD_EMSG_ZLIB_ERROR, NULL, 0);
- goto cleanup;
- }
- int bytes_to_cpy = NETDATA_WEB_RESPONSE_ZLIB_CHUNK_SIZE - w->response.zstream.avail_out;
- buffer_need_bytes(z_buffer, bytes_to_cpy);
- memcpy(&z_buffer->buffer[z_buffer->len], w->response.zbuffer, bytes_to_cpy);
- z_buffer->len += bytes_to_cpy;
- } while(z_ret != Z_STREAM_END);
- // so that web_client_build_http_header
- // puts correct content length into header
- buffer_free(w->response.data);
- w->response.data = z_buffer;
- z_buffer = NULL;
- }
-
- web_client_build_http_header(w);
- local_buffer = buffer_create(NETDATA_WEB_RESPONSE_INITIAL_SIZE, &netdata_buffers_statistics.buffers_aclk);
- local_buffer->content_type = CT_APPLICATION_JSON;
-
- buffer_strcat(local_buffer, w->response.header_output->buffer);
-
- if (w->response.data->len) {
- if (w->response.zinitialized) {
- buffer_need_bytes(local_buffer, w->response.data->len);
- memcpy(&local_buffer->buffer[local_buffer->len], w->response.data->buffer, w->response.data->len);
- local_buffer->len += w->response.data->len;
- sent = sent - size + w->response.data->len;
- } else {
- buffer_strcat(local_buffer, w->response.data->buffer);
- }
- }
-
- // send msg.
- w->response.code = aclk_http_msg_v2(query_thr->client, query->callback_topic, query->msg_id, t, query->created, w->response.code, local_buffer->buffer, local_buffer->len);
-
-cleanup:
- web_client_log_completed_request(w, false);
- web_client_release_to_cache(w);
-
- pending_req_list_rm(query->msg_id);
-
- buffer_free(z_buffer);
- buffer_free(local_buffer);
- return retval;
-}
-
-static int send_bin_msg(struct aclk_query_thread *query_thr, aclk_query_t query)
-{
- // this will be simplified when legacy support is removed
- aclk_send_bin_message_subtopic_pid(query_thr->client, query->data.bin_payload.payload, query->data.bin_payload.size, query->data.bin_payload.topic, query->data.bin_payload.msg_name);
- return 0;
-}
-
-const char *aclk_query_get_name(aclk_query_type_t qt, int unknown_ok)
-{
- switch (qt) {
- case HTTP_API_V2: return "http_api_request_v2";
- case REGISTER_NODE: return "register_node";
- case NODE_STATE_UPDATE: return "node_state_update";
- case CHART_DIMS_UPDATE: return "chart_and_dim_update";
- case CHART_CONFIG_UPDATED: return "chart_config_updated";
- case CHART_RESET: return "reset_chart_messages";
- case RETENTION_UPDATED: return "update_retention_info";
- case UPDATE_NODE_INFO: return "update_node_info";
- case ALARM_PROVIDE_CHECKPOINT: return "alarm_checkpoint";
- case ALARM_PROVIDE_CFG: return "provide_alarm_config";
- case ALARM_SNAPSHOT: return "alarm_snapshot";
- case UPDATE_NODE_COLLECTORS: return "update_node_collectors";
- case PROTO_BIN_MESSAGE: return "generic_binary_proto_message";
- default:
- if (!unknown_ok)
- error_report("Unknown query type used %d", (int) qt);
- return "unknown";
- }
-}
-
-static void aclk_query_process_msg(struct aclk_query_thread *query_thr, aclk_query_t query)
-{
- if (query->type == UNKNOWN || query->type >= ACLK_QUERY_TYPE_COUNT) {
- error_report("Unknown query in query queue. %u", query->type);
- aclk_query_free(query);
- return;
- }
-
- worker_is_busy(query->type);
- if (query->type == HTTP_API_V2) {
- netdata_log_debug(D_ACLK, "Processing Queued Message of type: \"http_api_request_v2\"");
- http_api_v2(query_thr, query);
- } else {
- netdata_log_debug(D_ACLK, "Processing Queued Message of type: \"%s\"", query->data.bin_payload.msg_name);
- send_bin_msg(query_thr, query);
- }
-
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_metrics_per_sample.queries_dispatched++;
- aclk_queries_per_thread[query_thr->idx]++;
- aclk_metrics_per_sample.queries_per_type[query->type]++;
- ACLK_STATS_UNLOCK;
- }
-
- aclk_query_free(query);
-
- worker_is_idle();
-}
-
-/* Processes messages from queue. Compete for work with other threads
- */
-int aclk_query_process_msgs(struct aclk_query_thread *query_thr)
-{
- aclk_query_t query;
- while ((query = aclk_queue_pop()))
- aclk_query_process_msg(query_thr, query);
-
- return 0;
-}
-
-static void worker_aclk_register(void) {
- worker_register("ACLKQUERY");
- for (int i = 1; i < ACLK_QUERY_TYPE_COUNT; i++) {
- worker_register_job_name(i, aclk_query_get_name(i, 0));
- }
-}
-
-static void aclk_query_request_cancel(void *data)
-{
- pthread_cond_broadcast((pthread_cond_t *) data);
-}
-
-/**
- * Main query processing thread
- */
-void *aclk_query_main_thread(void *ptr)
-{
- worker_aclk_register();
-
- struct aclk_query_thread *query_thr = ptr;
-
- service_register(SERVICE_THREAD_TYPE_NETDATA, aclk_query_request_cancel, NULL, &query_cond_wait, false);
-
- while (service_running(SERVICE_ACLK | ABILITY_DATA_QUERIES)) {
- aclk_query_process_msgs(query_thr);
-
- worker_is_idle();
- QUERY_THREAD_LOCK;
- if (unlikely(pthread_cond_wait(&query_cond_wait, &query_lock_wait)))
- sleep_usec(USEC_PER_SEC * 1);
- QUERY_THREAD_UNLOCK;
- }
-
- worker_unregister();
- return NULL;
-}
-
-#define TASK_LEN_MAX 22
-void aclk_query_threads_start(struct aclk_query_threads *query_threads, mqtt_wss_client client)
-{
- netdata_log_info("Starting %d query threads.", query_threads->count);
-
- char thread_name[TASK_LEN_MAX];
- query_threads->thread_list = callocz(query_threads->count, sizeof(struct aclk_query_thread));
- for (int i = 0; i < query_threads->count; i++) {
- query_threads->thread_list[i].idx = i; //thread needs to know its index for statistics
- query_threads->thread_list[i].client = client;
-
- if(unlikely(snprintfz(thread_name, TASK_LEN_MAX, "ACLK_QRY[%d]", i) < 0))
- netdata_log_error("snprintf encoding error");
- netdata_thread_create(
- &query_threads->thread_list[i].thread, thread_name, NETDATA_THREAD_OPTION_JOINABLE, aclk_query_main_thread,
- &query_threads->thread_list[i]);
- }
-}
-
-void aclk_query_threads_cleanup(struct aclk_query_threads *query_threads)
-{
- if (query_threads && query_threads->thread_list) {
- for (int i = 0; i < query_threads->count; i++) {
- netdata_thread_join(query_threads->thread_list[i].thread, NULL);
- }
- freez(query_threads->thread_list);
- }
- aclk_queue_lock();
- aclk_queue_flush();
-}
diff --git a/aclk/aclk_query.h b/aclk/aclk_query.h
deleted file mode 100644
index dbe6f9e5e..000000000
--- a/aclk/aclk_query.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_ACLK_QUERY_H
-#define NETDATA_ACLK_QUERY_H
-
-#include "libnetdata/libnetdata.h"
-
-#include "mqtt_wss_client.h"
-
-#include "aclk_query_queue.h"
-
-extern pthread_cond_t query_cond_wait;
-extern pthread_mutex_t query_lock_wait;
-#define QUERY_THREAD_WAKEUP pthread_cond_signal(&query_cond_wait)
-#define QUERY_THREAD_WAKEUP_ALL pthread_cond_broadcast(&query_cond_wait)
-
-// TODO
-//extern volatile int aclk_connected;
-
-struct aclk_query_thread {
- netdata_thread_t thread;
- int idx;
- mqtt_wss_client client;
-};
-
-struct aclk_query_threads {
- struct aclk_query_thread *thread_list;
- int count;
-};
-
-void aclk_query_threads_start(struct aclk_query_threads *query_threads, mqtt_wss_client client);
-void aclk_query_threads_cleanup(struct aclk_query_threads *query_threads);
-
-const char *aclk_query_get_name(aclk_query_type_t qt, int unknown_ok);
-
-int mark_pending_req_cancelled(const char *msg_id);
-
-#endif //NETDATA_AGENT_CLOUD_LINK_H
diff --git a/aclk/aclk_query_queue.c b/aclk/aclk_query_queue.c
deleted file mode 100644
index 8ca21d456..000000000
--- a/aclk/aclk_query_queue.c
+++ /dev/null
@@ -1,136 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_query_queue.h"
-#include "aclk_query.h"
-#include "aclk_stats.h"
-
-static netdata_mutex_t aclk_query_queue_mutex = NETDATA_MUTEX_INITIALIZER;
-#define ACLK_QUEUE_LOCK netdata_mutex_lock(&aclk_query_queue_mutex)
-#define ACLK_QUEUE_UNLOCK netdata_mutex_unlock(&aclk_query_queue_mutex)
-
-static struct aclk_query_queue {
- aclk_query_t head;
- aclk_query_t tail;
- int block_push;
-} aclk_query_queue = {
- .head = NULL,
- .tail = NULL,
- .block_push = 0
-};
-
-static inline int _aclk_queue_query(aclk_query_t query)
-{
- now_monotonic_high_precision_timeval(&query->created_tv);
- query->created = now_realtime_usec();
-
- ACLK_QUEUE_LOCK;
- if (aclk_query_queue.block_push) {
- ACLK_QUEUE_UNLOCK;
- if(service_running(SERVICE_ACLK | ABILITY_DATA_QUERIES))
- netdata_log_error("Query Queue is blocked from accepting new requests. This is normally the case when ACLK prepares to shutdown.");
- aclk_query_free(query);
- return 1;
- }
- if (!aclk_query_queue.head) {
- aclk_query_queue.head = query;
- aclk_query_queue.tail = query;
- ACLK_QUEUE_UNLOCK;
- return 0;
- }
- // TODO deduplication
- aclk_query_queue.tail->next = query;
- aclk_query_queue.tail = query;
- ACLK_QUEUE_UNLOCK;
- return 0;
-
-}
-
-int aclk_queue_query(aclk_query_t query)
-{
- int ret = _aclk_queue_query(query);
- if (!ret) {
- QUERY_THREAD_WAKEUP;
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_metrics_per_sample.queries_queued++;
- ACLK_STATS_UNLOCK;
- }
- }
- return ret;
-}
-
-aclk_query_t aclk_queue_pop(void)
-{
- aclk_query_t ret;
-
- ACLK_QUEUE_LOCK;
- if (aclk_query_queue.block_push) {
- ACLK_QUEUE_UNLOCK;
- if(service_running(SERVICE_ACLK | ABILITY_DATA_QUERIES))
- netdata_log_error("POP Query Queue is blocked from accepting new requests. This is normally the case when ACLK prepares to shutdown.");
- return NULL;
- }
-
- ret = aclk_query_queue.head;
- if (!ret) {
- ACLK_QUEUE_UNLOCK;
- return ret;
- }
-
- aclk_query_queue.head = ret->next;
- if (unlikely(!aclk_query_queue.head))
- aclk_query_queue.tail = aclk_query_queue.head;
- ACLK_QUEUE_UNLOCK;
-
- ret->next = NULL;
- return ret;
-}
-
-void aclk_queue_flush(void)
-{
- aclk_query_t query = aclk_queue_pop();
- while (query) {
- aclk_query_free(query);
- query = aclk_queue_pop();
- };
-}
-
-aclk_query_t aclk_query_new(aclk_query_type_t type)
-{
- aclk_query_t query = callocz(1, sizeof(struct aclk_query));
- query->type = type;
- return query;
-}
-
-void aclk_query_free(aclk_query_t query)
-{
- switch (query->type) {
- case HTTP_API_V2:
- freez(query->data.http_api_v2.payload);
- if (query->data.http_api_v2.query != query->dedup_id)
- freez(query->data.http_api_v2.query);
- break;
-
- default:
- break;
- }
-
- freez(query->dedup_id);
- freez(query->callback_topic);
- freez(query->msg_id);
- freez(query);
-}
-
-void aclk_queue_lock(void)
-{
- ACLK_QUEUE_LOCK;
- aclk_query_queue.block_push = 1;
- ACLK_QUEUE_UNLOCK;
-}
-
-void aclk_queue_unlock(void)
-{
- ACLK_QUEUE_LOCK;
- aclk_query_queue.block_push = 0;
- ACLK_QUEUE_UNLOCK;
-}
diff --git a/aclk/aclk_query_queue.h b/aclk/aclk_query_queue.h
deleted file mode 100644
index 5983561a6..000000000
--- a/aclk/aclk_query_queue.h
+++ /dev/null
@@ -1,86 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_ACLK_QUERY_QUEUE_H
-#define NETDATA_ACLK_QUERY_QUEUE_H
-
-#include "libnetdata/libnetdata.h"
-#include "daemon/common.h"
-#include "schema-wrappers/schema_wrappers.h"
-
-#include "aclk_util.h"
-
-typedef enum {
- UNKNOWN = 0,
- HTTP_API_V2,
- REGISTER_NODE,
- NODE_STATE_UPDATE,
- CHART_DIMS_UPDATE,
- CHART_CONFIG_UPDATED,
- CHART_RESET,
- RETENTION_UPDATED,
- UPDATE_NODE_INFO,
- ALARM_PROVIDE_CHECKPOINT,
- ALARM_PROVIDE_CFG,
- ALARM_SNAPSHOT,
- UPDATE_NODE_COLLECTORS,
- PROTO_BIN_MESSAGE,
- ACLK_QUERY_TYPE_COUNT // always keep this as last
-} aclk_query_type_t;
-
-struct aclk_query_http_api_v2 {
- char *payload;
- char *query;
-};
-
-struct aclk_bin_payload {
- char *payload;
- size_t size;
- enum aclk_topics topic;
- const char *msg_name;
-};
-
-typedef struct aclk_query *aclk_query_t;
-struct aclk_query {
- aclk_query_type_t type;
-
- // dedup_id is used to deduplicate queries in the list
- // if type and dedup_id is the same message is deduplicated
- // set dedup_id to NULL to never deduplicate the message
- // set dedup_id to constant (e.g. empty string "") to make
- // message of this type ever exist only once in the list
- char *dedup_id;
- char *callback_topic;
- char *msg_id;
-
- struct timeval created_tv;
- usec_t created;
- int timeout;
- aclk_query_t next;
-
- // TODO maybe remove?
- int version;
- union {
- struct aclk_query_http_api_v2 http_api_v2;
- struct aclk_bin_payload bin_payload;
- } data;
-};
-
-aclk_query_t aclk_query_new(aclk_query_type_t type);
-void aclk_query_free(aclk_query_t query);
-
-int aclk_queue_query(aclk_query_t query);
-aclk_query_t aclk_queue_pop(void);
-void aclk_queue_flush(void);
-
-void aclk_queue_lock(void);
-void aclk_queue_unlock(void);
-
-#define QUEUE_IF_PAYLOAD_PRESENT(query) \
- if (likely(query->data.bin_payload.payload)) { \
- aclk_queue_query(query); \
- } else { \
- netdata_log_error("Failed to generate payload (%s)", __FUNCTION__); \
- aclk_query_free(query); \
- }
-
-#endif /* NETDATA_ACLK_QUERY_QUEUE_H */
diff --git a/aclk/aclk_rrdhost_state.h b/aclk/aclk_rrdhost_state.h
deleted file mode 100644
index 5c8a2ddc9..000000000
--- a/aclk/aclk_rrdhost_state.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef ACLK_RRDHOST_STATE_H
-#define ACLK_RRDHOST_STATE_H
-
-#include "libnetdata/libnetdata.h"
-
-typedef struct aclk_rrdhost_state {
- char *claimed_id; // Claimed ID if host has one otherwise NULL
- char *prev_claimed_id; // Claimed ID if changed (reclaimed) during runtime
-} aclk_rrdhost_state;
-
-#endif /* ACLK_RRDHOST_STATE_H */
diff --git a/aclk/aclk_rx_msgs.c b/aclk/aclk_rx_msgs.c
deleted file mode 100644
index 0e91e28c0..000000000
--- a/aclk/aclk_rx_msgs.c
+++ /dev/null
@@ -1,568 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_rx_msgs.h"
-
-#include "aclk_stats.h"
-#include "aclk_query_queue.h"
-#include "aclk.h"
-#include "aclk_capas.h"
-#include "aclk_query.h"
-
-#include "schema-wrappers/proto_2_json.h"
-
-#define ACLK_V2_PAYLOAD_SEPARATOR "\x0D\x0A\x0D\x0A"
-#define ACLK_CLOUD_REQ_V2_PREFIX "GET /"
-
-#define ACLK_V_COMPRESSION 2
-
-struct aclk_request {
- char *type_id;
- char *msg_id;
- char *callback_topic;
- char *payload;
- int version;
- int timeout;
- int min_version;
- int max_version;
-};
-
-static int cloud_to_agent_parse(JSON_ENTRY *e)
-{
- struct aclk_request *data = e->callback_data;
-
- switch (e->type) {
- case JSON_OBJECT:
- case JSON_ARRAY:
- break;
- case JSON_STRING:
- if (!strcmp(e->name, "msg-id")) {
- data->msg_id = strdupz(e->data.string);
- break;
- }
- if (!strcmp(e->name, "type")) {
- data->type_id = strdupz(e->data.string);
- break;
- }
- if (!strcmp(e->name, "callback-topic")) {
- data->callback_topic = strdupz(e->data.string);
- break;
- }
- if (!strcmp(e->name, "payload")) {
- if (likely(e->data.string)) {
- size_t len = strlen(e->data.string);
- data->payload = mallocz(len+1);
- if (!url_decode_r(data->payload, e->data.string, len + 1))
- strcpy(data->payload, e->data.string);
- }
- break;
- }
- break;
- case JSON_NUMBER:
- if (!strcmp(e->name, "version")) {
- data->version = (int)e->data.number;
- break;
- }
- if (!strcmp(e->name, "timeout")) {
- data->timeout = (int)e->data.number;
- break;
- }
- if (!strcmp(e->name, "min-version")) {
- data->min_version = (int)e->data.number;
- break;
- }
- if (!strcmp(e->name, "max-version")) {
- data->max_version = (int)e->data.number;
- break;
- }
-
- break;
-
- case JSON_BOOLEAN:
- break;
-
- case JSON_NULL:
- break;
- }
- return 0;
-}
-
-static inline int aclk_extract_v2_data(char *payload, char **data)
-{
- char* ptr = strstr(payload, ACLK_V2_PAYLOAD_SEPARATOR);
- if(!ptr)
- return 1;
- ptr += strlen(ACLK_V2_PAYLOAD_SEPARATOR);
- *data = strdupz(ptr);
- return 0;
-}
-
-static inline int aclk_v2_payload_get_query(const char *payload, char **query_url)
-{
- const char *start, *end;
-
- // TODO better check of URL
- if(strncmp(payload, ACLK_CLOUD_REQ_V2_PREFIX, strlen(ACLK_CLOUD_REQ_V2_PREFIX))) {
- errno = 0;
- netdata_log_error("Only accepting requests that start with \"%s\" from CLOUD.", ACLK_CLOUD_REQ_V2_PREFIX);
- return 1;
- }
- start = payload + 4;
-
- if(!(end = strstr(payload, HTTP_1_1 HTTP_ENDL))) {
- errno = 0;
- netdata_log_error("Doesn't look like HTTP GET request.");
- return 1;
- }
-
- *query_url = mallocz((end - start) + 1);
- strncpyz(*query_url, start, end - start);
-
- return 0;
-}
-
-static int aclk_handle_cloud_http_request_v2(struct aclk_request *cloud_to_agent, char *raw_payload)
-{
- aclk_query_t query;
-
- errno = 0;
- if (cloud_to_agent->version < ACLK_V_COMPRESSION) {
- netdata_log_error(
- "This handler cannot reply to request with version older than %d, received %d.",
- ACLK_V_COMPRESSION,
- cloud_to_agent->version);
- return 1;
- }
-
- query = aclk_query_new(HTTP_API_V2);
-
- if (unlikely(aclk_extract_v2_data(raw_payload, &query->data.http_api_v2.payload))) {
- netdata_log_error("Error extracting payload expected after the JSON dictionary.");
- goto error;
- }
-
- if (unlikely(aclk_v2_payload_get_query(query->data.http_api_v2.payload, &query->dedup_id))) {
- netdata_log_error("Could not extract payload from query");
- goto error;
- }
-
- if (unlikely(!cloud_to_agent->callback_topic)) {
- netdata_log_error("Missing callback_topic");
- goto error;
- }
-
- if (unlikely(!cloud_to_agent->msg_id)) {
- netdata_log_error("Missing msg_id");
- goto error;
- }
-
- // aclk_queue_query takes ownership of data pointer
- query->callback_topic = cloud_to_agent->callback_topic;
- query->timeout = cloud_to_agent->timeout;
- // for clarity and code readability as when we process the request
- // it would be strange to get URL from `dedup_id`
- query->data.http_api_v2.query = query->dedup_id;
- query->msg_id = cloud_to_agent->msg_id;
- aclk_queue_query(query);
- return 0;
-
-error:
- aclk_query_free(query);
- return 1;
-}
-
-int aclk_handle_cloud_cmd_message(char *payload)
-{
- struct aclk_request cloud_to_agent;
- memset(&cloud_to_agent, 0, sizeof(struct aclk_request));
-
- if (unlikely(!payload)) {
- error_report("ACLK incoming 'cmd' message is empty");
- return 1;
- }
-
- netdata_log_debug(D_ACLK, "ACLK incoming 'cmd' message (%s)", payload);
-
- int rc = json_parse(payload, &cloud_to_agent, cloud_to_agent_parse);
-
- if (unlikely(rc != JSON_OK)) {
- error_report("Malformed json request (%s)", payload);
- goto err_cleanup;
- }
-
- if (!cloud_to_agent.type_id) {
- error_report("Cloud message is missing compulsory key \"type\"");
- goto err_cleanup;
- }
-
- // Originally we were expecting to have multiple types of 'cmd' message,
- // but after the new protocol was designed we will ever only have 'http'
- if (strcmp(cloud_to_agent.type_id, "http")) {
- error_report("Only 'http' cmd message is supported");
- goto err_cleanup;
- }
-
- if (likely(!aclk_handle_cloud_http_request_v2(&cloud_to_agent, payload))) {
- // aclk_handle_cloud_request takes ownership of the pointers
- // (to avoid copying) in case of success
- freez(cloud_to_agent.type_id);
- return 0;
- }
-
-err_cleanup:
- if (cloud_to_agent.payload)
- freez(cloud_to_agent.payload);
- if (cloud_to_agent.type_id)
- freez(cloud_to_agent.type_id);
- if (cloud_to_agent.msg_id)
- freez(cloud_to_agent.msg_id);
- if (cloud_to_agent.callback_topic)
- freez(cloud_to_agent.callback_topic);
-
- return 1;
-}
-
-typedef uint32_t simple_hash_t;
-typedef int(*rx_msg_handler)(const char *msg, size_t msg_len);
-
-int handle_old_proto_cmd(const char *msg, size_t msg_len)
-{
- // msg is binary payload in all other cases
- // however in this message from old legacy cloud
- // we have to convert it to C string
- char *str = mallocz(msg_len+1);
- memcpy(str, msg, msg_len);
- str[msg_len] = 0;
- if (aclk_handle_cloud_cmd_message(str)) {
- freez(str);
- return 1;
- }
- freez(str);
- return 0;
-}
-
-int create_node_instance_result(const char *msg, size_t msg_len)
-{
- node_instance_creation_result_t res = parse_create_node_instance_result(msg, msg_len);
- if (!res.machine_guid || !res.node_id) {
- error_report("Error parsing CreateNodeInstanceResult");
- freez(res.machine_guid);
- freez(res.node_id);
- return 1;
- }
-
- netdata_log_debug(D_ACLK, "CreateNodeInstanceResult: guid:%s nodeid:%s", res.machine_guid, res.node_id);
-
- uuid_t host_id, node_id;
- if (uuid_parse(res.machine_guid, host_id)) {
- netdata_log_error("Error parsing machine_guid provided by CreateNodeInstanceResult");
- freez(res.machine_guid);
- freez(res.node_id);
- return 1;
- }
- if (uuid_parse(res.node_id, node_id)) {
- netdata_log_error("Error parsing node_id provided by CreateNodeInstanceResult");
- freez(res.machine_guid);
- freez(res.node_id);
- return 1;
- }
- update_node_id(&host_id, &node_id);
-
- aclk_query_t query = aclk_query_new(NODE_STATE_UPDATE);
- node_instance_connection_t node_state_update = {
- .hops = 1,
- .live = 0,
- .queryable = 1,
- .session_id = aclk_session_newarch,
- .node_id = res.node_id,
- .capabilities = NULL
- };
-
- RRDHOST *host = rrdhost_find_by_guid(res.machine_guid);
- if (likely(host)) {
- if (host == localhost) {
- node_state_update.live = 1;
- node_state_update.hops = 0;
- } else {
- node_state_update.live = (!rrdhost_flag_check(host, RRDHOST_FLAG_ORPHAN));
- node_state_update.hops = host->system_info->hops;
- }
- node_state_update.capabilities = aclk_get_node_instance_capas(host);
- }
-
- rrdhost_aclk_state_lock(localhost);
- node_state_update.claim_id = localhost->aclk_state.claimed_id;
- query->data.bin_payload.payload = generate_node_instance_connection(&query->data.bin_payload.size, &node_state_update);
- rrdhost_aclk_state_unlock(localhost);
-
- freez((void *)node_state_update.capabilities);
-
- query->data.bin_payload.msg_name = "UpdateNodeInstanceConnection";
- query->data.bin_payload.topic = ACLK_TOPICID_NODE_CONN;
-
- aclk_queue_query(query);
- freez(res.node_id);
- freez(res.machine_guid);
- return 0;
-}
-
-int send_node_instances(const char *msg, size_t msg_len)
-{
- UNUSED(msg);
- UNUSED(msg_len);
- aclk_send_node_instances();
- return 0;
-}
-
-int stream_charts_and_dimensions(const char *msg, size_t msg_len)
-{
- UNUSED(msg);
- UNUSED(msg_len);
- error_report("Received obsolete StreamChartsAndDimensions msg");
- return 0;
-}
-
-int charts_and_dimensions_ack(const char *msg, size_t msg_len)
-{
- UNUSED(msg);
- UNUSED(msg_len);
- error_report("Received obsolete StreamChartsAndDimensionsAck msg");
- return 0;
-}
-
-int update_chart_configs(const char *msg, size_t msg_len)
-{
- UNUSED(msg);
- UNUSED(msg_len);
- error_report("Received obsolete UpdateChartConfigs msg");
- return 0;
-}
-
-int start_alarm_streaming(const char *msg, size_t msg_len)
-{
- struct start_alarm_streaming res = parse_start_alarm_streaming(msg, msg_len);
- if (!res.node_id) {
- netdata_log_error("Error parsing StartAlarmStreaming");
- return 1;
- }
- aclk_start_alert_streaming(res.node_id, res.resets);
- freez(res.node_id);
- return 0;
-}
-
-int send_alarm_checkpoint(const char *msg, size_t msg_len)
-{
- struct send_alarm_checkpoint sac = parse_send_alarm_checkpoint(msg, msg_len);
- if (!sac.node_id || !sac.claim_id) {
- netdata_log_error("Error parsing SendAlarmCheckpoint");
- freez(sac.node_id);
- freez(sac.claim_id);
- return 1;
- }
- aclk_send_alarm_checkpoint(sac.node_id, sac.claim_id);
- freez(sac.node_id);
- freez(sac.claim_id);
- return 0;
-}
-
-int send_alarm_configuration(const char *msg, size_t msg_len)
-{
- char *config_hash = parse_send_alarm_configuration(msg, msg_len);
- if (!config_hash || !*config_hash) {
- netdata_log_error("Error parsing SendAlarmConfiguration");
- freez(config_hash);
- return 1;
- }
- aclk_send_alarm_configuration(config_hash);
- freez(config_hash);
- return 0;
-}
-
-int send_alarm_snapshot(const char *msg, size_t msg_len)
-{
- struct send_alarm_snapshot *sas = parse_send_alarm_snapshot(msg, msg_len);
- if (!sas->node_id || !sas->claim_id || !sas->snapshot_uuid) {
- netdata_log_error("Error parsing SendAlarmSnapshot");
- destroy_send_alarm_snapshot(sas);
- return 1;
- }
- aclk_process_send_alarm_snapshot(sas->node_id, sas->claim_id, sas->snapshot_uuid);
- destroy_send_alarm_snapshot(sas);
- return 0;
-}
-
-int handle_disconnect_req(const char *msg, size_t msg_len)
-{
- struct disconnect_cmd *cmd = parse_disconnect_cmd(msg, msg_len);
- if (!cmd)
- return 1;
- if (cmd->permaban) {
- netdata_log_error("Cloud Banned This Agent!");
- aclk_disable_runtime = 1;
- }
- netdata_log_info("Cloud requested disconnect (EC=%u, \"%s\")", (unsigned int)cmd->error_code, cmd->error_description);
- if (cmd->reconnect_after_s > 0) {
- aclk_block_until = now_monotonic_sec() + cmd->reconnect_after_s;
- netdata_log_info(
- "Cloud asks not to reconnect for %u seconds. We shall honor that request",
- (unsigned int)cmd->reconnect_after_s);
- }
- disconnect_req = 1;
- freez(cmd->error_description);
- freez(cmd);
- return 0;
-}
-
-int contexts_checkpoint(const char *msg, size_t msg_len)
-{
- aclk_ctx_based = 1;
-
- struct ctxs_checkpoint *cmd = parse_ctxs_checkpoint(msg, msg_len);
- if (!cmd)
- return 1;
-
- rrdcontext_hub_checkpoint_command(cmd);
-
- freez(cmd->claim_id);
- freez(cmd->node_id);
- freez(cmd);
- return 0;
-}
-
-int stop_streaming_contexts(const char *msg, size_t msg_len)
-{
- if (!aclk_ctx_based) {
- error_report("Received StopStreamingContexts message but context based communication was not enabled (Cloud violated the protocol). Ignoring message");
- return 1;
- }
-
- struct stop_streaming_ctxs *cmd = parse_stop_streaming_ctxs(msg, msg_len);
- if (!cmd)
- return 1;
-
- rrdcontext_hub_stop_streaming_command(cmd);
-
- freez(cmd->claim_id);
- freez(cmd->node_id);
- freez(cmd);
- return 0;
-}
-
-int cancel_pending_req(const char *msg, size_t msg_len)
-{
- struct aclk_cancel_pending_req cmd = {.request_id = NULL, .trace_id = NULL};
- if(parse_cancel_pending_req(msg, msg_len, &cmd)) {
- error_report("Error parsing CancelPendingReq");
- return 1;
- }
-
- nd_log(NDLS_ACCESS, NDLP_NOTICE, "ACLK CancelPendingRequest REQ: %s, cloud trace-id: %s", cmd.request_id, cmd.trace_id);
-
- if (mark_pending_req_cancelled(cmd.request_id))
- error_report("CancelPending Request for %s failed. No such pending request.", cmd.request_id);
-
- free_cancel_pending_req(&cmd);
- return 0;
-}
-
-typedef struct {
- const char *name;
- simple_hash_t name_hash;
- rx_msg_handler fnc;
-} new_cloud_rx_msg_t;
-
-new_cloud_rx_msg_t rx_msgs[] = {
- { .name = "cmd", .name_hash = 0, .fnc = handle_old_proto_cmd },
- { .name = "CreateNodeInstanceResult", .name_hash = 0, .fnc = create_node_instance_result },
- { .name = "SendNodeInstances", .name_hash = 0, .fnc = send_node_instances },
- { .name = "StreamChartsAndDimensions", .name_hash = 0, .fnc = stream_charts_and_dimensions },
- { .name = "ChartsAndDimensionsAck", .name_hash = 0, .fnc = charts_and_dimensions_ack },
- { .name = "UpdateChartConfigs", .name_hash = 0, .fnc = update_chart_configs },
- { .name = "StartAlarmStreaming", .name_hash = 0, .fnc = start_alarm_streaming },
- { .name = "SendAlarmCheckpoint", .name_hash = 0, .fnc = send_alarm_checkpoint },
- { .name = "SendAlarmConfiguration", .name_hash = 0, .fnc = send_alarm_configuration },
- { .name = "SendAlarmSnapshot", .name_hash = 0, .fnc = send_alarm_snapshot },
- { .name = "DisconnectReq", .name_hash = 0, .fnc = handle_disconnect_req },
- { .name = "ContextsCheckpoint", .name_hash = 0, .fnc = contexts_checkpoint },
- { .name = "StopStreamingContexts", .name_hash = 0, .fnc = stop_streaming_contexts },
- { .name = "CancelPendingRequest", .name_hash = 0, .fnc = cancel_pending_req },
- { .name = NULL, .name_hash = 0, .fnc = NULL },
-};
-
-new_cloud_rx_msg_t *find_rx_handler_by_hash(simple_hash_t hash)
-{
- // we can afford to not compare strings after hash match
- // because we check for collisions at initialization in
- // aclk_init_rx_msg_handlers()
- for (int i = 0; rx_msgs[i].fnc; i++) {
- if (rx_msgs[i].name_hash == hash)
- return &rx_msgs[i];
- }
- return NULL;
-}
-
-const char *rx_handler_get_name(size_t i)
-{
- return rx_msgs[i].name;
-}
-
-unsigned int aclk_init_rx_msg_handlers(void)
-{
- int i;
- for (i = 0; rx_msgs[i].fnc; i++) {
- simple_hash_t hash = simple_hash(rx_msgs[i].name);
- new_cloud_rx_msg_t *hdl = find_rx_handler_by_hash(hash);
- if (unlikely(hdl)) {
- // the list of message names changes only by changing
- // the source code, therefore fatal is appropriate
- fatal("Hash collision. Choose better hash. Added '%s' clashes with existing '%s'", rx_msgs[i].name, hdl->name);
- }
- rx_msgs[i].name_hash = hash;
- }
- return i;
-}
-
-void aclk_handle_new_cloud_msg(const char *message_type, const char *msg, size_t msg_len, const char *topic __maybe_unused)
-{
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_metrics_per_sample.cloud_req_recvd++;
- ACLK_STATS_UNLOCK;
- }
- new_cloud_rx_msg_t *msg_descriptor = find_rx_handler_by_hash(simple_hash(message_type));
- netdata_log_debug(D_ACLK, "Got message named '%s' from cloud", message_type);
- if (unlikely(!msg_descriptor)) {
- netdata_log_error("Do not know how to handle message of type '%s'. Ignoring", message_type);
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_metrics_per_sample.cloud_req_err++;
- ACLK_STATS_UNLOCK;
- }
- return;
- }
-
-
- if (aclklog_enabled) {
- if (!strncmp(message_type, "cmd", strlen("cmd"))) {
- log_aclk_message_bin(msg, msg_len, 0, topic, msg_descriptor->name);
- } else {
- char *json = protomsg_to_json(msg, msg_len, msg_descriptor->name);
- log_aclk_message_bin(json, strlen(json), 0, topic, msg_descriptor->name);
- freez(json);
- }
- }
-
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_proto_rx_msgs_sample[msg_descriptor-rx_msgs]++;
- ACLK_STATS_UNLOCK;
- }
- if (msg_descriptor->fnc(msg, msg_len)) {
- netdata_log_error("Error processing message of type '%s'", message_type);
- if (aclk_stats_enabled) {
- ACLK_STATS_LOCK;
- aclk_metrics_per_sample.cloud_req_err++;
- ACLK_STATS_UNLOCK;
- }
- return;
- }
-}
diff --git a/aclk/aclk_rx_msgs.h b/aclk/aclk_rx_msgs.h
deleted file mode 100644
index 61921faec..000000000
--- a/aclk/aclk_rx_msgs.h
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_RX_MSGS_H
-#define ACLK_RX_MSGS_H
-
-#include "daemon/common.h"
-#include "libnetdata/libnetdata.h"
-
-int aclk_handle_cloud_cmd_message(char *payload);
-
-const char *rx_handler_get_name(size_t i);
-unsigned int aclk_init_rx_msg_handlers(void);
-void aclk_handle_new_cloud_msg(const char *message_type, const char *msg, size_t msg_len, const char *topic);
-
-#endif /* ACLK_RX_MSGS_H */
diff --git a/aclk/aclk_stats.c b/aclk/aclk_stats.c
deleted file mode 100644
index f4672882b..000000000
--- a/aclk/aclk_stats.c
+++ /dev/null
@@ -1,480 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#define MQTT_WSS_CPUSTATS
-
-#include "aclk_stats.h"
-
-#include "aclk_query.h"
-
-netdata_mutex_t aclk_stats_mutex = NETDATA_MUTEX_INITIALIZER;
-
-struct {
- int query_thread_count;
- unsigned int proto_hdl_cnt;
- uint32_t *aclk_proto_rx_msgs_sample;
- RRDDIM **rx_msg_dims;
-} aclk_stats_cfg; // there is only 1 stats thread at a time
-
-// data ACLK stats need per query thread
-struct aclk_qt_data {
- RRDDIM *dim;
-} *aclk_qt_data = NULL;
-
-uint32_t *aclk_queries_per_thread = NULL;
-uint32_t *aclk_queries_per_thread_sample = NULL;
-uint32_t *aclk_proto_rx_msgs_sample = NULL;
-
-struct aclk_metrics aclk_metrics = {
- .online = 0,
-};
-
-struct aclk_metrics_per_sample aclk_metrics_per_sample;
-
-static void aclk_stats_collect(struct aclk_metrics_per_sample *per_sample, struct aclk_metrics *permanent)
-{
- static RRDSET *st_aclkstats = NULL;
- static RRDDIM *rd_online_status = NULL;
-
- if (unlikely(!st_aclkstats)) {
- st_aclkstats = rrdset_create_localhost(
- "netdata", "aclk_status", NULL, "aclk", NULL, "ACLK/Cloud connection status",
- "connected", "netdata", "stats", 200000, localhost->rrd_update_every, RRDSET_TYPE_LINE);
-
- rd_online_status = rrddim_add(st_aclkstats, "online", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- }
-
- rrddim_set_by_pointer(st_aclkstats, rd_online_status, per_sample->offline_during_sample ? 0 : permanent->online);
-
- rrdset_done(st_aclkstats);
-}
-
-static void aclk_stats_query_queue(struct aclk_metrics_per_sample *per_sample)
-{
- static RRDSET *st_query_thread = NULL;
- static RRDDIM *rd_queued = NULL;
- static RRDDIM *rd_dispatched = NULL;
-
- if (unlikely(!st_query_thread)) {
- st_query_thread = rrdset_create_localhost(
- "netdata", "aclk_query_per_second", NULL, "aclk", NULL, "ACLK Queries per second", "queries/s",
- "netdata", "stats", 200001, localhost->rrd_update_every, RRDSET_TYPE_AREA);
-
- rd_queued = rrddim_add(st_query_thread, "added", NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- rd_dispatched = rrddim_add(st_query_thread, "dispatched", NULL, -1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- }
-
- rrddim_set_by_pointer(st_query_thread, rd_queued, per_sample->queries_queued);
- rrddim_set_by_pointer(st_query_thread, rd_dispatched, per_sample->queries_dispatched);
-
- rrdset_done(st_query_thread);
-}
-
-#ifdef NETDATA_INTERNAL_CHECKS
-static void aclk_stats_latency(struct aclk_metrics_per_sample *per_sample)
-{
- static RRDSET *st = NULL;
- static RRDDIM *rd_avg = NULL;
- static RRDDIM *rd_max = NULL;
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_latency_mqtt", NULL, "aclk", NULL, "ACLK Message Publish Latency", "ms",
- "netdata", "stats", 200002, localhost->rrd_update_every, RRDSET_TYPE_LINE);
-
- rd_avg = rrddim_add(st, "avg", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_max = rrddim_add(st, "max", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- }
-
- if(per_sample->latency_count)
- rrddim_set_by_pointer(st, rd_avg, roundf((float)per_sample->latency_total / per_sample->latency_count));
- else
- rrddim_set_by_pointer(st, rd_avg, 0);
-
- rrddim_set_by_pointer(st, rd_max, per_sample->latency_max);
-
- rrdset_done(st);
-}
-#endif
-
-static void aclk_stats_cloud_req(struct aclk_metrics_per_sample *per_sample)
-{
- static RRDSET *st = NULL;
- static RRDDIM *rd_rq_rcvd = NULL;
- static RRDDIM *rd_rq_err = NULL;
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_cloud_req", NULL, "aclk", NULL, "Requests received from cloud", "req/s",
- "netdata", "stats", 200005, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- rd_rq_rcvd = rrddim_add(st, "received", NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- rd_rq_err = rrddim_add(st, "malformed", NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- }
-
- rrddim_set_by_pointer(st, rd_rq_rcvd, per_sample->cloud_req_recvd - per_sample->cloud_req_err);
- rrddim_set_by_pointer(st, rd_rq_err, per_sample->cloud_req_err);
-
- rrdset_done(st);
-}
-
-static void aclk_stats_cloud_req_type(struct aclk_metrics_per_sample *per_sample)
-{
- static RRDSET *st = NULL;
- static RRDDIM *dims[ACLK_QUERY_TYPE_COUNT];
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_processed_query_type", NULL, "aclk", NULL, "Query thread commands processed by their type", "cmd/s",
- "netdata", "stats", 200006, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- for (int i = 0; i < ACLK_QUERY_TYPE_COUNT; i++)
- dims[i] = rrddim_add(st, aclk_query_get_name(i, 1), NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
-
- }
-
- for (int i = 0; i < ACLK_QUERY_TYPE_COUNT; i++)
- rrddim_set_by_pointer(st, dims[i], per_sample->queries_per_type[i]);
-
- rrdset_done(st);
-}
-
-static char *cloud_req_http_type_names[ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT] = {
- "other",
- "info",
- "data",
- "alarms",
- "alarm_log",
- "chart",
- "charts",
- "function",
- "functions"
- // if you change then update `ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT`.
-};
-
-int aclk_cloud_req_http_type_to_idx(const char *name)
-{
- for (int i = 1; i < ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT; i++)
- if (!strcmp(cloud_req_http_type_names[i], name))
- return i;
- return 0;
-}
-
-static void aclk_stats_cloud_req_http_type(struct aclk_metrics_per_sample *per_sample)
-{
- static RRDSET *st = NULL;
- static RRDDIM *rd_rq_types[ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT];
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_cloud_req_http_type", NULL, "aclk", NULL, "Requests received from cloud via HTTP by their type", "req/s",
- "netdata", "stats", 200007, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- for (int i = 0; i < ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT; i++)
- rd_rq_types[i] = rrddim_add(st, cloud_req_http_type_names[i], NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- }
-
- for (int i = 0; i < ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT; i++)
- rrddim_set_by_pointer(st, rd_rq_types[i], per_sample->cloud_req_http_by_type[i]);
-
- rrdset_done(st);
-}
-
-#define MAX_DIM_NAME 22
-static void aclk_stats_query_threads(uint32_t *queries_per_thread)
-{
- static RRDSET *st = NULL;
-
- char dim_name[MAX_DIM_NAME];
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_query_threads", NULL, "aclk", NULL, "Queries Processed Per Thread", "req/s",
- "netdata", "stats", 200009, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- for (int i = 0; i < aclk_stats_cfg.query_thread_count; i++) {
- if (snprintfz(dim_name, MAX_DIM_NAME, "Query %d", i) < 0)
- netdata_log_error("snprintf encoding error");
- aclk_qt_data[i].dim = rrddim_add(st, dim_name, NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- }
- }
-
- for (int i = 0; i < aclk_stats_cfg.query_thread_count; i++) {
- rrddim_set_by_pointer(st, aclk_qt_data[i].dim, queries_per_thread[i]);
- }
-
- rrdset_done(st);
-}
-
-static void aclk_stats_query_time(struct aclk_metrics_per_sample *per_sample)
-{
- static RRDSET *st = NULL;
- static RRDDIM *rd_rq_avg = NULL;
- static RRDDIM *rd_rq_max = NULL;
- static RRDDIM *rd_rq_total = NULL;
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_query_time", NULL, "aclk", NULL, "Time it took to process cloud requested DB queries", "us",
- "netdata", "stats", 200008, localhost->rrd_update_every, RRDSET_TYPE_LINE);
-
- rd_rq_avg = rrddim_add(st, "avg", NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- rd_rq_max = rrddim_add(st, "max", NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- rd_rq_total = rrddim_add(st, "total", NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- }
-
- if(per_sample->cloud_q_process_count)
- rrddim_set_by_pointer(st, rd_rq_avg, roundf((float)per_sample->cloud_q_process_total / per_sample->cloud_q_process_count));
- else
- rrddim_set_by_pointer(st, rd_rq_avg, 0);
- rrddim_set_by_pointer(st, rd_rq_max, per_sample->cloud_q_process_max);
- rrddim_set_by_pointer(st, rd_rq_total, per_sample->cloud_q_process_total);
-
- rrdset_done(st);
-}
-
-const char *rx_handler_get_name(size_t i);
-static void aclk_stats_newproto_rx(uint32_t *rx_msgs_sample)
-{
- static RRDSET *st = NULL;
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_protobuf_rx_types", NULL, "aclk", NULL, "Received new cloud architecture messages by their type.", "msg/s",
- "netdata", "stats", 200010, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- for (unsigned int i = 0; i < aclk_stats_cfg.proto_hdl_cnt; i++) {
- aclk_stats_cfg.rx_msg_dims[i] = rrddim_add(st, rx_handler_get_name(i), NULL, 1, localhost->rrd_update_every, RRD_ALGORITHM_ABSOLUTE);
- }
- }
-
- for (unsigned int i = 0; i < aclk_stats_cfg.proto_hdl_cnt; i++)
- rrddim_set_by_pointer(st, aclk_stats_cfg.rx_msg_dims[i], rx_msgs_sample[i]);
-
- rrdset_done(st);
-}
-
-static void aclk_stats_mqtt_wss(struct mqtt_wss_stats *stats)
-{
- static RRDSET *st = NULL;
- static RRDDIM *rd_sent = NULL;
- static RRDDIM *rd_recvd = NULL;
- static uint64_t sent = 0;
- static uint64_t recvd = 0;
-
- static RRDSET *st_txbuf_perc = NULL;
- static RRDDIM *rd_txbuf_perc = NULL;
-
- static RRDSET *st_txbuf = NULL;
- static RRDDIM *rd_tx_buffer_usable = NULL;
- static RRDDIM *rd_tx_buffer_reclaimable = NULL;
- static RRDDIM *rd_tx_buffer_used = NULL;
- static RRDDIM *rd_tx_buffer_free = NULL;
- static RRDDIM *rd_tx_buffer_size = NULL;
-
- static RRDSET *st_timing = NULL;
- static RRDDIM *rd_keepalive = NULL;
- static RRDDIM *rd_read_socket = NULL;
- static RRDDIM *rd_write_socket = NULL;
- static RRDDIM *rd_process_websocket = NULL;
- static RRDDIM *rd_process_mqtt = NULL;
-
- sent += stats->bytes_tx;
- recvd += stats->bytes_rx;
-
- if (unlikely(!st)) {
- st = rrdset_create_localhost(
- "netdata", "aclk_openssl_bytes", NULL, "aclk", NULL, "Received and Sent bytes.", "B/s",
- "netdata", "stats", 200011, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- rd_sent = rrddim_add(st, "sent", NULL, -1, 1, RRD_ALGORITHM_INCREMENTAL);
- rd_recvd = rrddim_add(st, "received", NULL, 1, 1, RRD_ALGORITHM_INCREMENTAL);
- }
-
- if (unlikely(!st_txbuf_perc)) {
- st_txbuf_perc = rrdset_create_localhost(
- "netdata", "aclk_mqtt_tx_perc", NULL, "aclk", NULL, "Actively used percentage of MQTT Tx Buffer,", "%",
- "netdata", "stats", 200012, localhost->rrd_update_every, RRDSET_TYPE_LINE);
-
- rd_txbuf_perc = rrddim_add(st_txbuf_perc, "used", NULL, 1, 100, RRD_ALGORITHM_ABSOLUTE);
- }
-
- if (unlikely(!st_txbuf)) {
- st_txbuf = rrdset_create_localhost(
- "netdata", "aclk_mqtt_tx_queue", NULL, "aclk", NULL, "State of transmit MQTT queue.", "B",
- "netdata", "stats", 200013, localhost->rrd_update_every, RRDSET_TYPE_LINE);
-
- rd_tx_buffer_usable = rrddim_add(st_txbuf, "usable", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_tx_buffer_reclaimable = rrddim_add(st_txbuf, "reclaimable", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_tx_buffer_used = rrddim_add(st_txbuf, "used", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_tx_buffer_free = rrddim_add(st_txbuf, "free", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_tx_buffer_size = rrddim_add(st_txbuf, "size", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- }
-
- if (unlikely(!st_timing)) {
- st_timing = rrdset_create_localhost(
- "netdata", "aclk_mqtt_wss_time", NULL, "aclk", NULL, "Time spent handling MQTT, WSS, SSL and network communication.", "us",
- "netdata", "stats", 200014, localhost->rrd_update_every, RRDSET_TYPE_STACKED);
-
- rd_keepalive = rrddim_add(st_timing, "keep-alive", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_read_socket = rrddim_add(st_timing, "socket_read_ssl", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_write_socket = rrddim_add(st_timing, "socket_write_ssl", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_process_websocket = rrddim_add(st_timing, "process_websocket", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- rd_process_mqtt = rrddim_add(st_timing, "process_mqtt", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
- }
-
- rrddim_set_by_pointer(st, rd_sent, sent);
- rrddim_set_by_pointer(st, rd_recvd, recvd);
-
- float usage = ((float)stats->mqtt.tx_buffer_free + stats->mqtt.tx_buffer_reclaimable) / stats->mqtt.tx_buffer_size;
- usage = (1 - usage) * 10000;
- rrddim_set_by_pointer(st_txbuf_perc, rd_txbuf_perc, usage);
-
- rrddim_set_by_pointer(st_txbuf, rd_tx_buffer_usable, stats->mqtt.tx_buffer_reclaimable + stats->mqtt.tx_buffer_free);
- rrddim_set_by_pointer(st_txbuf, rd_tx_buffer_reclaimable, stats->mqtt.tx_buffer_reclaimable);
- rrddim_set_by_pointer(st_txbuf, rd_tx_buffer_used, stats->mqtt.tx_buffer_used);
- rrddim_set_by_pointer(st_txbuf, rd_tx_buffer_free, stats->mqtt.tx_buffer_free);
- rrddim_set_by_pointer(st_txbuf, rd_tx_buffer_size, stats->mqtt.tx_buffer_size);
-
- rrddim_set_by_pointer(st_timing, rd_keepalive, stats->time_keepalive);
- rrddim_set_by_pointer(st_timing, rd_read_socket, stats->time_read_socket);
- rrddim_set_by_pointer(st_timing, rd_write_socket, stats->time_write_socket);
- rrddim_set_by_pointer(st_timing, rd_process_websocket, stats->time_process_websocket);
- rrddim_set_by_pointer(st_timing, rd_process_mqtt, stats->time_process_mqtt);
-
- rrdset_done(st);
- rrdset_done(st_txbuf_perc);
- rrdset_done(st_txbuf);
- rrdset_done(st_timing);
-}
-
-void aclk_stats_thread_prepare(int query_thread_count, unsigned int proto_hdl_cnt)
-{
- aclk_qt_data = callocz(query_thread_count, sizeof(struct aclk_qt_data));
- aclk_queries_per_thread = callocz(query_thread_count, sizeof(uint32_t));
- aclk_queries_per_thread_sample = callocz(query_thread_count, sizeof(uint32_t));
-
- memset(&aclk_metrics_per_sample, 0, sizeof(struct aclk_metrics_per_sample));
-
- aclk_stats_cfg.proto_hdl_cnt = proto_hdl_cnt;
- aclk_stats_cfg.aclk_proto_rx_msgs_sample = callocz(proto_hdl_cnt, sizeof(*aclk_proto_rx_msgs_sample));
- aclk_proto_rx_msgs_sample = callocz(proto_hdl_cnt, sizeof(*aclk_proto_rx_msgs_sample));
- aclk_stats_cfg.rx_msg_dims = callocz(proto_hdl_cnt, sizeof(RRDDIM*));
-}
-
-void aclk_stats_thread_cleanup()
-{
- freez(aclk_stats_cfg.rx_msg_dims);
- freez(aclk_proto_rx_msgs_sample);
- freez(aclk_stats_cfg.aclk_proto_rx_msgs_sample);
- freez(aclk_qt_data);
- freez(aclk_queries_per_thread);
- freez(aclk_queries_per_thread_sample);
-}
-
-void *aclk_stats_main_thread(void *ptr)
-{
- struct aclk_stats_thread *args = ptr;
-
- aclk_stats_cfg.query_thread_count = args->query_thread_count;
-
- heartbeat_t hb;
- heartbeat_init(&hb);
- usec_t step_ut = localhost->rrd_update_every * USEC_PER_SEC;
-
- struct aclk_metrics_per_sample per_sample;
- struct aclk_metrics permanent;
-
- while (service_running(SERVICE_ACLK | SERVICE_COLLECTORS)) {
- netdata_thread_testcancel();
- // ------------------------------------------------------------------------
- // Wait for the next iteration point.
-
- heartbeat_next(&hb, step_ut);
- if (!service_running(SERVICE_ACLK | SERVICE_COLLECTORS)) break;
-
- ACLK_STATS_LOCK;
- // to not hold lock longer than necessary, especially not to hold it
- // during database rrd* operations
- memcpy(&per_sample, &aclk_metrics_per_sample, sizeof(struct aclk_metrics_per_sample));
-
- memcpy(aclk_stats_cfg.aclk_proto_rx_msgs_sample, aclk_proto_rx_msgs_sample, sizeof(*aclk_proto_rx_msgs_sample) * aclk_stats_cfg.proto_hdl_cnt);
- memset(aclk_proto_rx_msgs_sample, 0, sizeof(*aclk_proto_rx_msgs_sample) * aclk_stats_cfg.proto_hdl_cnt);
-
- memcpy(&permanent, &aclk_metrics, sizeof(struct aclk_metrics));
- memset(&aclk_metrics_per_sample, 0, sizeof(struct aclk_metrics_per_sample));
-
- memcpy(aclk_queries_per_thread_sample, aclk_queries_per_thread, sizeof(uint32_t) * aclk_stats_cfg.query_thread_count);
- memset(aclk_queries_per_thread, 0, sizeof(uint32_t) * aclk_stats_cfg.query_thread_count);
- ACLK_STATS_UNLOCK;
-
- aclk_stats_collect(&per_sample, &permanent);
- aclk_stats_query_queue(&per_sample);
-#ifdef NETDATA_INTERNAL_CHECKS
- aclk_stats_latency(&per_sample);
-#endif
-
- aclk_stats_cloud_req(&per_sample);
- aclk_stats_cloud_req_type(&per_sample);
- aclk_stats_cloud_req_http_type(&per_sample);
-
- aclk_stats_query_threads(aclk_queries_per_thread_sample);
-
- aclk_stats_query_time(&per_sample);
-
- struct mqtt_wss_stats mqtt_wss_stats = mqtt_wss_get_stats(args->client);
- aclk_stats_mqtt_wss(&mqtt_wss_stats);
-
- aclk_stats_newproto_rx(aclk_stats_cfg.aclk_proto_rx_msgs_sample);
- }
-
- return 0;
-}
-
-void aclk_stats_upd_online(int online) {
- if(!aclk_stats_enabled)
- return;
-
- ACLK_STATS_LOCK;
- aclk_metrics.online = online;
-
- if(!online)
- aclk_metrics_per_sample.offline_during_sample = 1;
- ACLK_STATS_UNLOCK;
-}
-
-#ifdef NETDATA_INTERNAL_CHECKS
-static usec_t pub_time[UINT16_MAX + 1] = {0};
-void aclk_stats_msg_published(uint16_t id)
-{
- ACLK_STATS_LOCK;
- pub_time[id] = now_boottime_usec();
- ACLK_STATS_UNLOCK;
-}
-
-void aclk_stats_msg_puback(uint16_t id)
-{
- ACLK_STATS_LOCK;
- usec_t t;
-
- if (!aclk_stats_enabled) {
- ACLK_STATS_UNLOCK;
- return;
- }
-
- if (unlikely(!pub_time[id])) {
- ACLK_STATS_UNLOCK;
- netdata_log_error("Received PUBACK for unknown message?!");
- return;
- }
-
- t = now_boottime_usec() - pub_time[id];
- t /= USEC_PER_MS;
- pub_time[id] = 0;
- if (aclk_metrics_per_sample.latency_max < t)
- aclk_metrics_per_sample.latency_max = t;
-
- aclk_metrics_per_sample.latency_total += t;
- aclk_metrics_per_sample.latency_count++;
- ACLK_STATS_UNLOCK;
-}
-#endif /* NETDATA_INTERNAL_CHECKS */
diff --git a/aclk/aclk_stats.h b/aclk/aclk_stats.h
deleted file mode 100644
index 002ebcfa6..000000000
--- a/aclk/aclk_stats.h
+++ /dev/null
@@ -1,77 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_ACLK_STATS_H
-#define NETDATA_ACLK_STATS_H
-
-#include "daemon/common.h"
-#include "libnetdata/libnetdata.h"
-#include "aclk_query_queue.h"
-#include "mqtt_wss_client.h"
-
-extern netdata_mutex_t aclk_stats_mutex;
-
-#define ACLK_STATS_LOCK netdata_mutex_lock(&aclk_stats_mutex)
-#define ACLK_STATS_UNLOCK netdata_mutex_unlock(&aclk_stats_mutex)
-
-// if you change update `cloud_req_http_type_names`.
-#define ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT 9
-
-int aclk_cloud_req_http_type_to_idx(const char *name);
-
-struct aclk_stats_thread {
- netdata_thread_t *thread;
- int query_thread_count;
- mqtt_wss_client client;
-};
-
-// preserve between samples
-struct aclk_metrics {
- volatile uint8_t online;
-};
-
-// reset to 0 on every sample
-extern struct aclk_metrics_per_sample {
- /* in the unlikely event of ACLK disconnecting
- and reconnecting under 1 sampling rate
- we want to make sure we record the disconnection
- despite it being then seemingly longer in graph */
- volatile uint8_t offline_during_sample;
-
- volatile uint32_t queries_queued;
- volatile uint32_t queries_dispatched;
-
-#ifdef NETDATA_INTERNAL_CHECKS
- volatile uint32_t latency_max;
- volatile uint32_t latency_total;
- volatile uint32_t latency_count;
-#endif
-
- volatile uint32_t cloud_req_recvd;
- volatile uint32_t cloud_req_err;
-
- // query types.
- volatile uint32_t queries_per_type[ACLK_QUERY_TYPE_COUNT];
-
- // HTTP-specific request types.
- volatile uint32_t cloud_req_http_by_type[ACLK_STATS_CLOUD_HTTP_REQ_TYPE_CNT];
-
- volatile uint32_t cloud_q_process_total;
- volatile uint32_t cloud_q_process_count;
- volatile uint32_t cloud_q_process_max;
-} aclk_metrics_per_sample;
-
-extern uint32_t *aclk_proto_rx_msgs_sample;
-
-extern uint32_t *aclk_queries_per_thread;
-
-void *aclk_stats_main_thread(void *ptr);
-void aclk_stats_thread_prepare(int query_thread_count, unsigned int proto_hdl_cnt);
-void aclk_stats_thread_cleanup();
-void aclk_stats_upd_online(int online);
-
-#ifdef NETDATA_INTERNAL_CHECKS
-void aclk_stats_msg_published(uint16_t id);
-void aclk_stats_msg_puback(uint16_t id);
-#endif /* NETDATA_INTERNAL_CHECKS */
-
-#endif /* NETDATA_ACLK_STATS_H */
diff --git a/aclk/aclk_tx_msgs.c b/aclk/aclk_tx_msgs.c
deleted file mode 100644
index 0e4182a72..000000000
--- a/aclk/aclk_tx_msgs.c
+++ /dev/null
@@ -1,276 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_tx_msgs.h"
-#include "daemon/common.h"
-#include "aclk_util.h"
-#include "aclk_stats.h"
-#include "aclk.h"
-#include "aclk_capas.h"
-
-#include "schema-wrappers/proto_2_json.h"
-
-#ifndef __GNUC__
-#pragma region aclk_tx_msgs helper functions
-#endif
-
-// version for aclk legacy (old cloud arch)
-#define ACLK_VERSION 2
-
-static void freez_aclk_publish5a(void *ptr) {
- freez(ptr);
-}
-static void freez_aclk_publish5b(void *ptr) {
- freez(ptr);
-}
-
-uint16_t aclk_send_bin_message_subtopic_pid(mqtt_wss_client client, char *msg, size_t msg_len, enum aclk_topics subtopic, const char *msgname)
-{
-#ifndef ACLK_LOG_CONVERSATION_DIR
- UNUSED(msgname);
-#endif
- uint16_t packet_id;
- const char *topic = aclk_get_topic(subtopic);
-
- if (unlikely(!topic)) {
- netdata_log_error("Couldn't get topic. Aborting message send.");
- return 0;
- }
-
- mqtt_wss_publish5(client, (char*)topic, NULL, msg, &freez_aclk_publish5a, msg_len, MQTT_WSS_PUB_QOS1, &packet_id);
-
-#ifdef NETDATA_INTERNAL_CHECKS
- aclk_stats_msg_published(packet_id);
-#endif
-
- if (aclklog_enabled) {
- char *json = protomsg_to_json(msg, msg_len, msgname);
- log_aclk_message_bin(json, strlen(json), 1, topic, msgname);
- freez(json);
- }
-
- return packet_id;
-}
-
-#define TOPIC_MAX_LEN 512
-#define V2_BIN_PAYLOAD_SEPARATOR "\x0D\x0A\x0D\x0A"
-static int aclk_send_message_with_bin_payload(mqtt_wss_client client, json_object *msg, const char *topic, const void *payload, size_t payload_len)
-{
- uint16_t packet_id;
- const char *str;
- char *full_msg = NULL;
- int len;
-
- if (unlikely(!topic || topic[0] != '/')) {
- netdata_log_error("Full topic required!");
- json_object_put(msg);
- return HTTP_RESP_INTERNAL_SERVER_ERROR;
- }
-
- str = json_object_to_json_string_ext(msg, JSON_C_TO_STRING_PLAIN);
- len = strlen(str);
-
- size_t full_msg_len = len;
- if (payload_len)
- full_msg_len += strlen(V2_BIN_PAYLOAD_SEPARATOR) + payload_len;
-
- full_msg = mallocz(full_msg_len);
- memcpy(full_msg, str, len);
- json_object_put(msg);
-
- if (payload_len) {
- memcpy(&full_msg[len], V2_BIN_PAYLOAD_SEPARATOR, strlen(V2_BIN_PAYLOAD_SEPARATOR));
- len += strlen(V2_BIN_PAYLOAD_SEPARATOR);
- memcpy(&full_msg[len], payload, payload_len);
- }
-
- int rc = mqtt_wss_publish5(client, (char*)topic, NULL, full_msg, &freez_aclk_publish5b, full_msg_len, MQTT_WSS_PUB_QOS1, &packet_id);
-
- if (rc == MQTT_WSS_ERR_TOO_BIG_FOR_SERVER)
- return HTTP_RESP_CONTENT_TOO_LONG;
-
-#ifdef NETDATA_INTERNAL_CHECKS
- aclk_stats_msg_published(packet_id);
-#endif
-
- return 0;
-}
-
-/*
- * Creates universal header common for all ACLK messages. User gets ownership of json object created.
- * Usually this is freed by send function after message has been sent.
- */
-static struct json_object *create_hdr(const char *type, const char *msg_id, time_t ts_secs, usec_t ts_us, int version)
-{
- uuid_t uuid;
- char uuid_str[36 + 1];
- json_object *tmp;
- json_object *obj = json_object_new_object();
-
- tmp = json_object_new_string(type);
- json_object_object_add(obj, "type", tmp);
-
- if (unlikely(!msg_id)) {
- uuid_generate(uuid);
- uuid_unparse(uuid, uuid_str);
- msg_id = uuid_str;
- }
-
- if (ts_secs == 0) {
- ts_us = now_realtime_usec();
- ts_secs = ts_us / USEC_PER_SEC;
- ts_us = ts_us % USEC_PER_SEC;
- }
-
- tmp = json_object_new_string(msg_id);
- json_object_object_add(obj, "msg-id", tmp);
-
- tmp = json_object_new_int64(ts_secs);
- json_object_object_add(obj, "timestamp", tmp);
-
-// TODO handle this somehow on older json-c
-// tmp = json_object_new_uint64(ts_us);
-// probably jso->_to_json_string -> custom function
-// jso->o.c_uint64 -> map this with pointer to signed int
-// commit that implements json_object_new_uint64 is 3c3b592
-// between 0.14 and 0.15
- tmp = json_object_new_int64(ts_us);
- json_object_object_add(obj, "timestamp-offset-usec", tmp);
-
- tmp = json_object_new_int64(aclk_session_sec);
- json_object_object_add(obj, "connect", tmp);
-
-// TODO handle this somehow see above
-// tmp = json_object_new_uint64(0 /* TODO aclk_session_us */);
- tmp = json_object_new_int64(aclk_session_us);
- json_object_object_add(obj, "connect-offset-usec", tmp);
-
- tmp = json_object_new_int(version);
- json_object_object_add(obj, "version", tmp);
-
- return obj;
-}
-
-#ifndef __GNUC__
-#pragma endregion
-#endif
-
-#ifndef __GNUC__
-#pragma region aclk_tx_msgs message generators
-#endif
-
-void aclk_http_msg_v2_err(mqtt_wss_client client, const char *topic, const char *msg_id, int http_code, int ec, const char* emsg, const char *payload, size_t payload_len)
-{
- json_object *tmp, *msg;
- msg = create_hdr("http", msg_id, 0, 0, 2);
- tmp = json_object_new_int(http_code);
- json_object_object_add(msg, "http-code", tmp);
-
- tmp = json_object_new_int(ec);
- json_object_object_add(msg, "error-code", tmp);
-
- tmp = json_object_new_string(emsg);
- json_object_object_add(msg, "error-description", tmp);
-
- if (aclk_send_message_with_bin_payload(client, msg, topic, payload, payload_len)) {
- netdata_log_error("Failed to send cancellation message for http reply %zu %s", payload_len, payload);
- }
-}
-
-int aclk_http_msg_v2(mqtt_wss_client client, const char *topic, const char *msg_id, usec_t t_exec, usec_t created, int http_code, const char *payload, size_t payload_len)
-{
- json_object *tmp, *msg;
-
- msg = create_hdr("http", msg_id, 0, 0, 2);
-
- tmp = json_object_new_int64(t_exec);
- json_object_object_add(msg, "t-exec", tmp);
-
- tmp = json_object_new_int64(created);
- json_object_object_add(msg, "t-rx", tmp);
-
- tmp = json_object_new_int(http_code);
- json_object_object_add(msg, "http-code", tmp);
-
- int rc = aclk_send_message_with_bin_payload(client, msg, topic, payload, payload_len);
-
- switch (rc) {
- case HTTP_RESP_CONTENT_TOO_LONG:
- aclk_http_msg_v2_err(client, topic, msg_id, rc, CLOUD_EC_REQ_REPLY_TOO_BIG, CLOUD_EMSG_REQ_REPLY_TOO_BIG, NULL, 0);
- break;
- case HTTP_RESP_INTERNAL_SERVER_ERROR:
- aclk_http_msg_v2_err(client, topic, msg_id, rc, CLOUD_EC_FAIL_TOPIC, CLOUD_EMSG_FAIL_TOPIC, payload, payload_len);
- break;
- case HTTP_RESP_GATEWAY_TIMEOUT:
- case HTTP_RESP_SERVICE_UNAVAILABLE:
- aclk_http_msg_v2_err(client, topic, msg_id, rc, CLOUD_EC_SND_TIMEOUT, CLOUD_EMSG_SND_TIMEOUT, payload, payload_len);
- break;
- }
- return rc ? rc : http_code;
-}
-
-uint16_t aclk_send_agent_connection_update(mqtt_wss_client client, int reachable) {
- size_t len;
- uint16_t pid;
-
- update_agent_connection_t conn = {
- .reachable = (reachable ? 1 : 0),
- .lwt = 0,
- .session_id = aclk_session_newarch,
- .capabilities = aclk_get_agent_capas()
- };
-
- rrdhost_aclk_state_lock(localhost);
- if (unlikely(!localhost->aclk_state.claimed_id)) {
- netdata_log_error("Internal error. Should not come here if not claimed");
- rrdhost_aclk_state_unlock(localhost);
- return 0;
- }
- if (localhost->aclk_state.prev_claimed_id)
- conn.claim_id = localhost->aclk_state.prev_claimed_id;
- else
- conn.claim_id = localhost->aclk_state.claimed_id;
-
- char *msg = generate_update_agent_connection(&len, &conn);
- rrdhost_aclk_state_unlock(localhost);
-
- if (!msg) {
- netdata_log_error("Error generating agent::v1::UpdateAgentConnection payload");
- return 0;
- }
-
- pid = aclk_send_bin_message_subtopic_pid(client, msg, len, ACLK_TOPICID_AGENT_CONN, "UpdateAgentConnection");
- if (localhost->aclk_state.prev_claimed_id) {
- freez(localhost->aclk_state.prev_claimed_id);
- localhost->aclk_state.prev_claimed_id = NULL;
- }
- return pid;
-}
-
-char *aclk_generate_lwt(size_t *size) {
- update_agent_connection_t conn = {
- .reachable = 0,
- .lwt = 1,
- .session_id = aclk_session_newarch,
- .capabilities = NULL
- };
-
- rrdhost_aclk_state_lock(localhost);
- if (unlikely(!localhost->aclk_state.claimed_id)) {
- netdata_log_error("Internal error. Should not come here if not claimed");
- rrdhost_aclk_state_unlock(localhost);
- return NULL;
- }
- conn.claim_id = localhost->aclk_state.claimed_id;
-
- char *msg = generate_update_agent_connection(size, &conn);
- rrdhost_aclk_state_unlock(localhost);
-
- if (!msg)
- netdata_log_error("Error generating agent::v1::UpdateAgentConnection payload for LWT");
-
- return msg;
-}
-
-#ifndef __GNUC__
-#pragma endregion
-#endif
diff --git a/aclk/aclk_tx_msgs.h b/aclk/aclk_tx_msgs.h
deleted file mode 100644
index 9e7d89077..000000000
--- a/aclk/aclk_tx_msgs.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-#ifndef ACLK_TX_MSGS_H
-#define ACLK_TX_MSGS_H
-
-#include <json-c/json.h>
-#include "libnetdata/libnetdata.h"
-#include "daemon/common.h"
-#include "mqtt_wss_client.h"
-#include "schema-wrappers/schema_wrappers.h"
-#include "aclk_util.h"
-
-uint16_t aclk_send_bin_message_subtopic_pid(mqtt_wss_client client, char *msg, size_t msg_len, enum aclk_topics subtopic, const char *msgname);
-
-void aclk_http_msg_v2_err(mqtt_wss_client client, const char *topic, const char *msg_id, int http_code, int ec, const char* emsg, const char *payload, size_t payload_len);
-int aclk_http_msg_v2(mqtt_wss_client client, const char *topic, const char *msg_id, usec_t t_exec, usec_t created, int http_code, const char *payload, size_t payload_len);
-
-uint16_t aclk_send_agent_connection_update(mqtt_wss_client client, int reachable);
-char *aclk_generate_lwt(size_t *size);
-
-#endif
diff --git a/aclk/aclk_util.c b/aclk/aclk_util.c
deleted file mode 100644
index 3bf2e3f18..000000000
--- a/aclk/aclk_util.c
+++ /dev/null
@@ -1,484 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "aclk_util.h"
-
-#ifdef ENABLE_ACLK
-
-#include "aclk_proxy.h"
-
-#include "daemon/common.h"
-
-usec_t aclk_session_newarch = 0;
-
-aclk_env_t *aclk_env = NULL;
-
-int chart_batch_id;
-
-aclk_encoding_type_t aclk_encoding_type_t_from_str(const char *str) {
- if (!strcmp(str, "json")) {
- return ACLK_ENC_JSON;
- }
- if (!strcmp(str, "proto")) {
- return ACLK_ENC_PROTO;
- }
- return ACLK_ENC_UNKNOWN;
-}
-
-aclk_transport_type_t aclk_transport_type_t_from_str(const char *str) {
- if (!strcmp(str, "MQTTv3")) {
- return ACLK_TRP_MQTT_3_1_1;
- }
- if (!strcmp(str, "MQTTv5")) {
- return ACLK_TRP_MQTT_5;
- }
- return ACLK_TRP_UNKNOWN;
-}
-
-void aclk_transport_desc_t_destroy(aclk_transport_desc_t *trp_desc) {
- freez(trp_desc->endpoint);
-}
-
-void aclk_env_t_destroy(aclk_env_t *env) {
- freez(env->auth_endpoint);
- if (env->transports) {
- for (size_t i = 0; i < env->transport_count; i++) {
- if(env->transports[i]) {
- aclk_transport_desc_t_destroy(env->transports[i]);
- freez(env->transports[i]);
- env->transports[i] = NULL;
- }
- }
- freez(env->transports);
- }
- if (env->capabilities) {
- for (size_t i = 0; i < env->capability_count; i++)
- freez(env->capabilities[i]);
- freez(env->capabilities);
- }
-}
-
-int aclk_env_has_capa(const char *capa)
-{
- for (int i = 0; i < (int) aclk_env->capability_count; i++) {
- if (!strcasecmp(capa, aclk_env->capabilities[i]))
- return 1;
- }
- return 0;
-}
-
-#ifdef ACLK_LOG_CONVERSATION_DIR
-volatile int aclk_conversation_log_counter = 0;
-#endif
-
-#define ACLK_TOPIC_PREFIX "/agent/"
-
-struct aclk_topic {
- enum aclk_topics topic_id;
- // as received from cloud - we keep this for
- // eventual topic list update when claim_id changes
- char *topic_recvd;
- // constructed topic
- char *topic;
-};
-
-// This helps to cache finalized topics (assembled with claim_id)
-// to not have to alloc or create buffer and construct topic every
-// time message is sent as in old ACLK
-static struct aclk_topic **aclk_topic_cache = NULL;
-static size_t aclk_topic_cache_items = 0;
-
-void free_topic_cache(void)
-{
- if (aclk_topic_cache) {
- for (size_t i = 0; i < aclk_topic_cache_items; i++) {
- freez(aclk_topic_cache[i]->topic);
- freez(aclk_topic_cache[i]->topic_recvd);
- freez(aclk_topic_cache[i]);
- }
- freez(aclk_topic_cache);
- aclk_topic_cache = NULL;
- aclk_topic_cache_items = 0;
- }
-}
-
-#define JSON_TOPIC_KEY_TOPIC "topic"
-#define JSON_TOPIC_KEY_NAME "name"
-
-struct topic_name {
- enum aclk_topics id;
- // cloud name - how is it called
- // in answer to /password endpoint
- const char *name;
-} topic_names[] = {
- { .id = ACLK_TOPICID_CHART, .name = "chart" },
- { .id = ACLK_TOPICID_ALARMS, .name = "alarms" },
- { .id = ACLK_TOPICID_METADATA, .name = "meta" },
- { .id = ACLK_TOPICID_COMMAND, .name = "inbox-cmd" },
- { .id = ACLK_TOPICID_AGENT_CONN, .name = "agent-connection" },
- { .id = ACLK_TOPICID_CMD_NG_V1, .name = "inbox-cmd-v1" },
- { .id = ACLK_TOPICID_CREATE_NODE, .name = "create-node-instance" },
- { .id = ACLK_TOPICID_NODE_CONN, .name = "node-instance-connection" },
- { .id = ACLK_TOPICID_CHART_DIMS, .name = "chart-and-dims-updated" },
- { .id = ACLK_TOPICID_CHART_CONFIGS_UPDATED, .name = "chart-configs-updated" },
- { .id = ACLK_TOPICID_CHART_RESET, .name = "reset-charts" },
- { .id = ACLK_TOPICID_RETENTION_UPDATED, .name = "chart-retention-updated" },
- { .id = ACLK_TOPICID_NODE_INFO, .name = "node-instance-info" },
- { .id = ACLK_TOPICID_ALARM_LOG, .name = "alarm-log-v2" },
- { .id = ACLK_TOPICID_ALARM_CHECKPOINT, .name = "alarm-checkpoint" },
- { .id = ACLK_TOPICID_ALARM_CONFIG, .name = "alarm-config" },
- { .id = ACLK_TOPICID_ALARM_SNAPSHOT, .name = "alarm-snapshot-v2" },
- { .id = ACLK_TOPICID_NODE_COLLECTORS, .name = "node-instance-collectors" },
- { .id = ACLK_TOPICID_CTXS_SNAPSHOT, .name = "contexts-snapshot" },
- { .id = ACLK_TOPICID_CTXS_UPDATED, .name = "contexts-updated" },
- { .id = ACLK_TOPICID_UNKNOWN, .name = NULL }
-};
-
-enum aclk_topics compulsory_topics[] = {
-// TODO remove old topics once not needed anymore
- ACLK_TOPICID_CHART, //TODO from legacy
- ACLK_TOPICID_ALARMS, //TODO from legacy
- ACLK_TOPICID_METADATA, //TODO from legacy
- ACLK_TOPICID_COMMAND,
- ACLK_TOPICID_AGENT_CONN,
- ACLK_TOPICID_CMD_NG_V1,
- ACLK_TOPICID_CREATE_NODE,
- ACLK_TOPICID_NODE_CONN,
- ACLK_TOPICID_CHART_DIMS,
- ACLK_TOPICID_CHART_CONFIGS_UPDATED,
- ACLK_TOPICID_CHART_RESET,
- ACLK_TOPICID_RETENTION_UPDATED,
- ACLK_TOPICID_NODE_INFO,
- ACLK_TOPICID_ALARM_LOG,
- ACLK_TOPICID_ALARM_CHECKPOINT,
- ACLK_TOPICID_ALARM_CONFIG,
- ACLK_TOPICID_ALARM_SNAPSHOT,
- ACLK_TOPICID_NODE_COLLECTORS,
- ACLK_TOPICID_CTXS_SNAPSHOT,
- ACLK_TOPICID_CTXS_UPDATED,
- ACLK_TOPICID_UNKNOWN
-};
-
-static enum aclk_topics topic_name_to_id(const char *name) {
- struct topic_name *topic = topic_names;
- while (topic->name) {
- if (!strcmp(topic->name, name)) {
- return topic->id;
- }
- topic++;
- }
- return ACLK_TOPICID_UNKNOWN;
-}
-
-static const char *topic_id_to_name(enum aclk_topics tid) {
- struct topic_name *topic = topic_names;
- while (topic->name) {
- if (topic->id == tid)
- return topic->name;
- topic++;
- }
- return "unknown";
-}
-
-#define CLAIM_ID_REPLACE_TAG "#{claim_id}"
-static void topic_generate_final(struct aclk_topic *t) {
- char *dest;
- char *replace_tag = strstr(t->topic_recvd, CLAIM_ID_REPLACE_TAG);
- if (!replace_tag)
- return;
-
- rrdhost_aclk_state_lock(localhost);
- if (unlikely(!localhost->aclk_state.claimed_id)) {
- netdata_log_error("This should never be called if agent not claimed");
- rrdhost_aclk_state_unlock(localhost);
- return;
- }
-
- t->topic = mallocz(strlen(t->topic_recvd) + 1 - strlen(CLAIM_ID_REPLACE_TAG) + strlen(localhost->aclk_state.claimed_id));
- memcpy(t->topic, t->topic_recvd, replace_tag - t->topic_recvd);
- dest = t->topic + (replace_tag - t->topic_recvd);
-
- memcpy(dest, localhost->aclk_state.claimed_id, strlen(localhost->aclk_state.claimed_id));
- dest += strlen(localhost->aclk_state.claimed_id);
- rrdhost_aclk_state_unlock(localhost);
- replace_tag += strlen(CLAIM_ID_REPLACE_TAG);
- strcpy(dest, replace_tag);
- dest += strlen(replace_tag);
- *dest = 0;
-}
-
-static int topic_cache_add_topic(struct json_object *json, struct aclk_topic *topic)
-{
- struct json_object_iterator it;
- struct json_object_iterator itEnd;
-
- it = json_object_iter_begin(json);
- itEnd = json_object_iter_end(json);
-
- while (!json_object_iter_equal(&it, &itEnd)) {
- if (!strcmp(json_object_iter_peek_name(&it), JSON_TOPIC_KEY_NAME)) {
- if (json_object_get_type(json_object_iter_peek_value(&it)) != json_type_string) {
- netdata_log_error("topic dictionary key \"" JSON_TOPIC_KEY_NAME "\" is expected to be json_type_string");
- return 1;
- }
- topic->topic_id = topic_name_to_id(json_object_get_string(json_object_iter_peek_value(&it)));
- if (topic->topic_id == ACLK_TOPICID_UNKNOWN) {
- netdata_log_debug(D_ACLK, "topic dictionary has unknown topic name \"%s\"", json_object_get_string(json_object_iter_peek_value(&it)));
- }
- json_object_iter_next(&it);
- continue;
- }
- if (!strcmp(json_object_iter_peek_name(&it), JSON_TOPIC_KEY_TOPIC)) {
- if (json_object_get_type(json_object_iter_peek_value(&it)) != json_type_string) {
- netdata_log_error("topic dictionary key \"" JSON_TOPIC_KEY_TOPIC "\" is expected to be json_type_string");
- return 1;
- }
- topic->topic_recvd = strdupz(json_object_get_string(json_object_iter_peek_value(&it)));
- json_object_iter_next(&it);
- continue;
- }
-
- netdata_log_error("topic dictionary has Unknown/Unexpected key \"%s\" in topic description. Ignoring!", json_object_iter_peek_name(&it));
- json_object_iter_next(&it);
- }
-
- if (!topic->topic_recvd) {
- netdata_log_error("topic dictionary Missig compulsory key %s", JSON_TOPIC_KEY_TOPIC);
- return 1;
- }
-
- topic_generate_final(topic);
- aclk_topic_cache_items++;
-
- return 0;
-}
-
-int aclk_generate_topic_cache(struct json_object *json)
-{
- json_object *obj;
-
- size_t array_size = json_object_array_length(json);
- if (!array_size) {
- netdata_log_error("Empty topic list!");
- return 1;
- }
-
- if (aclk_topic_cache)
- free_topic_cache();
-
- aclk_topic_cache = callocz(array_size, sizeof(struct aclk_topic *));
-
- for (size_t i = 0; i < array_size; i++) {
- obj = json_object_array_get_idx(json, i);
- if (json_object_get_type(obj) != json_type_object) {
- netdata_log_error("expected json_type_object");
- return 1;
- }
- aclk_topic_cache[i] = callocz(1, sizeof(struct aclk_topic));
- if (topic_cache_add_topic(obj, aclk_topic_cache[i])) {
- netdata_log_error("failed to parse topic @idx=%d", (int)i);
- return 1;
- }
- }
-
- for (int i = 0; compulsory_topics[i] != ACLK_TOPICID_UNKNOWN; i++) {
- if (!aclk_get_topic(compulsory_topics[i])) {
- netdata_log_error("missing compulsory topic \"%s\" in password response from cloud", topic_id_to_name(compulsory_topics[i]));
- return 1;
- }
- }
-
- return 0;
-}
-
-/*
- * Build a topic based on sub_topic and final_topic
- * if the sub topic starts with / assume that is an absolute topic
- *
- */
-const char *aclk_get_topic(enum aclk_topics topic)
-{
- if (!aclk_topic_cache) {
- netdata_log_error("Topic cache not initialized");
- return NULL;
- }
-
- for (size_t i = 0; i < aclk_topic_cache_items; i++) {
- if (aclk_topic_cache[i]->topic_id == topic)
- return aclk_topic_cache[i]->topic;
- }
- netdata_log_error("Unknown topic");
- return NULL;
-}
-
-/*
- * Allows iterating all topics in topic cache without
- * having to resort to callbacks.
- */
-
-const char *aclk_topic_cache_iterate(aclk_topic_cache_iter_t *iter)
-{
- if (!aclk_topic_cache) {
- netdata_log_error("Topic cache not initialized when %s was called.", __FUNCTION__);
- return NULL;
- }
-
- if (*iter >= aclk_topic_cache_items)
- return NULL;
-
- return aclk_topic_cache[(*iter)++]->topic;
-}
-
-/*
- * TBEB with randomness
- *
- * @param reset 1 - to reset the delay,
- * 0 - to advance a step and calculate sleep time in ms
- * @param min, max in seconds
- * @returns delay in ms
- *
- */
-
-unsigned long int aclk_tbeb_delay(int reset, int base, unsigned long int min, unsigned long int max) {
- static int attempt = -1;
-
- if (reset) {
- attempt = -1;
- return 0;
- }
-
- attempt++;
-
- if (attempt == 0) {
- srandom(time(NULL));
- return 0;
- }
-
- unsigned long int delay = pow(base, attempt - 1);
- delay *= MSEC_PER_SEC;
-
- delay += (random() % (MAX(1000, delay/2)));
-
- if (delay <= min * MSEC_PER_SEC)
- return min;
-
- if (delay >= max * MSEC_PER_SEC)
- return max;
-
- return delay;
-}
-
-static inline int aclk_parse_pair(const char *src, const char c, char **a, char **b)
-{
- const char *ptr = strchr(src, c);
- if (ptr == NULL)
- return 1;
-
-// allow empty string
-/* if (!*(ptr+1))
- return 1;*/
-
- *a = callocz(1, ptr - src + 1);
- memcpy (*a, src, ptr - src);
-
- *b = strdupz(ptr+1);
-
- return 0;
-}
-
-#define HTTP_PROXY_PREFIX "http://"
-void aclk_set_proxy(char **ohost, int *port, char **uname, char **pwd, enum mqtt_wss_proxy_type *type)
-{
- ACLK_PROXY_TYPE pt;
- const char *ptr = aclk_get_proxy(&pt);
- char *tmp;
-
- if (pt != PROXY_TYPE_HTTP)
- return;
-
- *uname = NULL;
- *pwd = NULL;
- *port = 0;
-
- char *proxy = strdupz(ptr);
- ptr = proxy;
-
- if (!strncmp(ptr, HTTP_PROXY_PREFIX, strlen(HTTP_PROXY_PREFIX)))
- ptr += strlen(HTTP_PROXY_PREFIX);
-
- if ((tmp = strchr(ptr, '@'))) {
- *tmp = 0;
- if(aclk_parse_pair(ptr, ':', uname, pwd)) {
- error_report("Failed to get username and password for proxy. Will attempt connection without authentication");
- }
- ptr = tmp+1;
- }
-
- if (!*ptr) {
- freez(proxy);
- freez(*uname);
- freez(*pwd);
- return;
- }
-
- if ((tmp = strchr(ptr, ':'))) {
- *tmp = 0;
- tmp++;
- if(*tmp)
- *port = atoi(tmp);
- }
- *ohost = strdupz(ptr);
-
- if (*port <= 0 || *port > 65535)
- *port = 8080;
-
- if (type)
- *type = MQTT_WSS_PROXY_HTTP;
- else {
- freez(*uname);
- freez(*pwd);
- }
-
- freez(proxy);
-}
-#endif /* ENABLE_ACLK */
-
-#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER < OPENSSL_VERSION_110
-static EVP_ENCODE_CTX *EVP_ENCODE_CTX_new(void)
-{
- EVP_ENCODE_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));
-
- if (ctx != NULL) {
- memset(ctx, 0, sizeof(*ctx));
- }
- return ctx;
-}
-static void EVP_ENCODE_CTX_free(EVP_ENCODE_CTX *ctx)
-{
- OPENSSL_free(ctx);
- return;
-}
-#endif
-
-int base64_encode_helper(unsigned char *out, int *outl, const unsigned char *in, int in_len)
-{
- int len;
- unsigned char *str = out;
- EVP_ENCODE_CTX *ctx = EVP_ENCODE_CTX_new();
- EVP_EncodeInit(ctx);
- EVP_EncodeUpdate(ctx, str, outl, in, in_len);
- str += *outl;
- EVP_EncodeFinal(ctx, str, &len);
- *outl += len;
-
- str = out;
- while(*str) {
- if (*str != 0x0D && *str != 0x0A)
- *out++ = *str++;
- else
- str++;
- }
- *out = 0;
-
- EVP_ENCODE_CTX_free(ctx);
- return 0;
-}
diff --git a/aclk/aclk_util.h b/aclk/aclk_util.h
deleted file mode 100644
index 38ef5b0bc..000000000
--- a/aclk/aclk_util.h
+++ /dev/null
@@ -1,121 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-#ifndef ACLK_UTIL_H
-#define ACLK_UTIL_H
-
-#include "libnetdata/libnetdata.h"
-
-#ifdef ENABLE_ACLK
-#include "mqtt_wss_client.h"
-
-#define CLOUD_EC_MALFORMED_NODE_ID 1
-#define CLOUD_EMSG_MALFORMED_NODE_ID "URL requests node_id but there is not enough chars following (for it to be valid uuid)."
-#define CLOUD_EC_NODE_NOT_FOUND 2
-#define CLOUD_EMSG_NODE_NOT_FOUND "Node with requested node_id not found"
-#define CLOUD_EC_ZLIB_ERROR 3
-#define CLOUD_EMSG_ZLIB_ERROR "Error during zlib compression"
-#define CLOUD_EC_REQ_REPLY_TOO_BIG 4
-#define CLOUD_EMSG_REQ_REPLY_TOO_BIG "Request reply produces message bigger than allowed maximum"
-#define CLOUD_EC_FAIL_TOPIC 5
-#define CLOUD_EMSG_FAIL_TOPIC "Internal Topic Error"
-#define CLOUD_EC_SND_TIMEOUT 6
-#define CLOUD_EMSG_SND_TIMEOUT "Timeout sending binpacked message"
-
-// Helper stuff which should not have any further inside ACLK dependency
-// and are supposed not to be needed outside of ACLK
-extern usec_t aclk_session_newarch;
-
-extern int chart_batch_id;
-
-typedef enum {
- ACLK_ENC_UNKNOWN = 0,
- ACLK_ENC_JSON,
- ACLK_ENC_PROTO
-} aclk_encoding_type_t;
-
-typedef enum {
- ACLK_TRP_UNKNOWN = 0,
- ACLK_TRP_MQTT_3_1_1,
- ACLK_TRP_MQTT_5
-} aclk_transport_type_t;
-
-typedef struct {
- char *endpoint;
- aclk_transport_type_t type;
-} aclk_transport_desc_t;
-
-typedef struct {
- int base;
- int max_s;
- int min_s;
-} aclk_backoff_t;
-
-typedef struct {
- char *auth_endpoint;
- aclk_encoding_type_t encoding;
-
- aclk_transport_desc_t **transports;
- size_t transport_count;
-
- char **capabilities;
- size_t capability_count;
-
- aclk_backoff_t backoff;
-} aclk_env_t;
-
-extern aclk_env_t *aclk_env;
-
-aclk_encoding_type_t aclk_encoding_type_t_from_str(const char *str);
-aclk_transport_type_t aclk_transport_type_t_from_str(const char *str);
-
-void aclk_transport_desc_t_destroy(aclk_transport_desc_t *trp_desc);
-void aclk_env_t_destroy(aclk_env_t *env);
-int aclk_env_has_capa(const char *capa);
-
-enum aclk_topics {
- ACLK_TOPICID_UNKNOWN = 0,
- ACLK_TOPICID_CHART = 1,
- ACLK_TOPICID_ALARMS = 2,
- ACLK_TOPICID_METADATA = 3,
- ACLK_TOPICID_COMMAND = 4,
- ACLK_TOPICID_AGENT_CONN = 5,
- ACLK_TOPICID_CMD_NG_V1 = 6,
- ACLK_TOPICID_CREATE_NODE = 7,
- ACLK_TOPICID_NODE_CONN = 8,
- ACLK_TOPICID_CHART_DIMS = 9,
- ACLK_TOPICID_CHART_CONFIGS_UPDATED = 10,
- ACLK_TOPICID_CHART_RESET = 11,
- ACLK_TOPICID_RETENTION_UPDATED = 12,
- ACLK_TOPICID_NODE_INFO = 13,
- ACLK_TOPICID_ALARM_LOG = 14,
- ACLK_TOPICID_ALARM_CHECKPOINT = 15,
- ACLK_TOPICID_ALARM_CONFIG = 16,
- ACLK_TOPICID_ALARM_SNAPSHOT = 17,
- ACLK_TOPICID_NODE_COLLECTORS = 18,
- ACLK_TOPICID_CTXS_SNAPSHOT = 19,
- ACLK_TOPICID_CTXS_UPDATED = 20
-};
-
-typedef size_t aclk_topic_cache_iter_t;
-#define ACLK_TOPIC_CACHE_ITER_T_INITIALIZER (0)
-
-const char *aclk_get_topic(enum aclk_topics topic);
-int aclk_generate_topic_cache(struct json_object *json);
-void free_topic_cache(void);
-const char *aclk_topic_cache_iterate(aclk_topic_cache_iter_t *iter);
-// TODO
-// aclk_topics_reload //when claim id changes
-
-#ifdef ACLK_LOG_CONVERSATION_DIR
-extern volatile int aclk_conversation_log_counter;
-#define ACLK_GET_CONV_LOG_NEXT() __atomic_fetch_add(&aclk_conversation_log_counter, 1, __ATOMIC_SEQ_CST)
-#endif
-
-unsigned long int aclk_tbeb_delay(int reset, int base, unsigned long int min, unsigned long int max);
-#define aclk_tbeb_reset(x) aclk_tbeb_delay(1, 0, 0, 0)
-
-void aclk_set_proxy(char **ohost, int *port, char **uname, char **pwd, enum mqtt_wss_proxy_type *type);
-#endif /* ENABLE_ACLK */
-
-int base64_encode_helper(unsigned char *out, int *outl, const unsigned char *in, int in_len);
-
-#endif /* ACLK_UTIL_H */
diff --git a/aclk/helpers/mqtt_wss_pal.h b/aclk/helpers/mqtt_wss_pal.h
deleted file mode 100644
index 5c89f8bb7..000000000
--- a/aclk/helpers/mqtt_wss_pal.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef MQTT_WSS_PAL_H
-#define MQTT_WSS_PAL_H
-
-#include "libnetdata/libnetdata.h"
-
-#undef OPENSSL_VERSION_095
-#undef OPENSSL_VERSION_097
-#undef OPENSSL_VERSION_110
-#undef OPENSSL_VERSION_111
-
-#define mw_malloc(...) mallocz(__VA_ARGS__)
-#define mw_calloc(...) callocz(__VA_ARGS__)
-#define mw_free(...) freez(__VA_ARGS__)
-#define mw_strdup(...) strdupz(__VA_ARGS__)
-#define mw_realloc(...) reallocz(__VA_ARGS__)
-
-#endif /* MQTT_WSS_PAL_H */
diff --git a/aclk/helpers/ringbuffer_pal.h b/aclk/helpers/ringbuffer_pal.h
deleted file mode 100644
index 2f7e1cb93..000000000
--- a/aclk/helpers/ringbuffer_pal.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef RINGBUFFER_PAL_H
-#define RINGBUFFER_PAL_H
-
-#include "libnetdata/libnetdata.h"
-
-#define crbuf_malloc(...) mallocz(__VA_ARGS__)
-#define crbuf_free(...) freez(__VA_ARGS__)
-
-#endif /* RINGBUFFER_PAL_H */
diff --git a/aclk/https_client.c b/aclk/https_client.c
deleted file mode 100644
index 5385786b8..000000000
--- a/aclk/https_client.c
+++ /dev/null
@@ -1,869 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "libnetdata/libnetdata.h"
-
-#include "https_client.h"
-
-#include "aclk_util.h"
-
-#include "daemon/global_statistics.h"
-
-#define DEFAULT_CHUNKED_RESPONSE_BUFFER_SIZE (4096)
-
-static const char *http_req_type_to_str(http_req_type_t req) {
- switch (req) {
- case HTTP_REQ_GET:
- return "GET";
- case HTTP_REQ_POST:
- return "POST";
- case HTTP_REQ_CONNECT:
- return "CONNECT";
- default:
- return "unknown";
- }
-}
-
-#define TRANSFER_ENCODING_CHUNKED (-2)
-
-#define HTTP_PARSE_CTX_INITIALIZER { .state = HTTP_PARSE_INITIAL, .content_length = -1, .http_code = 0 }
-void http_parse_ctx_create(http_parse_ctx *ctx)
-{
- ctx->state = HTTP_PARSE_INITIAL;
- ctx->content_length = -1;
- ctx->http_code = 0;
- ctx->headers = c_rhash_new(0);
- ctx->flags = HTTP_PARSE_FLAGS_DEFAULT;
-}
-
-void http_parse_ctx_destroy(http_parse_ctx *ctx)
-{
- c_rhash_iter_t iter;
- const char *key;
-
- c_rhash_iter_t_initialize(&iter);
- while ( !c_rhash_iter_str_keys(ctx->headers, &iter, &key) ) {
- void *val;
- c_rhash_get_ptr_by_str(ctx->headers, key, &val);
- freez(val);
- }
-
- c_rhash_destroy(ctx->headers);
-}
-
-#define POLL_TO_MS 100
-
-#define HTTP_LINE_TERM "\x0D\x0A"
-#define RESP_PROTO "HTTP/1.1 "
-#define HTTP_KEYVAL_SEPARATOR ": "
-#define HTTP_HDR_BUFFER_SIZE 1024
-#define PORT_STR_MAX_BYTES 12
-
-static int process_http_hdr(http_parse_ctx *parse_ctx, const char *key, const char *val)
-{
- // currently we care only about specific headers
- // we can skip the rest
- if (parse_ctx->content_length < 0 && !strcmp("content-length", key)) {
- if (parse_ctx->content_length == TRANSFER_ENCODING_CHUNKED) {
- netdata_log_error("Content-length and transfer-encoding: chunked headers are mutually exclusive");
- return 1;
- }
- if (parse_ctx->content_length != -1) {
- netdata_log_error("Duplicate content-length header");
- return 1;
- }
- parse_ctx->content_length = str2u(val);
- if (parse_ctx->content_length < 0) {
- netdata_log_error("Invalid content-length %d", parse_ctx->content_length);
- return 1;
- }
- return 0;
- }
- if (!strcmp("transfer-encoding", key)) {
- if (!strcmp("chunked", val)) {
- if (parse_ctx->content_length != -1) {
- netdata_log_error("Content-length and transfer-encoding: chunked headers are mutually exclusive");
- return 1;
- }
- parse_ctx->content_length = TRANSFER_ENCODING_CHUNKED;
- }
- return 0;
- }
- char *val_cpy = strdupz(val);
- c_rhash_insert_str_ptr(parse_ctx->headers, key, val_cpy);
- return 0;
-}
-
-const char *get_http_header_by_name(http_parse_ctx *ctx, const char *name)
-{
- const char *ret;
- if (c_rhash_get_ptr_by_str(ctx->headers, name, (void**)&ret))
- return NULL;
-
- return ret;
-}
-
-static int parse_http_hdr(rbuf_t buf, http_parse_ctx *parse_ctx)
-{
- int idx, idx_end;
- char buf_key[HTTP_HDR_BUFFER_SIZE];
- char buf_val[HTTP_HDR_BUFFER_SIZE];
- char *ptr = buf_key;
- if (!rbuf_find_bytes(buf, HTTP_LINE_TERM, strlen(HTTP_LINE_TERM), &idx_end)) {
- netdata_log_error("CRLF expected");
- return 1;
- }
-
- char *separator = rbuf_find_bytes(buf, HTTP_KEYVAL_SEPARATOR, strlen(HTTP_KEYVAL_SEPARATOR), &idx);
- if (!separator) {
- netdata_log_error("Missing Key/Value separator");
- return 1;
- }
- if (idx >= HTTP_HDR_BUFFER_SIZE) {
- netdata_log_error("Key name is too long");
- return 1;
- }
-
- rbuf_pop(buf, buf_key, idx);
- buf_key[idx] = 0;
-
- rbuf_bump_tail(buf, strlen(HTTP_KEYVAL_SEPARATOR));
- idx_end -= strlen(HTTP_KEYVAL_SEPARATOR) + idx;
- if (idx_end >= HTTP_HDR_BUFFER_SIZE) {
- netdata_log_error("Value of key \"%s\" too long", buf_key);
- return 1;
- }
-
- rbuf_pop(buf, buf_val, idx_end);
- buf_val[idx_end] = 0;
-
- for (ptr = buf_key; *ptr; ptr++)
- *ptr = tolower(*ptr);
-
- if (process_http_hdr(parse_ctx, buf_key, buf_val))
- return 1;
-
- return 0;
-}
-
-static inline void chunked_response_buffer_grow_by(http_parse_ctx *parse_ctx, size_t size)
-{
- if (unlikely(parse_ctx->chunked_response_size == 0)) {
- parse_ctx->chunked_response = mallocz(size);
- parse_ctx->chunked_response_size = size;
- return;
- }
- parse_ctx->chunked_response = reallocz((void *)parse_ctx->chunked_response, parse_ctx->chunked_response_size + size);
- parse_ctx->chunked_response_size += size;
-}
-
-static int process_chunked_content(rbuf_t buf, http_parse_ctx *parse_ctx)
-{
- int idx;
- size_t bytes_to_copy;
-
- do {
- switch (parse_ctx->chunked_content_state) {
- case CHUNKED_CONTENT_CHUNK_SIZE:
- if (!rbuf_find_bytes(buf, HTTP_LINE_TERM, strlen(HTTP_LINE_TERM), &idx)) {
- if (rbuf_bytes_available(buf) >= rbuf_get_capacity(buf))
- return HTTP_PARSE_ERROR;
- return HTTP_PARSE_NEED_MORE_DATA;
- }
- if (idx == 0) {
- parse_ctx->chunked_content_state = CHUNKED_CONTENT_FINAL_CRLF;
- continue;
- }
- if (idx >= HTTP_HDR_BUFFER_SIZE) {
- netdata_log_error("Chunk size is too long");
- return HTTP_PARSE_ERROR;
- }
- char buf_size[HTTP_HDR_BUFFER_SIZE];
- rbuf_pop(buf, buf_size, idx);
- buf_size[idx] = 0;
- long chunk_size = strtol(buf_size, NULL, 16);
- if (chunk_size < 0 || chunk_size == LONG_MAX) {
- netdata_log_error("Chunk size out of range");
- return HTTP_PARSE_ERROR;
- }
- parse_ctx->chunk_size = chunk_size;
- if (parse_ctx->chunk_size == 0) {
- if (errno == EINVAL) {
- netdata_log_error("Invalid chunk size");
- return HTTP_PARSE_ERROR;
- }
- parse_ctx->chunked_content_state = CHUNKED_CONTENT_CHUNK_END_CRLF;
- continue;
- }
- parse_ctx->chunk_got = 0;
- chunked_response_buffer_grow_by(parse_ctx, parse_ctx->chunk_size);
- rbuf_bump_tail(buf, strlen(HTTP_LINE_TERM));
- parse_ctx->chunked_content_state = CHUNKED_CONTENT_CHUNK_DATA;
- // fallthrough
- case CHUNKED_CONTENT_CHUNK_DATA:
- if (!(bytes_to_copy = rbuf_bytes_available(buf)))
- return HTTP_PARSE_NEED_MORE_DATA;
- if (bytes_to_copy > parse_ctx->chunk_size - parse_ctx->chunk_got)
- bytes_to_copy = parse_ctx->chunk_size - parse_ctx->chunk_got;
- rbuf_pop(buf, parse_ctx->chunked_response + parse_ctx->chunked_response_written, bytes_to_copy);
- parse_ctx->chunk_got += bytes_to_copy;
- parse_ctx->chunked_response_written += bytes_to_copy;
- if (parse_ctx->chunk_got != parse_ctx->chunk_size)
- continue;
- parse_ctx->chunked_content_state = CHUNKED_CONTENT_CHUNK_END_CRLF;
- // fallthrough
- case CHUNKED_CONTENT_FINAL_CRLF:
- case CHUNKED_CONTENT_CHUNK_END_CRLF:
- if (rbuf_bytes_available(buf) < strlen(HTTP_LINE_TERM))
- return HTTP_PARSE_NEED_MORE_DATA;
- char buf_crlf[strlen(HTTP_LINE_TERM)];
- rbuf_pop(buf, buf_crlf, strlen(HTTP_LINE_TERM));
- if (memcmp(buf_crlf, HTTP_LINE_TERM, strlen(HTTP_LINE_TERM))) {
- netdata_log_error("CRLF expected");
- return HTTP_PARSE_ERROR;
- }
- if (parse_ctx->chunked_content_state == CHUNKED_CONTENT_FINAL_CRLF) {
- if (parse_ctx->chunked_response_size != parse_ctx->chunked_response_written)
- netdata_log_error("Chunked response size mismatch");
- chunked_response_buffer_grow_by(parse_ctx, 1);
- parse_ctx->chunked_response[parse_ctx->chunked_response_written] = 0;
- return HTTP_PARSE_SUCCESS;
- }
- if (parse_ctx->chunk_size == 0) {
- parse_ctx->chunked_content_state = CHUNKED_CONTENT_FINAL_CRLF;
- continue;
- }
- parse_ctx->chunked_content_state = CHUNKED_CONTENT_CHUNK_SIZE;
- continue;
- }
- } while(1);
-}
-
-http_parse_rc parse_http_response(rbuf_t buf, http_parse_ctx *parse_ctx)
-{
- int idx;
- char rc[4];
-
- do {
- if (parse_ctx->state != HTTP_PARSE_CONTENT && !rbuf_find_bytes(buf, HTTP_LINE_TERM, strlen(HTTP_LINE_TERM), &idx))
- return HTTP_PARSE_NEED_MORE_DATA;
- switch (parse_ctx->state) {
- case HTTP_PARSE_INITIAL:
- if (rbuf_memcmp_n(buf, RESP_PROTO, strlen(RESP_PROTO))) {
- netdata_log_error("Expected response to start with \"%s\"", RESP_PROTO);
- return HTTP_PARSE_ERROR;
- }
- rbuf_bump_tail(buf, strlen(RESP_PROTO));
- if (rbuf_pop(buf, rc, 4) != 4) {
- netdata_log_error("Expected HTTP status code");
- return HTTP_PARSE_ERROR;
- }
- if (rc[3] != ' ') {
- netdata_log_error("Expected space after HTTP return code");
- return HTTP_PARSE_ERROR;
- }
- rc[3] = 0;
- parse_ctx->http_code = atoi(rc);
- if (parse_ctx->http_code < 100 || parse_ctx->http_code >= 600) {
- netdata_log_error("HTTP code not in range 100 to 599");
- return HTTP_PARSE_ERROR;
- }
-
- rbuf_find_bytes(buf, HTTP_LINE_TERM, strlen(HTTP_LINE_TERM), &idx);
-
- rbuf_bump_tail(buf, idx + strlen(HTTP_LINE_TERM));
-
- parse_ctx->state = HTTP_PARSE_HEADERS;
- break;
- case HTTP_PARSE_HEADERS:
- if (!idx) {
- parse_ctx->state = HTTP_PARSE_CONTENT;
- rbuf_bump_tail(buf, strlen(HTTP_LINE_TERM));
- break;
- }
- if (parse_http_hdr(buf, parse_ctx))
- return HTTP_PARSE_ERROR;
- rbuf_find_bytes(buf, HTTP_LINE_TERM, strlen(HTTP_LINE_TERM), &idx);
- rbuf_bump_tail(buf, idx + strlen(HTTP_LINE_TERM));
- break;
- case HTTP_PARSE_CONTENT:
- // replies like CONNECT etc. do not have content
- if (parse_ctx->content_length == TRANSFER_ENCODING_CHUNKED)
- return process_chunked_content(buf, parse_ctx);
-
- if (parse_ctx->content_length < 0)
- return HTTP_PARSE_SUCCESS;
-
- if (parse_ctx->flags & HTTP_PARSE_FLAG_DONT_WAIT_FOR_CONTENT)
- return HTTP_PARSE_SUCCESS;
-
- if (rbuf_bytes_available(buf) >= (size_t)parse_ctx->content_length)
- return HTTP_PARSE_SUCCESS;
- return HTTP_PARSE_NEED_MORE_DATA;
- }
- } while(1);
-}
-
-typedef struct https_req_ctx {
- https_req_t *request;
-
- int sock;
- rbuf_t buf_rx;
-
- struct pollfd poll_fd;
-
- SSL_CTX *ssl_ctx;
- SSL *ssl;
-
- size_t written;
-
- int self_signed_allowed;
-
- http_parse_ctx parse_ctx;
-
- time_t req_start_time;
-} https_req_ctx_t;
-
-static int https_req_check_timedout(https_req_ctx_t *ctx) {
- if (now_realtime_sec() > ctx->req_start_time + ctx->request->timeout_s) {
- netdata_log_error("request timed out");
- return 1;
- }
- return 0;
-}
-
-static char *_ssl_err_tos(int err)
-{
- switch(err){
- case SSL_ERROR_SSL:
- return "SSL_ERROR_SSL";
- case SSL_ERROR_WANT_READ:
- return "SSL_ERROR_WANT_READ";
- case SSL_ERROR_WANT_WRITE:
- return "SSL_ERROR_WANT_WRITE";
- case SSL_ERROR_NONE:
- return "SSL_ERROR_NONE";
- case SSL_ERROR_ZERO_RETURN:
- return "SSL_ERROR_ZERO_RETURN";
- case SSL_ERROR_WANT_CONNECT:
- return "SSL_ERROR_WANT_CONNECT";
- case SSL_ERROR_WANT_ACCEPT:
- return "SSL_ERROR_WANT_ACCEPT";
- }
- return "Unknown!!!";
-}
-
-static int socket_write_all(https_req_ctx_t *ctx, char *data, size_t data_len) {
- ctx->written = 0;
- ctx->poll_fd.events = POLLOUT;
-
- do {
- int ret = poll(&ctx->poll_fd, 1, POLL_TO_MS);
- if (ret < 0) {
- netdata_log_error("poll error");
- return 1;
- }
- if (ret == 0) {
- if (https_req_check_timedout(ctx)) {
- netdata_log_error("Poll timed out");
- return 2;
- }
- continue;
- }
-
- ret = write(ctx->sock, &data[ctx->written], data_len - ctx->written);
- if (ret > 0) {
- ctx->written += ret;
- } else if (errno != EAGAIN && errno != EWOULDBLOCK) {
- netdata_log_error("Error writing to socket");
- return 3;
- }
- } while (ctx->written < data_len);
-
- return 0;
-}
-
-static int ssl_write_all(https_req_ctx_t *ctx, char *data, size_t data_len) {
- ctx->written = 0;
- ctx->poll_fd.events |= POLLOUT;
-
- do {
- int ret = poll(&ctx->poll_fd, 1, POLL_TO_MS);
- if (ret < 0) {
- netdata_log_error("poll error");
- return 1;
- }
- if (ret == 0) {
- if (https_req_check_timedout(ctx)) {
- netdata_log_error("Poll timed out");
- return 2;
- }
- continue;
- }
- ctx->poll_fd.events = 0;
-
- ret = SSL_write(ctx->ssl, &data[ctx->written], data_len - ctx->written);
- if (ret > 0) {
- ctx->written += ret;
- } else {
- ret = SSL_get_error(ctx->ssl, ret);
- switch (ret) {
- case SSL_ERROR_WANT_READ:
- ctx->poll_fd.events |= POLLIN;
- break;
- case SSL_ERROR_WANT_WRITE:
- ctx->poll_fd.events |= POLLOUT;
- break;
- default:
- netdata_log_error("SSL_write Err: %s", _ssl_err_tos(ret));
- return 3;
- }
- }
- } while (ctx->written < data_len);
-
- return 0;
-}
-
-static inline int https_client_write_all(https_req_ctx_t *ctx, char *data, size_t data_len) {
- if (ctx->ssl_ctx)
- return ssl_write_all(ctx, data, data_len);
- return socket_write_all(ctx, data, data_len);
-}
-
-static int read_parse_response(https_req_ctx_t *ctx) {
- int ret;
- char *ptr;
- size_t size;
-
- ctx->poll_fd.events = POLLIN;
- do {
- ret = poll(&ctx->poll_fd, 1, POLL_TO_MS);
- if (ret < 0) {
- netdata_log_error("poll error");
- return 1;
- }
- if (ret == 0) {
- if (https_req_check_timedout(ctx)) {
- netdata_log_error("Poll timed out");
- return 2;
- }
- if (!ctx->ssl_ctx)
- continue;
- }
- ctx->poll_fd.events = 0;
-
- do {
- ptr = rbuf_get_linear_insert_range(ctx->buf_rx, &size);
-
- if (ctx->ssl_ctx)
- ret = SSL_read(ctx->ssl, ptr, size);
- else
- ret = read(ctx->sock, ptr, size);
-
- if (ret > 0) {
- rbuf_bump_head(ctx->buf_rx, ret);
- } else {
- if (ctx->ssl_ctx) {
- ret = SSL_get_error(ctx->ssl, ret);
- switch (ret) {
- case SSL_ERROR_WANT_READ:
- ctx->poll_fd.events |= POLLIN;
- break;
- case SSL_ERROR_WANT_WRITE:
- ctx->poll_fd.events |= POLLOUT;
- break;
- default:
- netdata_log_error("SSL_read Err: %s", _ssl_err_tos(ret));
- return 3;
- }
- } else {
- if (errno != EAGAIN && errno != EWOULDBLOCK) {
- netdata_log_error("write error");
- return 3;
- }
- ctx->poll_fd.events |= POLLIN;
- }
- }
- } while (ctx->poll_fd.events == 0 && rbuf_bytes_free(ctx->buf_rx) > 0);
- } while (!(ret = parse_http_response(ctx->buf_rx, &ctx->parse_ctx)));
-
- if (ret != HTTP_PARSE_SUCCESS) {
- netdata_log_error("Error parsing HTTP response");
- return 1;
- }
-
- return 0;
-}
-
-#define TX_BUFFER_SIZE 8192
-#define RX_BUFFER_SIZE (TX_BUFFER_SIZE*2)
-static int handle_http_request(https_req_ctx_t *ctx) {
- BUFFER *hdr = buffer_create(TX_BUFFER_SIZE, &netdata_buffers_statistics.buffers_aclk);
- int rc = 0;
-
- http_parse_ctx_create(&ctx->parse_ctx);
-
- // Prepare data to send
- switch (ctx->request->request_type) {
- case HTTP_REQ_CONNECT:
- buffer_strcat(hdr, "CONNECT ");
- break;
- case HTTP_REQ_GET:
- buffer_strcat(hdr, "GET ");
- break;
- case HTTP_REQ_POST:
- buffer_strcat(hdr, "POST ");
- break;
- default:
- netdata_log_error("Unknown HTTPS request type!");
- rc = 1;
- goto err_exit;
- }
-
- if (ctx->request->request_type == HTTP_REQ_CONNECT) {
- buffer_strcat(hdr, ctx->request->host);
- buffer_sprintf(hdr, ":%d", ctx->request->port);
- } else {
- buffer_strcat(hdr, ctx->request->url);
- }
-
- buffer_strcat(hdr, HTTP_1_1 HTTP_ENDL);
-
- //TODO Headers!
- if (ctx->request->request_type != HTTP_REQ_CONNECT) {
- buffer_sprintf(hdr, "Host: %s\x0D\x0A", ctx->request->host);
- }
- buffer_strcat(hdr, "User-Agent: Netdata/rocks newhttpclient\x0D\x0A");
-
- if (ctx->request->request_type == HTTP_REQ_POST && ctx->request->payload && ctx->request->payload_size) {
- buffer_sprintf(hdr, "Content-Length: %zu\x0D\x0A", ctx->request->payload_size);
- }
- if (ctx->request->proxy_username) {
- size_t creds_plain_len = strlen(ctx->request->proxy_username) + strlen(ctx->request->proxy_password) + 1 /* ':' */;
- char *creds_plain = callocz(1, creds_plain_len + 1);
- char *ptr = creds_plain;
- strcpy(ptr, ctx->request->proxy_username);
- ptr += strlen(ctx->request->proxy_username);
- *ptr++ = ':';
- strcpy(ptr, ctx->request->proxy_password);
-
- int creds_base64_len = (((4 * creds_plain_len / 3) + 3) & ~3);
- // OpenSSL encoder puts newline every 64 output bytes
- // we remove those but during encoding we need that space in the buffer
- creds_base64_len += (1+(creds_base64_len/64)) * strlen("\n");
- char *creds_base64 = callocz(1, creds_base64_len + 1);
- base64_encode_helper((unsigned char*)creds_base64, &creds_base64_len, (unsigned char*)creds_plain, creds_plain_len);
- buffer_sprintf(hdr, "Proxy-Authorization: Basic %s\x0D\x0A", creds_base64);
- freez(creds_plain);
- }
-
- buffer_strcat(hdr, "\x0D\x0A");
-
- // Send the request
- if (https_client_write_all(ctx, hdr->buffer, hdr->len)) {
- netdata_log_error("Couldn't write HTTP request header into SSL connection");
- rc = 2;
- goto err_exit;
- }
-
- if (ctx->request->request_type == HTTP_REQ_POST && ctx->request->payload && ctx->request->payload_size) {
- if (https_client_write_all(ctx, ctx->request->payload, ctx->request->payload_size)) {
- netdata_log_error("Couldn't write payload into SSL connection");
- rc = 3;
- goto err_exit;
- }
- }
-
- // Read The Response
- if (read_parse_response(ctx)) {
- netdata_log_error("Error reading or parsing response from server");
- if (ctx->parse_ctx.chunked_response)
- freez(ctx->parse_ctx.chunked_response);
- rc = 4;
- goto err_exit;
- }
-
-err_exit:
- buffer_free(hdr);
- return rc;
-}
-
-static int cert_verify_callback(int preverify_ok, X509_STORE_CTX *ctx)
-{
- X509 *err_cert;
- int err, depth;
- char *err_str;
-
- if (!preverify_ok) {
- err = X509_STORE_CTX_get_error(ctx);
- depth = X509_STORE_CTX_get_error_depth(ctx);
- err_cert = X509_STORE_CTX_get_current_cert(ctx);
- err_str = X509_NAME_oneline(X509_get_subject_name(err_cert), NULL, 0);
-
- netdata_log_error("Cert Chain verify error:num=%d:%s:depth=%d:%s", err,
- X509_verify_cert_error_string(err), depth, err_str);
-
- free(err_str);
- }
-
-#ifdef ACLK_SSL_ALLOW_SELF_SIGNED
- if (!preverify_ok && err == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT)
- {
- preverify_ok = 1;
- netdata_log_error("Self Signed Certificate Accepted as the agent was built with ACLK_SSL_ALLOW_SELF_SIGNED");
- }
-#endif
-
- return preverify_ok;
-}
-
-int https_request(https_req_t *request, https_req_response_t *response) {
- int rc = 1, ret;
- char connect_port_str[PORT_STR_MAX_BYTES];
-
- const char *connect_host = request->proxy_host ? request->proxy_host : request->host;
- int connect_port = request->proxy_host ? request->proxy_port : request->port;
- struct timeval timeout = { .tv_sec = request->timeout_s, .tv_usec = 0 };
-
- https_req_ctx_t *ctx = callocz(1, sizeof(https_req_ctx_t));
- ctx->req_start_time = now_realtime_sec();
-
- ctx->buf_rx = rbuf_create(RX_BUFFER_SIZE);
- if (!ctx->buf_rx) {
- netdata_log_error("Couldn't allocate buffer for RX data");
- goto exit_req_ctx;
- }
-
- snprintfz(connect_port_str, PORT_STR_MAX_BYTES, "%d", connect_port);
-
- ctx->sock = connect_to_this_ip46(IPPROTO_TCP, SOCK_STREAM, connect_host, 0, connect_port_str, &timeout);
- if (ctx->sock < 0) {
- netdata_log_error("Error connecting TCP socket to \"%s\"", connect_host);
- goto exit_buf_rx;
- }
-
- if (fcntl(ctx->sock, F_SETFL, fcntl(ctx->sock, F_GETFL, 0) | O_NONBLOCK) == -1) {
- netdata_log_error("Error setting O_NONBLOCK to TCP socket.");
- goto exit_sock;
- }
-
- ctx->poll_fd.fd = ctx->sock;
-
- // Do the CONNECT if proxy is used
- if (request->proxy_host) {
- https_req_t req = HTTPS_REQ_T_INITIALIZER;
- req.request_type = HTTP_REQ_CONNECT;
- req.timeout_s = request->timeout_s;
- req.host = request->host;
- req.port = request->port;
- req.url = request->url;
- req.proxy_username = request->proxy_username;
- req.proxy_password = request->proxy_password;
- ctx->request = &req;
- if (handle_http_request(ctx)) {
- netdata_log_error("Failed to CONNECT with proxy");
- http_parse_ctx_destroy(&ctx->parse_ctx);
- goto exit_sock;
- }
- if (ctx->parse_ctx.http_code != 200) {
- netdata_log_error("Proxy didn't return 200 OK (got %d)", ctx->parse_ctx.http_code);
- http_parse_ctx_destroy(&ctx->parse_ctx);
- goto exit_sock;
- }
- http_parse_ctx_destroy(&ctx->parse_ctx);
- netdata_log_info("Proxy accepted CONNECT upgrade");
- }
- ctx->request = request;
-
- ctx->ssl_ctx = netdata_ssl_create_client_ctx(0);
- if (ctx->ssl_ctx==NULL) {
- netdata_log_error("Cannot allocate SSL context");
- goto exit_sock;
- }
-
- if (!SSL_CTX_set_default_verify_paths(ctx->ssl_ctx)) {
- netdata_log_error("Error setting default verify paths");
- goto exit_CTX;
- }
- SSL_CTX_set_verify(ctx->ssl_ctx, SSL_VERIFY_PEER | SSL_VERIFY_CLIENT_ONCE, cert_verify_callback);
-
- ctx->ssl = SSL_new(ctx->ssl_ctx);
- if (ctx->ssl==NULL) {
- netdata_log_error("Cannot allocate SSL");
- goto exit_CTX;
- }
-
- if (!SSL_set_tlsext_host_name(ctx->ssl, connect_host)) {
- netdata_log_error("Error setting TLS SNI host");
- goto exit_CTX;
- }
-
- SSL_set_fd(ctx->ssl, ctx->sock);
- ret = SSL_connect(ctx->ssl);
- if (ret != -1 && ret != 1) {
- netdata_log_error("SSL could not connect");
- goto exit_SSL;
- }
- if (ret == -1) {
- // expected as underlying socket is non blocking!
- // consult SSL_connect documentation for details
- int ec = SSL_get_error(ctx->ssl, ret);
- if (ec != SSL_ERROR_WANT_READ && ec != SSL_ERROR_WANT_WRITE) {
- netdata_log_error("Failed to start SSL connection");
- goto exit_SSL;
- }
- }
-
- // The actual request here
- if (handle_http_request(ctx)) {
- netdata_log_error("Couldn't process request");
- http_parse_ctx_destroy(&ctx->parse_ctx);
- goto exit_SSL;
- }
- http_parse_ctx_destroy(&ctx->parse_ctx);
- response->http_code = ctx->parse_ctx.http_code;
- if (ctx->parse_ctx.content_length == TRANSFER_ENCODING_CHUNKED) {
- response->payload_size = ctx->parse_ctx.chunked_response_size;
- response->payload = ctx->parse_ctx.chunked_response;
- }
- if (ctx->parse_ctx.content_length > 0) {
- response->payload_size = ctx->parse_ctx.content_length;
- response->payload = mallocz(response->payload_size + 1);
- ret = rbuf_pop(ctx->buf_rx, response->payload, response->payload_size);
- if (ret != (int)response->payload_size) {
- netdata_log_error("Payload size doesn't match remaining data on the buffer!");
- response->payload_size = ret;
- }
- // normally we take payload as it is and copy it
- // but for convenience in cases where payload is sth. like
- // json we add terminating zero so that user of the data
- // doesn't have to convert to C string (0 terminated)
- // other uses still have correct payload_size and can copy
- // only exact data without affixed 0x00
- ((char*)response->payload)[response->payload_size] = 0; // mallocz(response->payload_size + 1);
- }
- netdata_log_info("HTTPS \"%s\" request to \"%s\" finished with HTTP code: %d", http_req_type_to_str(ctx->request->request_type), ctx->request->host, response->http_code);
-
- rc = 0;
-
-exit_SSL:
- SSL_free(ctx->ssl);
-exit_CTX:
- SSL_CTX_free(ctx->ssl_ctx);
-exit_sock:
- close(ctx->sock);
-exit_buf_rx:
- rbuf_free(ctx->buf_rx);
-exit_req_ctx:
- freez(ctx);
- return rc;
-}
-
-void https_req_response_free(https_req_response_t *res) {
- freez(res->payload);
-}
-
-void https_req_response_init(https_req_response_t *res) {
- res->http_code = 0;
- res->payload = NULL;
- res->payload_size = 0;
-}
-
-static inline char *UNUSED_FUNCTION(min_non_null)(char *a, char *b) {
- if (!a)
- return b;
- if (!b)
- return a;
- return (a < b ? a : b);
-}
-
-#define URI_PROTO_SEPARATOR "://"
-#define URL_PARSER_LOG_PREFIX "url_parser "
-
-static int parse_host_port(url_t *url) {
- char *ptr = strrchr(url->host, ':');
- if (ptr) {
- size_t port_len = strlen(ptr + 1);
- if (!port_len) {
- netdata_log_error(URL_PARSER_LOG_PREFIX ": specified but no port number");
- return 1;
- }
- if (port_len > 5 /* MAX port length is 5digit long in decimal */) {
- netdata_log_error(URL_PARSER_LOG_PREFIX "port # is too long");
- return 1;
- }
- *ptr = 0;
- if (!strlen(url->host)) {
- netdata_log_error(URL_PARSER_LOG_PREFIX "host empty after removing port");
- return 1;
- }
- url->port = atoi (ptr + 1);
- }
- return 0;
-}
-
-static inline void port_by_proto(url_t *url) {
- if (url->port)
- return;
- if (!url->proto)
- return;
- if (!strcmp(url->proto, "http")) {
- url->port = 80;
- return;
- }
- if (!strcmp(url->proto, "https")) {
- url->port = 443;
- return;
- }
-}
-
-#define STRDUPZ_2PTR(dest, start, end) \
- { \
- dest = mallocz(1 + end - start); \
- memcpy(dest, start, end - start); \
- dest[end - start] = 0; \
- }
-
-int url_parse(const char *url, url_t *parsed) {
- const char *start = url;
- const char *end = strstr(url, URI_PROTO_SEPARATOR);
-
- if (end) {
- if (end == start) {
- netdata_log_error(URL_PARSER_LOG_PREFIX "found " URI_PROTO_SEPARATOR " without protocol specified");
- return 1;
- }
-
- STRDUPZ_2PTR(parsed->proto, start, end)
- start = end + strlen(URI_PROTO_SEPARATOR);
- }
-
- end = strchr(start, '/');
- if (!end)
- end = start + strlen(start);
-
- if (start == end) {
- netdata_log_error(URL_PARSER_LOG_PREFIX "Host empty");
- return 1;
- }
-
- STRDUPZ_2PTR(parsed->host, start, end);
-
- if (parse_host_port(parsed))
- return 1;
-
- if (!*end) {
- parsed->path = strdupz("/");
- port_by_proto(parsed);
- return 0;
- }
-
- parsed->path = strdupz(end);
- port_by_proto(parsed);
- return 0;
-}
-
-void url_t_destroy(url_t *url) {
- freez(url->host);
- freez(url->path);
- freez(url->proto);
-}
diff --git a/aclk/https_client.h b/aclk/https_client.h
deleted file mode 100644
index 0b97fbb02..000000000
--- a/aclk/https_client.h
+++ /dev/null
@@ -1,135 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef NETDATA_HTTPS_CLIENT_H
-#define NETDATA_HTTPS_CLIENT_H
-
-#include "libnetdata/libnetdata.h"
-
-#include "mqtt_websockets/c-rbuf/include/ringbuffer.h"
-#include "mqtt_websockets/c_rhash/include/c_rhash.h"
-
-typedef enum http_req_type {
- HTTP_REQ_GET = 0,
- HTTP_REQ_POST,
- HTTP_REQ_CONNECT
-} http_req_type_t;
-
-typedef struct {
- http_req_type_t request_type;
-
- char *host;
- int port;
- char *url;
-
- time_t timeout_s; //timeout in seconds for the network operation (send/recv)
-
- void *payload;
- size_t payload_size;
-
- char *proxy_host;
- int proxy_port;
- const char *proxy_username;
- const char *proxy_password;
-} https_req_t;
-
-typedef struct {
- int http_code;
-
- void *payload;
- size_t payload_size;
-} https_req_response_t;
-
-
-// Non feature complete URL parser
-// feel free to extend when needed
-// currently implements only what ACLK
-// needs
-// proto://host[:port]/path
-typedef struct {
- char *proto;
- char *host;
- int port;
- char* path;
-} url_t;
-
-int url_parse(const char *url, url_t *parsed);
-void url_t_destroy(url_t *url);
-
-void https_req_response_free(https_req_response_t *res);
-void https_req_response_init(https_req_response_t *res);
-
-#define HTTPS_REQ_RESPONSE_T_INITIALIZER \
- { \
- .http_code = 0, \
- .payload = NULL, \
- .payload_size = 0 \
- }
-
-#define HTTPS_REQ_T_INITIALIZER \
- { \
- .request_type = HTTP_REQ_GET, \
- .host = NULL, \
- .port = 443, \
- .url = NULL, \
- .timeout_s = 30, \
- .payload = NULL, \
- .payload_size = 0, \
- .proxy_host = NULL, \
- .proxy_port = 8080 \
- }
-
-int https_request(https_req_t *request, https_req_response_t *response);
-
-// we expose previously internal parser as this is usefull also from
-// other parts of the code
-enum http_parse_state {
- HTTP_PARSE_INITIAL = 0,
- HTTP_PARSE_HEADERS,
- HTTP_PARSE_CONTENT
-};
-
-typedef uint32_t parse_ctx_flags_t;
-
-#define HTTP_PARSE_FLAG_DONT_WAIT_FOR_CONTENT ((parse_ctx_flags_t)0x01)
-
-#define HTTP_PARSE_FLAGS_DEFAULT ((parse_ctx_flags_t)0)
-
-typedef struct {
- parse_ctx_flags_t flags;
-
- enum http_parse_state state;
- int content_length;
- int http_code;
-
- c_rhash headers;
-
- // for chunked data only
- char *chunked_response;
- size_t chunked_response_size;
- size_t chunked_response_written;
-
- enum chunked_content_state {
- CHUNKED_CONTENT_CHUNK_SIZE = 0,
- CHUNKED_CONTENT_CHUNK_DATA,
- CHUNKED_CONTENT_CHUNK_END_CRLF,
- CHUNKED_CONTENT_FINAL_CRLF
- } chunked_content_state;
-
- size_t chunk_size;
- size_t chunk_got;
-} http_parse_ctx;
-
-void http_parse_ctx_create(http_parse_ctx *ctx);
-void http_parse_ctx_destroy(http_parse_ctx *ctx);
-
-typedef enum {
- HTTP_PARSE_ERROR = -1,
- HTTP_PARSE_NEED_MORE_DATA = 0,
- HTTP_PARSE_SUCCESS = 1
-} http_parse_rc;
-
-http_parse_rc parse_http_response(rbuf_t buf, http_parse_ctx *parse_ctx);
-
-const char *get_http_header_by_name(http_parse_ctx *ctx, const char *name);
-
-#endif /* NETDATA_HTTPS_CLIENT_H */
diff --git a/aclk/schema-wrappers/agent_cmds.cc b/aclk/schema-wrappers/agent_cmds.cc
deleted file mode 100644
index 6950f4025..000000000
--- a/aclk/schema-wrappers/agent_cmds.cc
+++ /dev/null
@@ -1,38 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/agent/v1/cmds.pb.h"
-
-#include "agent_cmds.h"
-
-#include "schema_wrapper_utils.h"
-
-using namespace agent::v1;
-
-int parse_cancel_pending_req(const char *msg, size_t msg_len, struct aclk_cancel_pending_req *req)
-{
- CancelPendingRequest msg_parsed;
-
- if (!msg_parsed.ParseFromArray(msg, msg_len)) {
- error_report("Failed to parse CancelPendingRequest message");
- return 1;
- }
-
- if (msg_parsed.request_id().c_str() == NULL) {
- error_report("CancelPendingRequest message missing request_id");
- return 1;
- }
- req->request_id = strdupz(msg_parsed.request_id().c_str());
-
- if (msg_parsed.trace_id().c_str())
- req->trace_id = strdupz(msg_parsed.trace_id().c_str());
-
- set_timeval_from_google_timestamp(msg_parsed.timestamp(), &req->timestamp);
-
- return 0;
-}
-
-void free_cancel_pending_req(struct aclk_cancel_pending_req *req)
-{
- freez(req->request_id);
- freez(req->trace_id);
-}
diff --git a/aclk/schema-wrappers/agent_cmds.h b/aclk/schema-wrappers/agent_cmds.h
deleted file mode 100644
index 7e01f86c5..000000000
--- a/aclk/schema-wrappers/agent_cmds.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPERS_AGENT_CMDS_H
-#define ACLK_SCHEMA_WRAPPERS_AGENT_CMDS_H
-
-#include "libnetdata/libnetdata.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct aclk_cancel_pending_req {
- char *request_id;
-
- struct timeval timestamp;
-
- char *trace_id;
-};
-
-int parse_cancel_pending_req(const char *msg, size_t msg_len, struct aclk_cancel_pending_req *req);
-void free_cancel_pending_req(struct aclk_cancel_pending_req *req);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPERS_AGENT_CMDS_H */
diff --git a/aclk/schema-wrappers/alarm_config.cc b/aclk/schema-wrappers/alarm_config.cc
deleted file mode 100644
index 64d28f324..000000000
--- a/aclk/schema-wrappers/alarm_config.cc
+++ /dev/null
@@ -1,140 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "alarm_config.h"
-
-#include "proto/alarm/v1/config.pb.h"
-
-#include "libnetdata/libnetdata.h"
-
-#include "schema_wrapper_utils.h"
-
-using namespace alarms::v1;
-
-void destroy_aclk_alarm_configuration(struct aclk_alarm_configuration *cfg)
-{
- freez(cfg->alarm);
- freez(cfg->tmpl);
- freez(cfg->on_chart);
- freez(cfg->classification);
- freez(cfg->type);
- freez(cfg->component);
- freez(cfg->os);
- freez(cfg->hosts);
- freez(cfg->plugin);
- freez(cfg->module);
- freez(cfg->charts);
- freez(cfg->lookup);
- freez(cfg->every);
- freez(cfg->units);
- freez(cfg->green);
- freez(cfg->red);
- freez(cfg->calculation_expr);
- freez(cfg->warning_expr);
- freez(cfg->critical_expr);
- freez(cfg->recipient);
- freez(cfg->exec);
- freez(cfg->delay);
- freez(cfg->repeat);
- freez(cfg->info);
- freez(cfg->options);
- freez(cfg->host_labels);
- freez(cfg->p_db_lookup_dimensions);
- freez(cfg->p_db_lookup_method);
- freez(cfg->p_db_lookup_options);
- freez(cfg->chart_labels);
- freez(cfg->summary);
-}
-
-char *generate_provide_alarm_configuration(size_t *len, struct provide_alarm_configuration *data)
-{
- ProvideAlarmConfiguration msg;
- AlarmConfiguration *cfg = msg.mutable_config();
-
- msg.set_config_hash(data->cfg_hash);
-
- if (data->cfg.alarm)
- cfg->set_alarm(data->cfg.alarm);
- if (data->cfg.tmpl)
- cfg->set_template_(data->cfg.tmpl);
- if(data->cfg.on_chart)
- cfg->set_on_chart(data->cfg.on_chart);
- if (data->cfg.classification)
- cfg->set_classification(data->cfg.classification);
- if (data->cfg.type)
- cfg->set_type(data->cfg.type);
- if (data->cfg.component)
- cfg->set_component(data->cfg.component);
- if (data->cfg.os)
- cfg->set_os(data->cfg.os);
- if (data->cfg.hosts)
- cfg->set_hosts(data->cfg.hosts);
- if (data->cfg.plugin)
- cfg->set_plugin(data->cfg.plugin);
- if(data->cfg.module)
- cfg->set_module(data->cfg.module);
- if(data->cfg.charts)
- cfg->set_charts(data->cfg.charts);
- if(data->cfg.lookup)
- cfg->set_lookup(data->cfg.lookup);
- if(data->cfg.every)
- cfg->set_every(data->cfg.every);
- if(data->cfg.units)
- cfg->set_units(data->cfg.units);
- if (data->cfg.green)
- cfg->set_green(data->cfg.green);
- if (data->cfg.red)
- cfg->set_red(data->cfg.red);
- if (data->cfg.calculation_expr)
- cfg->set_calculation_expr(data->cfg.calculation_expr);
- if (data->cfg.warning_expr)
- cfg->set_warning_expr(data->cfg.warning_expr);
- if (data->cfg.critical_expr)
- cfg->set_critical_expr(data->cfg.critical_expr);
- if (data->cfg.recipient)
- cfg->set_recipient(data->cfg.recipient);
- if (data->cfg.exec)
- cfg->set_exec(data->cfg.exec);
- if (data->cfg.delay)
- cfg->set_delay(data->cfg.delay);
- if (data->cfg.repeat)
- cfg->set_repeat(data->cfg.repeat);
- if (data->cfg.info)
- cfg->set_info(data->cfg.info);
- if (data->cfg.options)
- cfg->set_options(data->cfg.options);
- if (data->cfg.host_labels)
- cfg->set_host_labels(data->cfg.host_labels);
-
- cfg->set_p_db_lookup_after(data->cfg.p_db_lookup_after);
- cfg->set_p_db_lookup_before(data->cfg.p_db_lookup_before);
- if (data->cfg.p_db_lookup_dimensions)
- cfg->set_p_db_lookup_dimensions(data->cfg.p_db_lookup_dimensions);
- if (data->cfg.p_db_lookup_method)
- cfg->set_p_db_lookup_method(data->cfg.p_db_lookup_method);
- if (data->cfg.p_db_lookup_options)
- cfg->set_p_db_lookup_options(data->cfg.p_db_lookup_options);
- cfg->set_p_update_every(data->cfg.p_update_every);
-
- if (data->cfg.chart_labels)
- cfg->set_chart_labels(data->cfg.chart_labels);
- if (data->cfg.summary)
- cfg->set_summary(data->cfg.summary);
-
- *len = PROTO_COMPAT_MSG_SIZE(msg);
- char *bin = (char*)mallocz(*len);
- if (!msg.SerializeToArray(bin, *len))
- return NULL;
-
- return bin;
-}
-
-char *parse_send_alarm_configuration(const char *data, size_t len)
-{
- SendAlarmConfiguration msg;
- if (!msg.ParseFromArray(data, len))
- return NULL;
- if (!msg.config_hash().c_str())
- return NULL;
- return strdupz(msg.config_hash().c_str());
-}
-
diff --git a/aclk/schema-wrappers/alarm_config.h b/aclk/schema-wrappers/alarm_config.h
deleted file mode 100644
index 3c9a5d9a8..000000000
--- a/aclk/schema-wrappers/alarm_config.h
+++ /dev/null
@@ -1,71 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_ALARM_CONFIG_H
-#define ACLK_SCHEMA_WRAPPER_ALARM_CONFIG_H
-
-#include <stdlib.h>
-#include <stdint.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct aclk_alarm_configuration {
- char *alarm;
- char *tmpl;
- char *on_chart;
-
- char *classification;
- char *type;
- char *component;
-
- char *os;
- char *hosts;
- char *plugin;
- char *module;
- char *charts;
- char *lookup;
- char *every;
- char *units;
-
- char *green;
- char *red;
-
- char *calculation_expr;
- char *warning_expr;
- char *critical_expr;
-
- char *recipient;
- char *exec;
- char *delay;
- char *repeat;
- char *info;
- char *options;
- char *host_labels;
-
- int32_t p_db_lookup_after;
- int32_t p_db_lookup_before;
- char *p_db_lookup_dimensions;
- char *p_db_lookup_method;
- char *p_db_lookup_options;
- int32_t p_update_every;
-
- char *chart_labels;
- char *summary;
-};
-
-void destroy_aclk_alarm_configuration(struct aclk_alarm_configuration *cfg);
-
-struct provide_alarm_configuration {
- char *cfg_hash;
- struct aclk_alarm_configuration cfg;
-};
-
-char *generate_provide_alarm_configuration(size_t *len, struct provide_alarm_configuration *data);
-char *parse_send_alarm_configuration(const char *data, size_t len);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_ALARM_CONFIG_H */
diff --git a/aclk/schema-wrappers/alarm_stream.cc b/aclk/schema-wrappers/alarm_stream.cc
deleted file mode 100644
index 29d80e39e..000000000
--- a/aclk/schema-wrappers/alarm_stream.cc
+++ /dev/null
@@ -1,221 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "alarm_stream.h"
-
-#include "proto/alarm/v1/stream.pb.h"
-
-#include "libnetdata/libnetdata.h"
-
-#include "schema_wrapper_utils.h"
-
-using namespace alarms::v1;
-
-struct start_alarm_streaming parse_start_alarm_streaming(const char *data, size_t len)
-{
- struct start_alarm_streaming ret;
- memset(&ret, 0, sizeof(ret));
-
- StartAlarmStreaming msg;
-
- if (!msg.ParseFromArray(data, len))
- return ret;
-
- ret.node_id = strdupz(msg.node_id().c_str());
- ret.resets = msg.resets();
-
- return ret;
-}
-
-struct send_alarm_checkpoint parse_send_alarm_checkpoint(const char *data, size_t len)
-{
- struct send_alarm_checkpoint ret;
- memset(&ret, 0, sizeof(ret));
-
- SendAlarmCheckpoint msg;
- if (!msg.ParseFromArray(data, len))
- return ret;
-
- ret.node_id = strdupz(msg.node_id().c_str());
- ret.claim_id = strdupz(msg.claim_id().c_str());
-
- return ret;
-}
-
-static alarms::v1::AlarmStatus aclk_alarm_status_to_proto(enum aclk_alarm_status status)
-{
- switch (status) {
- case aclk_alarm_status::ALARM_STATUS_NULL:
- return alarms::v1::ALARM_STATUS_NULL;
- case aclk_alarm_status::ALARM_STATUS_UNKNOWN:
- return alarms::v1::ALARM_STATUS_UNKNOWN;
- case aclk_alarm_status::ALARM_STATUS_REMOVED:
- return alarms::v1::ALARM_STATUS_REMOVED;
- case aclk_alarm_status::ALARM_STATUS_NOT_A_NUMBER:
- return alarms::v1::ALARM_STATUS_NOT_A_NUMBER;
- case aclk_alarm_status::ALARM_STATUS_CLEAR:
- return alarms::v1::ALARM_STATUS_CLEAR;
- case aclk_alarm_status::ALARM_STATUS_WARNING:
- return alarms::v1::ALARM_STATUS_WARNING;
- case aclk_alarm_status::ALARM_STATUS_CRITICAL:
- return alarms::v1::ALARM_STATUS_CRITICAL;
- default:
- netdata_log_error("Unknown alarm status");
- return alarms::v1::ALARM_STATUS_UNKNOWN;
- }
-}
-
-void destroy_alarm_log_entry(struct alarm_log_entry *entry)
-{
- freez(entry->chart);
- freez(entry->name);
- freez(entry->config_hash);
- freez(entry->timezone);
- freez(entry->exec_path);
- freez(entry->conf_source);
- freez(entry->command);
- freez(entry->value_string);
- freez(entry->old_value_string);
- freez(entry->rendered_info);
- freez(entry->chart_context);
- freez(entry->transition_id);
- freez(entry->chart_name);
- freez(entry->summary);
-}
-
-static void fill_alarm_log_entry(struct alarm_log_entry *data, AlarmLogEntry *proto)
-{
- proto->set_node_id(data->node_id);
- proto->set_claim_id(data->claim_id);
- proto->set_chart(data->chart);
- proto->set_name(data->name);
- proto->set_when(data->when);
- proto->set_config_hash(data->config_hash);
- proto->set_utc_offset(data->utc_offset);
- proto->set_timezone(data->timezone);
- proto->set_exec_path(data->exec_path);
- proto->set_conf_source(data->conf_source);
- proto->set_command(data->command);
- proto->set_duration(data->duration);
- proto->set_non_clear_duration(data->non_clear_duration);
- proto->set_status(aclk_alarm_status_to_proto(data->status));
- proto->set_old_status(aclk_alarm_status_to_proto(data->old_status));
- proto->set_delay(data->delay);
- proto->set_delay_up_to_timestamp(data->delay_up_to_timestamp);
- proto->set_last_repeat(data->last_repeat);
- proto->set_silenced(data->silenced);
-
- if (data->value_string)
- proto->set_value_string(data->value_string);
- if (data->old_value_string)
- proto->set_old_value_string(data->old_value_string);
-
- proto->set_value(data->value);
- proto->set_old_value(data->old_value);
- proto->set_updated(data->updated);
- proto->set_rendered_info(data->rendered_info);
- proto->set_chart_context(data->chart_context);
- proto->set_event_id(data->event_id);
- proto->set_transition_id(data->transition_id);
- proto->set_chart_name(data->chart_name);
- proto->set_summary(data->summary);
-}
-
-char *generate_alarm_log_entry(size_t *len, struct alarm_log_entry *data)
-{
- AlarmLogEntry le;
-
- fill_alarm_log_entry(data, &le);
-
- *len = PROTO_COMPAT_MSG_SIZE(le);
- char *bin = (char*)mallocz(*len);
- if (!le.SerializeToArray(bin, *len)) {
- freez(bin);
- return NULL;
- }
-
- return bin;
-}
-
-char *generate_alarm_checkpoint(size_t *len, struct alarm_checkpoint *data)
-{
- AlarmCheckpoint msg;
-
- msg.set_claim_id(data->claim_id);
- msg.set_node_id(data->node_id);
- msg.set_checksum(data->checksum);
-
- *len = PROTO_COMPAT_MSG_SIZE(msg);
- char *bin = (char*)mallocz(*len);
- if (!msg.SerializeToArray(bin, *len)) {
- freez(bin);
- return NULL;
- }
-
- return bin;
-}
-
-struct send_alarm_snapshot *parse_send_alarm_snapshot(const char *data, size_t len)
-{
- SendAlarmSnapshot msg;
- if (!msg.ParseFromArray(data, len))
- return NULL;
-
- struct send_alarm_snapshot *ret = (struct send_alarm_snapshot*)callocz(1, sizeof(struct send_alarm_snapshot));
- if (msg.claim_id().c_str())
- ret->claim_id = strdupz(msg.claim_id().c_str());
- if (msg.node_id().c_str())
- ret->node_id = strdupz(msg.node_id().c_str());
- if (msg.snapshot_uuid().c_str())
- ret->snapshot_uuid = strdupz(msg.snapshot_uuid().c_str());
-
- return ret;
-}
-
-void destroy_send_alarm_snapshot(struct send_alarm_snapshot *ptr)
-{
- freez(ptr->claim_id);
- freez(ptr->node_id);
- freez(ptr->snapshot_uuid);
- freez(ptr);
-}
-
-alarm_snapshot_proto_ptr_t generate_alarm_snapshot_proto(struct alarm_snapshot *data)
-{
- AlarmSnapshot *msg = new AlarmSnapshot;
- if (unlikely(!msg)) fatal("Cannot allocate memory for AlarmSnapshot");
-
- msg->set_node_id(data->node_id);
- msg->set_claim_id(data->claim_id);
- msg->set_snapshot_uuid(data->snapshot_uuid);
- msg->set_chunks(data->chunks);
- msg->set_chunk(data->chunk);
-
- // this is handled automatically by add_alarm_log_entry2snapshot function
- msg->set_chunk_size(0);
-
- return msg;
-}
-
-void add_alarm_log_entry2snapshot(alarm_snapshot_proto_ptr_t snapshot, struct alarm_log_entry *data)
-{
- AlarmSnapshot *alarm_snapshot = (AlarmSnapshot *)snapshot;
- AlarmLogEntry *alarm_log_entry = alarm_snapshot->add_alarms();
-
- fill_alarm_log_entry(data, alarm_log_entry);
-
- alarm_snapshot->set_chunk_size(alarm_snapshot->chunk_size() + 1);
-}
-
-char *generate_alarm_snapshot_bin(size_t *len, alarm_snapshot_proto_ptr_t snapshot)
-{
- AlarmSnapshot *alarm_snapshot = (AlarmSnapshot *)snapshot;
- *len = PROTO_COMPAT_MSG_SIZE_PTR(alarm_snapshot);
- char *bin = (char*)mallocz(*len);
- if (!alarm_snapshot->SerializeToArray(bin, *len)) {
- delete alarm_snapshot;
- return NULL;
- }
-
- delete alarm_snapshot;
- return bin;
-}
diff --git a/aclk/schema-wrappers/alarm_stream.h b/aclk/schema-wrappers/alarm_stream.h
deleted file mode 100644
index 3c81ff445..000000000
--- a/aclk/schema-wrappers/alarm_stream.h
+++ /dev/null
@@ -1,128 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_ALARM_STREAM_H
-#define ACLK_SCHEMA_WRAPPER_ALARM_STREAM_H
-
-#include <stdlib.h>
-
-#include "database/rrd.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct start_alarm_streaming {
- char *node_id;
- bool resets;
-};
-
-struct start_alarm_streaming parse_start_alarm_streaming(const char *data, size_t len);
-
-enum aclk_alarm_status {
- ALARM_STATUS_NULL = 0,
- ALARM_STATUS_UNKNOWN = 1,
- ALARM_STATUS_REMOVED = 2,
- ALARM_STATUS_NOT_A_NUMBER = 3,
- ALARM_STATUS_CLEAR = 4,
- ALARM_STATUS_WARNING = 5,
- ALARM_STATUS_CRITICAL = 6
-};
-
-struct alarm_log_entry {
- char *node_id;
- char *claim_id;
-
- char *chart;
- char *name;
- char *family;
-
- uint64_t batch_id;
- uint64_t sequence_id;
- uint64_t when;
-
- char *config_hash;
-
- int32_t utc_offset;
- char *timezone;
-
- char *exec_path;
- char *conf_source;
- char *command;
-
- uint32_t duration;
- uint32_t non_clear_duration;
-
- enum aclk_alarm_status status;
- enum aclk_alarm_status old_status;
- uint64_t delay;
- uint64_t delay_up_to_timestamp;
-
- uint64_t last_repeat;
- int silenced;
-
- char *value_string;
- char *old_value_string;
-
- double value;
- double old_value;
-
- // updated alarm entry, when the status of the alarm has been updated by a later entry
- int updated;
-
- // rendered_info
- char *rendered_info;
-
- char *chart_context;
- char *chart_name;
-
- uint64_t event_id;
- char *transition_id;
- char *summary;
-};
-
-struct send_alarm_checkpoint {
- char *node_id;
- char *claim_id;
-};
-
-struct alarm_checkpoint {
- char *node_id;
- char *claim_id;
- char *checksum;
-};
-
-struct send_alarm_snapshot {
- char *node_id;
- char *claim_id;
- char *snapshot_uuid;
-};
-
-struct alarm_snapshot {
- char *node_id;
- char *claim_id;
- char *snapshot_uuid;
- uint32_t chunks;
- uint32_t chunk;
-};
-
-typedef void* alarm_snapshot_proto_ptr_t;
-
-void destroy_alarm_log_entry(struct alarm_log_entry *entry);
-
-char *generate_alarm_log_entry(size_t *len, struct alarm_log_entry *data);
-
-struct send_alarm_snapshot *parse_send_alarm_snapshot(const char *data, size_t len);
-void destroy_send_alarm_snapshot(struct send_alarm_snapshot *ptr);
-
-struct send_alarm_checkpoint parse_send_alarm_checkpoint(const char *data, size_t len);
-char *generate_alarm_checkpoint(size_t *len, struct alarm_checkpoint *data);
-
-alarm_snapshot_proto_ptr_t generate_alarm_snapshot_proto(struct alarm_snapshot *data);
-void add_alarm_log_entry2snapshot(alarm_snapshot_proto_ptr_t snapshot, struct alarm_log_entry *data);
-char *generate_alarm_snapshot_bin(size_t *len, alarm_snapshot_proto_ptr_t snapshot);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_ALARM_STREAM_H */
diff --git a/aclk/schema-wrappers/capability.cc b/aclk/schema-wrappers/capability.cc
deleted file mode 100644
index af45740a9..000000000
--- a/aclk/schema-wrappers/capability.cc
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/aclk/v1/lib.pb.h"
-
-#include "capability.h"
-
-void capability_set(aclk_lib::v1::Capability *proto_capa, const struct capability *c_capa) {
- proto_capa->set_name(c_capa->name);
- proto_capa->set_enabled(c_capa->enabled);
- proto_capa->set_version(c_capa->version);
-}
diff --git a/aclk/schema-wrappers/capability.h b/aclk/schema-wrappers/capability.h
deleted file mode 100644
index c6085a44b..000000000
--- a/aclk/schema-wrappers/capability.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_CAPABILITY_H
-#define ACLK_SCHEMA_CAPABILITY_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct capability {
- const char *name;
- uint32_t version;
- int enabled;
-};
-
-#ifdef __cplusplus
-}
-
-#include "proto/aclk/v1/lib.pb.h"
-
-void capability_set(aclk_lib::v1::Capability *proto_capa, const struct capability *c_capa);
-#endif
-
-#endif /* ACLK_SCHEMA_CAPABILITY_H */
diff --git a/aclk/schema-wrappers/connection.cc b/aclk/schema-wrappers/connection.cc
deleted file mode 100644
index 20b40ece2..000000000
--- a/aclk/schema-wrappers/connection.cc
+++ /dev/null
@@ -1,72 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/agent/v1/connection.pb.h"
-#include "proto/agent/v1/disconnect.pb.h"
-#include "connection.h"
-
-#include "schema_wrapper_utils.h"
-
-#include <sys/time.h>
-#include <stdlib.h>
-
-using namespace agent::v1;
-
-char *generate_update_agent_connection(size_t *len, const update_agent_connection_t *data)
-{
- UpdateAgentConnection connupd;
-
- connupd.set_claim_id(data->claim_id);
- connupd.set_reachable(data->reachable);
- connupd.set_session_id(data->session_id);
-
- connupd.set_update_source((data->lwt) ? CONNECTION_UPDATE_SOURCE_LWT : CONNECTION_UPDATE_SOURCE_AGENT);
-
- struct timeval tv;
- gettimeofday(&tv, NULL);
-
- google::protobuf::Timestamp *timestamp = connupd.mutable_updated_at();
- timestamp->set_seconds(tv.tv_sec);
- timestamp->set_nanos(tv.tv_usec * 1000);
-
- if (data->capabilities) {
- const struct capability *capa = data->capabilities;
- while (capa->name) {
- aclk_lib::v1::Capability *proto_capa = connupd.add_capabilities();
- capability_set(proto_capa, capa);
- capa++;
- }
- }
-
- *len = PROTO_COMPAT_MSG_SIZE(connupd);
- char *msg = (char*)mallocz(*len);
- if (msg)
- connupd.SerializeToArray(msg, *len);
-
- return msg;
-}
-
-struct disconnect_cmd *parse_disconnect_cmd(const char *data, size_t len) {
- DisconnectReq req;
- struct disconnect_cmd *res;
-
- if (!req.ParseFromArray(data, len))
- return NULL;
-
- res = (struct disconnect_cmd *)callocz(1, sizeof(struct disconnect_cmd));
-
- if (!res)
- return NULL;
-
- res->reconnect_after_s = req.reconnect_after_seconds();
- res->permaban = req.permaban();
- res->error_code = req.error_code();
- if (req.error_description().c_str()) {
- res->error_description = strdupz(req.error_description().c_str());
- if (!res->error_description) {
- freez(res);
- return NULL;
- }
- }
-
- return res;
-}
diff --git a/aclk/schema-wrappers/connection.h b/aclk/schema-wrappers/connection.h
deleted file mode 100644
index 0356c7d78..000000000
--- a/aclk/schema-wrappers/connection.h
+++ /dev/null
@@ -1,47 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_CONNECTION_H
-#define ACLK_SCHEMA_WRAPPER_CONNECTION_H
-
-#include "capability.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef struct {
- const char *claim_id;
- unsigned int reachable:1;
-
- int64_t session_id;
-
- unsigned int lwt:1;
-
- const struct capability *capabilities;
-
-// TODO in future optional fields
-// > 15 optional fields:
-// How long the system was running until connection (only applicable when reachable=true)
-// google.protobuf.Duration system_uptime = 15;
-// How long the netdata agent was running until connection (only applicable when reachable=true)
-// google.protobuf.Duration agent_uptime = 16;
-
-
-} update_agent_connection_t;
-
-char *generate_update_agent_connection(size_t *len, const update_agent_connection_t *data);
-
-struct disconnect_cmd {
- uint64_t reconnect_after_s;
- int permaban;
- uint32_t error_code;
- char *error_description;
-};
-
-struct disconnect_cmd *parse_disconnect_cmd(const char *data, size_t len);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_CONNECTION_H */
diff --git a/aclk/schema-wrappers/context.cc b/aclk/schema-wrappers/context.cc
deleted file mode 100644
index b04c9d20c..000000000
--- a/aclk/schema-wrappers/context.cc
+++ /dev/null
@@ -1,125 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/context/v1/context.pb.h"
-
-#include "libnetdata/libnetdata.h"
-
-#include "schema_wrapper_utils.h"
-
-#include "context.h"
-
-using namespace context::v1;
-
-// ContextsSnapshot
-contexts_snapshot_t contexts_snapshot_new(const char *claim_id, const char *node_id, uint64_t version)
-{
- ContextsSnapshot *ctxs_snap = new ContextsSnapshot;
-
- if (ctxs_snap == NULL)
- fatal("Cannot allocate ContextsSnapshot object. OOM");
-
- ctxs_snap->set_claim_id(claim_id);
- ctxs_snap->set_node_id(node_id);
- ctxs_snap->set_version(version);
-
- return ctxs_snap;
-}
-
-void contexts_snapshot_delete(contexts_snapshot_t snapshot)
-{
- delete (ContextsSnapshot *)snapshot;
-}
-
-void contexts_snapshot_set_version(contexts_snapshot_t ctxs_snapshot, uint64_t version)
-{
- ((ContextsSnapshot *)ctxs_snapshot)->set_version(version);
-}
-
-static void fill_ctx_updated(ContextUpdated *ctx, struct context_updated *c_ctx)
-{
- ctx->set_id(c_ctx->id);
- ctx->set_version(c_ctx->version);
- ctx->set_first_entry(c_ctx->first_entry);
- ctx->set_last_entry(c_ctx->last_entry);
- ctx->set_deleted(c_ctx->deleted);
- ctx->set_title(c_ctx->title);
- ctx->set_priority(c_ctx->priority);
- ctx->set_chart_type(c_ctx->chart_type);
- ctx->set_units(c_ctx->units);
- ctx->set_family(c_ctx->family);
-}
-
-void contexts_snapshot_add_ctx_update(contexts_snapshot_t ctxs_snapshot, struct context_updated *ctx_update)
-{
- ContextsSnapshot *ctxs_snap = (ContextsSnapshot *)ctxs_snapshot;
- ContextUpdated *ctx = ctxs_snap->add_contexts();
-
- fill_ctx_updated(ctx, ctx_update);
-}
-
-char *contexts_snapshot_2bin(contexts_snapshot_t ctxs_snapshot, size_t *len)
-{
- ContextsSnapshot *ctxs_snap = (ContextsSnapshot *)ctxs_snapshot;
- *len = PROTO_COMPAT_MSG_SIZE_PTR(ctxs_snap);
- char *bin = (char*)mallocz(*len);
- if (!ctxs_snap->SerializeToArray(bin, *len)) {
- freez(bin);
- delete ctxs_snap;
- return NULL;
- }
-
- delete ctxs_snap;
- return bin;
-}
-
-// ContextsUpdated
-contexts_updated_t contexts_updated_new(const char *claim_id, const char *node_id, uint64_t version_hash, uint64_t created_at)
-{
- ContextsUpdated *ctxs_updated = new ContextsUpdated;
-
- if (ctxs_updated == NULL)
- fatal("Cannot allocate ContextsUpdated object. OOM");
-
- ctxs_updated->set_claim_id(claim_id);
- ctxs_updated->set_node_id(node_id);
- ctxs_updated->set_version_hash(version_hash);
- ctxs_updated->set_created_at(created_at);
-
- return ctxs_updated;
-}
-
-void contexts_updated_delete(contexts_updated_t ctxs_updated)
-{
- delete (ContextsUpdated *)ctxs_updated;
-}
-
-void contexts_updated_update_version_hash(contexts_updated_t ctxs_updated, uint64_t version_hash)
-{
- ((ContextsUpdated *)ctxs_updated)->set_version_hash(version_hash);
-}
-
-void contexts_updated_add_ctx_update(contexts_updated_t ctxs_updated, struct context_updated *ctx_update)
-{
- ContextsUpdated *ctxs_update = (ContextsUpdated *)ctxs_updated;
- ContextUpdated *ctx = ctxs_update->add_contextupdates();
-
- if (ctx == NULL)
- fatal("Cannot allocate ContextUpdated object. OOM");
-
- fill_ctx_updated(ctx, ctx_update);
-}
-
-char *contexts_updated_2bin(contexts_updated_t ctxs_updated, size_t *len)
-{
- ContextsUpdated *ctxs_update = (ContextsUpdated *)ctxs_updated;
- *len = PROTO_COMPAT_MSG_SIZE_PTR(ctxs_update);
- char *bin = (char*)mallocz(*len);
- if (!ctxs_update->SerializeToArray(bin, *len)) {
- freez(bin);
- delete ctxs_update;
- return NULL;
- }
-
- delete ctxs_update;
- return bin;
-}
diff --git a/aclk/schema-wrappers/context.h b/aclk/schema-wrappers/context.h
deleted file mode 100644
index cbb7701a8..000000000
--- a/aclk/schema-wrappers/context.h
+++ /dev/null
@@ -1,53 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_CONTEXT_H
-#define ACLK_SCHEMA_WRAPPER_CONTEXT_H
-
-#include <stdint.h>
-#include <sys/types.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef void* contexts_updated_t;
-typedef void* contexts_snapshot_t;
-
-struct context_updated {
- // context id
- const char *id;
-
- uint64_t version;
-
- uint64_t first_entry;
- uint64_t last_entry;
-
- int deleted;
-
- const char *title;
- uint64_t priority;
- const char *chart_type;
- const char *units;
- const char *family;
-};
-
-// ContextS Snapshot related
-contexts_snapshot_t contexts_snapshot_new(const char *claim_id, const char *node_id, uint64_t version);
-void contexts_snapshot_delete(contexts_snapshot_t ctxs_snapshot);
-void contexts_snapshot_set_version(contexts_snapshot_t ctxs_snapshot, uint64_t version);
-void contexts_snapshot_add_ctx_update(contexts_snapshot_t ctxs_snapshot, struct context_updated *ctx_update);
-char *contexts_snapshot_2bin(contexts_snapshot_t ctxs_snapshot, size_t *len);
-
-// ContextS Updated related
-contexts_updated_t contexts_updated_new(const char *claim_id, const char *node_id, uint64_t version_hash, uint64_t created_at);
-void contexts_updated_delete(contexts_updated_t ctxs_updated);
-void contexts_updated_update_version_hash(contexts_updated_t ctxs_updated, uint64_t version_hash);
-void contexts_updated_add_ctx_update(contexts_updated_t ctxs_updated, struct context_updated *ctx_update);
-char *contexts_updated_2bin(contexts_updated_t ctxs_updated, size_t *len);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_CONTEXT_H */
diff --git a/aclk/schema-wrappers/context_stream.cc b/aclk/schema-wrappers/context_stream.cc
deleted file mode 100644
index 3bb1956cb..000000000
--- a/aclk/schema-wrappers/context_stream.cc
+++ /dev/null
@@ -1,42 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/context/v1/stream.pb.h"
-
-#include "context_stream.h"
-
-#include "libnetdata/libnetdata.h"
-
-struct stop_streaming_ctxs *parse_stop_streaming_ctxs(const char *data, size_t len)
-{
- context::v1::StopStreamingContexts msg;
-
- struct stop_streaming_ctxs *res;
-
- if (!msg.ParseFromArray(data, len))
- return NULL;
-
- res = (struct stop_streaming_ctxs *)callocz(1, sizeof(struct stop_streaming_ctxs));
-
- res->claim_id = strdupz(msg.claim_id().c_str());
- res->node_id = strdupz(msg.node_id().c_str());
-
- return res;
-}
-
-struct ctxs_checkpoint *parse_ctxs_checkpoint(const char *data, size_t len)
-{
- context::v1::ContextsCheckpoint msg;
-
- struct ctxs_checkpoint *res;
-
- if (!msg.ParseFromArray(data, len))
- return NULL;
-
- res = (struct ctxs_checkpoint *)callocz(1, sizeof(struct ctxs_checkpoint));
-
- res->claim_id = strdupz(msg.claim_id().c_str());
- res->node_id = strdupz(msg.node_id().c_str());
- res->version_hash = msg.version_hash();
-
- return res;
-}
diff --git a/aclk/schema-wrappers/context_stream.h b/aclk/schema-wrappers/context_stream.h
deleted file mode 100644
index 8c691d2cc..000000000
--- a/aclk/schema-wrappers/context_stream.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_CONTEXT_STREAM_H
-#define ACLK_SCHEMA_WRAPPER_CONTEXT_STREAM_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct stop_streaming_ctxs {
- char *claim_id;
- char *node_id;
- // we omit reason as there is only one defined at this point
- // as soon as there is more than one defined in StopStreaminContextsReason
- // we should add it
- // 0 - RATE_LIMIT_EXCEEDED
-};
-
-struct stop_streaming_ctxs *parse_stop_streaming_ctxs(const char *data, size_t len);
-
-struct ctxs_checkpoint {
- char *claim_id;
- char *node_id;
-
- uint64_t version_hash;
-};
-
-struct ctxs_checkpoint *parse_ctxs_checkpoint(const char *data, size_t len);
-
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_CONTEXT_STREAM_H */
diff --git a/aclk/schema-wrappers/node_connection.cc b/aclk/schema-wrappers/node_connection.cc
deleted file mode 100644
index db1fa6449..000000000
--- a/aclk/schema-wrappers/node_connection.cc
+++ /dev/null
@@ -1,46 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/nodeinstance/connection/v1/connection.pb.h"
-#include "node_connection.h"
-
-#include "schema_wrapper_utils.h"
-
-#include <sys/time.h>
-#include <stdlib.h>
-
-char *generate_node_instance_connection(size_t *len, const node_instance_connection_t *data) {
- nodeinstance::v1::UpdateNodeInstanceConnection msg;
-
- if(data->claim_id)
- msg.set_claim_id(data->claim_id);
- msg.set_node_id(data->node_id);
-
- msg.set_liveness(data->live);
- msg.set_queryable(data->queryable);
-
- msg.set_session_id(data->session_id);
- msg.set_hops(data->hops);
-
- struct timeval tv;
- gettimeofday(&tv, NULL);
-
- google::protobuf::Timestamp *timestamp = msg.mutable_updated_at();
- timestamp->set_seconds(tv.tv_sec);
- timestamp->set_nanos(tv.tv_usec * 1000);
-
- if (data->capabilities) {
- const struct capability *capa = data->capabilities;
- while (capa->name) {
- aclk_lib::v1::Capability *proto_capa = msg.add_capabilities();
- capability_set(proto_capa, capa);
- capa++;
- }
- }
-
- *len = PROTO_COMPAT_MSG_SIZE(msg);
- char *bin = (char*)mallocz(*len);
- if (bin)
- msg.SerializeToArray(bin, *len);
-
- return bin;
-}
diff --git a/aclk/schema-wrappers/node_connection.h b/aclk/schema-wrappers/node_connection.h
deleted file mode 100644
index dac0d8fe0..000000000
--- a/aclk/schema-wrappers/node_connection.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_NODE_CONNECTION_H
-#define ACLK_SCHEMA_WRAPPER_NODE_CONNECTION_H
-
-#include "capability.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef struct {
- const char* claim_id;
- const char* node_id;
-
- unsigned int live:1;
- unsigned int queryable:1;
-
- int64_t session_id;
-
- int32_t hops;
- const struct capability *capabilities;
-} node_instance_connection_t;
-
-char *generate_node_instance_connection(size_t *len, const node_instance_connection_t *data);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_NODE_CONNECTION_H */
diff --git a/aclk/schema-wrappers/node_creation.cc b/aclk/schema-wrappers/node_creation.cc
deleted file mode 100644
index 5ad25b7e5..000000000
--- a/aclk/schema-wrappers/node_creation.cc
+++ /dev/null
@@ -1,39 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "proto/nodeinstance/create/v1/creation.pb.h"
-#include "node_creation.h"
-
-#include "schema_wrapper_utils.h"
-
-#include <stdlib.h>
-
-char *generate_node_instance_creation(size_t *len, const node_instance_creation_t *data)
-{
- nodeinstance::create::v1::CreateNodeInstance msg;
-
- if (data->claim_id)
- msg.set_claim_id(data->claim_id);
- msg.set_machine_guid(data->machine_guid);
- msg.set_hostname(data->hostname);
- msg.set_hops(data->hops);
-
- *len = PROTO_COMPAT_MSG_SIZE(msg);
- char *bin = (char*)mallocz(*len);
- if (bin)
- msg.SerializeToArray(bin, *len);
-
- return bin;
-}
-
-node_instance_creation_result_t parse_create_node_instance_result(const char *data, size_t len)
-{
- nodeinstance::create::v1::CreateNodeInstanceResult msg;
- node_instance_creation_result_t res = { .node_id = NULL, .machine_guid = NULL };
-
- if (!msg.ParseFromArray(data, len))
- return res;
-
- res.node_id = strdupz(msg.node_id().c_str());
- res.machine_guid = strdupz(msg.machine_guid().c_str());
- return res;
-}
diff --git a/aclk/schema-wrappers/node_creation.h b/aclk/schema-wrappers/node_creation.h
deleted file mode 100644
index 7a8c7f7c7..000000000
--- a/aclk/schema-wrappers/node_creation.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_NODE_CREATION_H
-#define ACLK_SCHEMA_WRAPPER_NODE_CREATION_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef struct {
- const char *claim_id;
- const char *machine_guid;
- const char *hostname;
-
- int32_t hops;
-} node_instance_creation_t;
-
-typedef struct {
- char *node_id;
- char *machine_guid;
-} node_instance_creation_result_t;
-
-char *generate_node_instance_creation(size_t *len, const node_instance_creation_t *data);
-node_instance_creation_result_t parse_create_node_instance_result(const char *data, size_t len);
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_NODE_CREATION_H */
diff --git a/aclk/schema-wrappers/node_info.cc b/aclk/schema-wrappers/node_info.cc
deleted file mode 100644
index 5e321f688..000000000
--- a/aclk/schema-wrappers/node_info.cc
+++ /dev/null
@@ -1,136 +0,0 @@
-#include "node_info.h"
-
-#include "proto/nodeinstance/info/v1/info.pb.h"
-
-#include "schema_wrapper_utils.h"
-
-static int generate_node_info(nodeinstance::info::v1::NodeInfo *info, struct aclk_node_info *data)
-{
- google::protobuf::Map<std::string, std::string> *map;
-
- if (data->name)
- info->set_name(data->name);
-
- if (data->os)
- info->set_os(data->os);
- if (data->os_name)
- info->set_os_name(data->os_name);
- if (data->os_version)
- info->set_os_version(data->os_version);
-
- if (data->kernel_name)
- info->set_kernel_name(data->kernel_name);
- if (data->kernel_version)
- info->set_kernel_version(data->kernel_version);
-
- if (data->architecture)
- info->set_architecture(data->architecture);
-
- info->set_cpus(data->cpus);
-
- if (data->cpu_frequency)
- info->set_cpu_frequency(data->cpu_frequency);
-
- if (data->memory)
- info->set_memory(data->memory);
-
- if (data->disk_space)
- info->set_disk_space(data->disk_space);
-
- if (data->version)
- info->set_version(data->version);
-
- if (data->release_channel)
- info->set_release_channel(data->release_channel);
-
- if (data->timezone)
- info->set_timezone(data->timezone);
-
- if (data->virtualization_type)
- info->set_virtualization_type(data->virtualization_type);
-
- if (data->container_type)
- info->set_container_type(data->container_type);
-
- if (data->custom_info)
- info->set_custom_info(data->custom_info);
-
- if (data->machine_guid)
- info->set_machine_guid(data->machine_guid);
-
- nodeinstance::info::v1::MachineLearningInfo *ml_info = info->mutable_ml_info();
- ml_info->set_ml_capable(data->ml_info.ml_capable);
- ml_info->set_ml_enabled(data->ml_info.ml_enabled);
-
- map = info->mutable_host_labels();
- rrdlabels_walkthrough_read(data->host_labels_ptr, label_add_to_map_callback, map);
- return 0;
-}
-
-char *generate_update_node_info_message(size_t *len, struct update_node_info *info)
-{
- nodeinstance::info::v1::UpdateNodeInfo msg;
-
- msg.set_node_id(info->node_id);
- msg.set_claim_id(info->claim_id);
-
- if (generate_node_info(msg.mutable_data(), &info->data))
- return NULL;
-
- set_google_timestamp_from_timeval(info->updated_at, msg.mutable_updated_at());
- msg.set_machine_guid(info->machine_guid);
- msg.set_child(info->child);
-
- nodeinstance::info::v1::MachineLearningInfo *ml_info = msg.mutable_ml_info();
- ml_info->set_ml_capable(info->ml_info.ml_capable);
- ml_info->set_ml_enabled(info->ml_info.ml_enabled);
-
- struct capability *capa;
- if (info->node_capabilities) {
- capa = info->node_capabilities;
- while (capa->name) {
- aclk_lib::v1::Capability *proto_capa = msg.mutable_node_info()->add_capabilities();
- capability_set(proto_capa, capa);
- capa++;
- }
- }
- if (info->node_instance_capabilities) {
- capa = info->node_instance_capabilities;
- while (capa->name) {
- aclk_lib::v1::Capability *proto_capa = msg.mutable_node_instance_info()->add_capabilities();
- capability_set(proto_capa, capa);
- capa++;
- }
- }
-
- *len = PROTO_COMPAT_MSG_SIZE(msg);
- char *bin = (char*)mallocz(*len);
- if (bin)
- msg.SerializeToArray(bin, *len);
-
- return bin;
-}
-
-char *generate_update_node_collectors_message(size_t *len, struct update_node_collectors *upd_node_collectors)
-{
- nodeinstance::info::v1::UpdateNodeCollectors msg;
-
- msg.set_node_id(upd_node_collectors->node_id);
- msg.set_claim_id(upd_node_collectors->claim_id);
-
- void *colls;
- dfe_start_read(upd_node_collectors->node_collectors, colls) {
- struct collector_info *c =(struct collector_info *)colls;
- nodeinstance::info::v1::CollectorInfo *col = msg.add_collectors();
- col->set_plugin(c->plugin);
- col->set_module(c->module);
- }
- dfe_done(colls);
-
- *len = PROTO_COMPAT_MSG_SIZE(msg);
- char *bin = (char*)mallocz(*len);
- if (bin)
- msg.SerializeToArray(bin, *len);
-
- return bin;
-}
diff --git a/aclk/schema-wrappers/node_info.h b/aclk/schema-wrappers/node_info.h
deleted file mode 100644
index 4f57601df..000000000
--- a/aclk/schema-wrappers/node_info.h
+++ /dev/null
@@ -1,79 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef ACLK_SCHEMA_WRAPPER_NODE_INFO_H
-#define ACLK_SCHEMA_WRAPPER_NODE_INFO_H
-
-#include <stdlib.h>
-#include <stdint.h>
-
-#include "capability.h"
-#include "database/rrd.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct machine_learning_info {
- bool ml_capable;
- bool ml_enabled;
-};
-
-struct aclk_node_info {
- const char *name;
-
- const char *os;
- const char *os_name;
- const char *os_version;
- const char *kernel_name;
- const char *kernel_version;
- const char *architecture;
- uint32_t cpus;
- const char *cpu_frequency;
- const char *memory;
- const char *disk_space;
- const char *version;
- const char *release_channel;
- const char *timezone;
- const char *virtualization_type;
- const char *container_type;
- const char *custom_info;
- const char *machine_guid;
-
- RRDLABELS *host_labels_ptr;
- struct machine_learning_info ml_info;
-};
-
-struct update_node_info {
- char *node_id;
- char *claim_id;
- struct aclk_node_info data;
- struct timeval updated_at;
- char *machine_guid;
- int child;
-
- struct machine_learning_info ml_info;
-
- struct capability *node_capabilities;
- struct capability *node_instance_capabilities;
-};
-
-struct collector_info {
- const char *module;
- const char *plugin;
-};
-
-struct update_node_collectors {
- char *claim_id;
- char *node_id;
- DICTIONARY *node_collectors;
-};
-
-char *generate_update_node_info_message(size_t *len, struct update_node_info *info);
-
-char *generate_update_node_collectors_message(size_t *len, struct update_node_collectors *collectors);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* ACLK_SCHEMA_WRAPPER_NODE_INFO_H */
diff --git a/aclk/schema-wrappers/proto_2_json.cc b/aclk/schema-wrappers/proto_2_json.cc
deleted file mode 100644
index 854396510..000000000
--- a/aclk/schema-wrappers/proto_2_json.cc
+++ /dev/null
@@ -1,88 +0,0 @@
-#include <google/protobuf/message.h>
-#include <google/protobuf/util/json_util.h>
-
-#include "proto/alarm/v1/config.pb.h"
-#include "proto/alarm/v1/stream.pb.h"
-#include "proto/aclk/v1/lib.pb.h"
-#include "proto/agent/v1/connection.pb.h"
-#include "proto/agent/v1/disconnect.pb.h"
-#include "proto/nodeinstance/connection/v1/connection.pb.h"
-#include "proto/nodeinstance/create/v1/creation.pb.h"
-#include "proto/nodeinstance/info/v1/info.pb.h"
-#include "proto/context/v1/stream.pb.h"
-#include "proto/context/v1/context.pb.h"
-#include "proto/agent/v1/cmds.pb.h"
-
-#include "libnetdata/libnetdata.h"
-
-#include "proto_2_json.h"
-
-using namespace google::protobuf::util;
-
-static google::protobuf::Message *msg_name_to_protomsg(const char *msgname)
-{
-//tx side
- if (!strcmp(msgname, "UpdateAgentConnection"))
- return new agent::v1::UpdateAgentConnection;
- if (!strcmp(msgname, "UpdateNodeInstanceConnection"))
- return new nodeinstance::v1::UpdateNodeInstanceConnection;
- if (!strcmp(msgname, "CreateNodeInstance"))
- return new nodeinstance::create::v1::CreateNodeInstance;
- if (!strcmp(msgname, "UpdateNodeInfo"))
- return new nodeinstance::info::v1::UpdateNodeInfo;
- if (!strcmp(msgname, "AlarmCheckpoint"))
- return new alarms::v1::AlarmCheckpoint;
- if (!strcmp(msgname, "ProvideAlarmConfiguration"))
- return new alarms::v1::ProvideAlarmConfiguration;
- if (!strcmp(msgname, "AlarmSnapshot"))
- return new alarms::v1::AlarmSnapshot;
- if (!strcmp(msgname, "AlarmLogEntry"))
- return new alarms::v1::AlarmLogEntry;
- if (!strcmp(msgname, "UpdateNodeCollectors"))
- return new nodeinstance::info::v1::UpdateNodeCollectors;
- if (!strcmp(msgname, "ContextsUpdated"))
- return new context::v1::ContextsUpdated;
- if (!strcmp(msgname, "ContextsSnapshot"))
- return new context::v1::ContextsSnapshot;
-
-//rx side
- if (!strcmp(msgname, "CreateNodeInstanceResult"))
- return new nodeinstance::create::v1::CreateNodeInstanceResult;
- if (!strcmp(msgname, "SendNodeInstances"))
- return new agent::v1::SendNodeInstances;
- if (!strcmp(msgname, "StartAlarmStreaming"))
- return new alarms::v1::StartAlarmStreaming;
- if (!strcmp(msgname, "SendAlarmCheckpoint"))
- return new alarms::v1::SendAlarmCheckpoint;
- if (!strcmp(msgname, "SendAlarmConfiguration"))
- return new alarms::v1::SendAlarmConfiguration;
- if (!strcmp(msgname, "SendAlarmSnapshot"))
- return new alarms::v1::SendAlarmSnapshot;
- if (!strcmp(msgname, "DisconnectReq"))
- return new agent::v1::DisconnectReq;
- if (!strcmp(msgname, "ContextsCheckpoint"))
- return new context::v1::ContextsCheckpoint;
- if (!strcmp(msgname, "StopStreamingContexts"))
- return new context::v1::StopStreamingContexts;
- if (!strcmp(msgname, "CancelPendingRequest"))
- return new agent::v1::CancelPendingRequest;
-
- return NULL;
-}
-
-char *protomsg_to_json(const void *protobin, size_t len, const char *msgname)
-{
- google::protobuf::Message *msg = msg_name_to_protomsg(msgname);
- if (msg == NULL)
- return strdupz("Don't know this message type by name.");
-
- if (!msg->ParseFromArray(protobin, len))
- return strdupz("Can't parse this message. Malformed or wrong parser used.");
-
- JsonPrintOptions options;
-
- std::string output;
- google::protobuf::util::MessageToJsonString(*msg, &output, options);
- delete msg;
- return strdupz(output.c_str());
-}
diff --git a/aclk/schema-wrappers/proto_2_json.h b/aclk/schema-wrappers/proto_2_json.h
deleted file mode 100644
index 3bd98478c..000000000
--- a/aclk/schema-wrappers/proto_2_json.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef PROTO_2_JSON_H
-#define PROTO_2_JSON_H
-
-#include <sys/types.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-char *protomsg_to_json(const void *protobin, size_t len, const char *msgname);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* PROTO_2_JSON_H */
diff --git a/aclk/schema-wrappers/schema_wrapper_utils.cc b/aclk/schema-wrappers/schema_wrapper_utils.cc
deleted file mode 100644
index 96a4b9bf1..000000000
--- a/aclk/schema-wrappers/schema_wrapper_utils.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#include "schema_wrapper_utils.h"
-
-void set_google_timestamp_from_timeval(struct timeval tv, google::protobuf::Timestamp *ts)
-{
- ts->set_nanos(tv.tv_usec*1000);
- ts->set_seconds(tv.tv_sec);
-}
-
-void set_timeval_from_google_timestamp(const google::protobuf::Timestamp &ts, struct timeval *tv)
-{
- tv->tv_sec = ts.seconds();
- tv->tv_usec = ts.nanos()/1000;
-}
-
-int label_add_to_map_callback(const char *name, const char *value, RRDLABEL_SRC ls __maybe_unused, void *data)
-{
- auto map = (google::protobuf::Map<std::string, std::string> *)data;
- map->insert({name, value});
- return 1;
-}
diff --git a/aclk/schema-wrappers/schema_wrapper_utils.h b/aclk/schema-wrappers/schema_wrapper_utils.h
deleted file mode 100644
index 2815d0f20..000000000
--- a/aclk/schema-wrappers/schema_wrapper_utils.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-#ifndef SCHEMA_WRAPPER_UTILS_H
-#define SCHEMA_WRAPPER_UTILS_H
-
-#include "database/rrd.h"
-
-#include <sys/time.h>
-#include <google/protobuf/timestamp.pb.h>
-#include <google/protobuf/map.h>
-
-#if GOOGLE_PROTOBUF_VERSION < 3001000
-#define PROTO_COMPAT_MSG_SIZE(msg) (size_t)msg.ByteSize();
-#define PROTO_COMPAT_MSG_SIZE_PTR(msg) (size_t)msg->ByteSize();
-#else
-#define PROTO_COMPAT_MSG_SIZE(msg) msg.ByteSizeLong();
-#define PROTO_COMPAT_MSG_SIZE_PTR(msg) msg->ByteSizeLong();
-#endif
-
-void set_google_timestamp_from_timeval(struct timeval tv, google::protobuf::Timestamp *ts);
-void set_timeval_from_google_timestamp(const google::protobuf::Timestamp &ts, struct timeval *tv);
-int label_add_to_map_callback(const char *name, const char *value, RRDLABEL_SRC ls, void *data);
-
-#endif /* SCHEMA_WRAPPER_UTILS_H */
diff --git a/aclk/schema-wrappers/schema_wrappers.h b/aclk/schema-wrappers/schema_wrappers.h
deleted file mode 100644
index b651b8845..000000000
--- a/aclk/schema-wrappers/schema_wrappers.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// SPDX-License-Identifier: GPL-3.0-or-later
-
-// utility header to include all the message wrappers at once
-
-#ifndef SCHEMA_WRAPPERS_H
-#define SCHEMA_WRAPPERS_H
-
-#include "connection.h"
-#include "node_connection.h"
-#include "node_creation.h"
-#include "alarm_config.h"
-#include "alarm_stream.h"
-#include "node_info.h"
-#include "capability.h"
-#include "context_stream.h"
-#include "context.h"
-#include "agent_cmds.h"
-
-#endif /* SCHEMA_WRAPPERS_H */