Installation Guide
This guide walks you through installing the Bitaic CLI and agents on your systems.
Step 1: Install the CLI
Download and run the installer:
curl -o bitaic-installer.sh https://bitaic.com/downloads/cli/bitaic-installer.sh chmod +x bitaic-installer.sh ./bitaic-installer.shVerify the installation:
bitaic versionStep 2: Install Monitoring Agents
Once the CLI is installed, you can add specific agents for monitoring.
Endpoint Monitoring Agent:
bitaic install agent endpointHealth Monitoring Agent:
bitaic install agent healthCloud Monitoring Agent:
bitaic install agent cloudStep 3: Configure and Start Agents
After installation, configure each agent using its configuration file (e.g., endpoint-agent-config.yml). Start each agent with:
bitaic agent start <agent_name>That's it! With the agents running, you can access your Bitaic Dashboard to view real-time monitoring data and insights.