Back to DevOps Monitor
Install: DevOps Monitor
Step-by-step installation guide
Prerequisites
OpenClaw v1.3+
Node 18+
Docker recommended
An API key for Anthropic
Step 1: Download the Build
Use the OpenClaw CLI to install this build:
openclaw install agentforge/devops-monitor
Or download the config files directly from the build page and extract to your project directory.
Step 2: Configure
Create a .env file in the project root:
ANTHROPIC_API_KEY=sk-ant-your-key-here
Configure your channels:
slack: Set up API credentials in your config
telegram: Set up API credentials in your config
email channel: Set up API credentials in your config
Step 3: Build-Specific Setup
1. Install: openclaw install aicraft/devops-monitor
2. Configure your monitoring endpoints
3. Set up log sources in config/sources.json
4. Configure alert channels and thresholds
5. Run with Docker: docker-compose up -d
Step 4: Run
openclaw start
Your agent should now be running! Test it by sending a message through your configured channel.