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.sh

Verify the installation:

bitaic version

Step 2: Install Monitoring Agents

Once the CLI is installed, you can add specific agents for monitoring.

Endpoint Monitoring Agent:

bitaic install agent endpoint

Health Monitoring Agent:

bitaic install agent health

Cloud Monitoring Agent:

bitaic install agent cloud

Step 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.