Info |
---|
This article explains security controls that Cloudaware designed and implemented into Breeze Agent and Breeze Server. |
Table of Contents |
---|
Breeze Agent
Breeze runs as a scheduled task on Windows and Linux hosts every 15 minutes. Breeze Agent retrieves list of plugins to execute from the Breeze Server and then executes these plugins every time it runs. Each plugin includes additional logic.
...
In order to build better transparency and trust between software vendor and customer, Cloudaware does not ship any binaries. Customer can review all the code for the installer, agent and plugins. Customers can additionally request read-only access to the Breeze Server software as well.
Directory Structure
| Contains the application configuration file in JSON format. | ||
| Contains the Breeze agent certificate and the private key. | ||
| Contains the scheduler configuration files for crond and systemd which are used during the agent installation. | ||
| The agent core libraries. This directory is synchronized with the server. | ||
| The agent core Facts. | ||
| The plugins directory which is synchronized with the Breeze server. |