Welcome to KillIT v3 Documentation
Welcome to the official documentation for KillIT v3 - your comprehensive AI-powered IT Service Management platform.
What is KillIT v3?
KillIT v3 is an enterprise-grade IT Service Management (ITSM) platform that combines traditional ITIL practices with cutting-edge AI capabilities:
- Configuration Management Database (CMDB) - Track and manage all IT infrastructure with AI-enhanced insights
- Event Management & AIOps - Intelligent event correlation, anomaly detection, and automated remediation
- Automated Discovery - Agentless and agent-based discovery of IT resources
- Compliance Management - SOX, HIPAA, and custom compliance frameworks
- AI-Powered Analytics - Predictive maintenance, impact analysis, and optimization recommendations
- Workflow Automation - Streamline IT operations with intelligent automation
Quick Start Guide
Prerequisites
- Node.js 16.x or higher
- MongoDB 4.4+ (Atlas recommended)
- Redis 6+ (for queue management)
- Python 3.8+ (for discovery agents)
- Docker (optional, for containerized deployment)
Installation Steps
- Clone the Repository
git clone https://github.com/your-org/killit-v3.git
cd killit-v3
- Backend Setup
cd backend
npm install
cp .env.example .env
# Edit .env with your MongoDB, Redis, and AWS credentials
npm start
- Frontend Setup
cd frontend
npm install
npm start
- Discovery Agent (Optional)
cd NopeSightAgent
pip install -r requirements.txt
python agent.py --config config.json
First Steps After Installation
-
Access the Platform
- Navigate to http://localhost:3000
- Login with default admin credentials
- Important: Change the default password immediately
-
Initial Configuration
- Configure your first tenant
- Set up discovery credentials
- Create CI types for your environment
-
Start Discovery
- Run network discovery to populate CMDB
- Review and classify discovered assets
- Set up monitoring and events
Documentation Overview
For New Users
- Getting Started - Detailed setup and configuration
- CMDB Overview - Understanding Configuration Management
- Event Management - AIOps and event correlation
For Administrators
- Installation Guide - Production deployment
- User Management - Roles, permissions, and multi-tenancy
- Discovery Setup - Configure automated discovery
For Developers
- API Reference - REST API documentation
- Developer Guide - Extend and customize KillIT v3
- Integration Guide - Connect with external systems
Key Features Deep Dives
- AI Insights - Leverage AI for IT operations
- Compliance Management - Maintain regulatory compliance
- Workflow Automation - Build intelligent workflows
- Reporting & Analytics - Generate insights and reports
Need Help?
- Community Forum - Join discussions with other users
- GitHub Issues - Report bugs or request features
- Enterprise Support - Available for production deployments
- Training Resources - Video tutorials and workshops available
Stay Updated
Check our blog section for the latest features, improvements, and best practices for using KillIT v3 effectively.