You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A centralized SSH session monitoring system with real-time dashboard, Slack alerts, and multi-environment support.
Features
Real-time Dashboard - View active sessions across all environments
Session History - Search and filter historical session data with CSV export
Server Monitoring - Track server health and online status
Slack Alerts - Configurable notifications for login/logout events
Multi-Environment - Support for production, staging, dev, QA, etc.
REST API - Full API for custom integrations and SIEM
Quick Start
1. Deploy Central Server
# Clone the repository
git clone git@github.com:opsntech/infra-monitor.git
cd infra-monitor
# Configure environment
cp .env.example .env
# Edit .env with your settings# Start with Docker
docker-compose up -d