OpsMetric Pro

OpsMetric Pro Documentation · v1.0.0

OpsMetric Pro - Documentation

Quick Start

unzip opsmetric-pro.zip && cd opsmetric
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py seed_data
python manage.py runserver

Visit http://127.0.0.1:8000 and login with admin / admin.


Demo Accounts

Username Password Role
admin admin Admin
ops.lead operator123 Operator
sre.eng operator123 Operator

Features

1. Real-time KPI Cards

Live metric cards with sparklines that auto-refresh every 5 seconds. Shows CPU, memory, disk, network, and custom metrics.

2. System Health Gauge

Visual gauge showing overall system health based on aggregated metrics.

3. Threshold Alert System

Configurable alerts with warning and critical thresholds:
- Per-metric alert rules
- Alert history and management
- Visual indicators on dashboard

4. Log Viewer

Live log tailing with 3-second polling:
- Search and filter logs
- Severity level filtering (info, warning, error, critical)
- Timestamp-based browsing

5. Server Monitoring

Track servers and services:
- Server list with health status
- Service health indicators
- Uptime tracking

6. Quick Actions

One-click operations for common tasks defined in the dashboard.

7. Trend Charts

3 interactive trend charts:
- Response time trends
- Server metrics over time
- Incident timeline

8. Public Status Page

Customer-facing status page with 90-day uptime bars per service.

9. Dark Command Center Theme

Purpose-built dark theme with emerald green accents, designed for operations teams using JetBrains Mono font.

10. REST API

8 DRF endpoints for metrics, alerts, logs, servers, and services.


Tech Stack

Django 5.1+ | DRF | HTMX 2.0.4 | Alpine.js 3.14.8 | Tailwind CSS (dark) | Chart.js 4.4 | WhiteNoise


Support

Report bugs at djangozen.com/support. All v1.x updates included free.

Copyright 2026 DjangoZen. All Rights Reserved.

Info

Product: OpsMetric Pro

Type: Digital Product

Version: 1.0.0

Updated: Apr 07, 2026


All Documentation