- Migrated from HIVE branding to WHOOSH across all components - Enhanced backend API with new services: AI models, BZZZ integration, templates, members - Added comprehensive testing suite with security, performance, and integration tests - Improved frontend with new components for project setup, AI models, and team management - Updated MCP server implementation with WHOOSH-specific tools and resources - Enhanced deployment configurations with production-ready Docker setups - Added comprehensive documentation and setup guides - Implemented age encryption service and UCXL integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
382 B
YAML
20 lines
382 B
YAML
global:
|
|
evaluation_interval: 30s
|
|
scrape_interval: 30s
|
|
rule_files:
|
|
- whoosh_alerts.yml
|
|
scrape_configs:
|
|
- job_name: whoosh-backend
|
|
metrics_path: /api/metrics
|
|
static_configs:
|
|
- targets:
|
|
- whoosh-coordinator:8000
|
|
- job_name: whoosh-agents
|
|
static_configs:
|
|
- targets:
|
|
- 192.168.1.72:11434
|
|
- targets:
|
|
- 192.168.1.27:11434
|
|
- targets:
|
|
- 192.168.1.113:11434
|