← 返回
未分类 中文

System Monitor

JARVIS-style system monitor with sci-fi HUD interface. Displays server health, gateway connectivity, response times, and activity logs. Supports Chinese/Engl...
JARVIS风格系统监控仪,配备科幻HUD界面。展示服务器健康状态、网关连接、响应时间及活动日志。支持中文/英文。
eason-tien eason-tien 来源
未分类 clawhub v3.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 226
下载
💾 0
安装
1
版本
#latest

概述

jarvis-monitor

Sci-fi style system monitor with real-time status display.

What It Does

Provides a visual dashboard for monitoring:

  • Service health status
  • Gateway connection status
  • Last command/event timestamp
  • Response time metrics
  • System component status
  • Activity log

Features

  • 🎨 Sci-fi HUD interface (Orbitron font, neon green theme)
  • 🌐 Chinese/English bilingual toggle
  • 🔄 Auto-refresh every 10 seconds
  • 📱 Responsive design

Installation

Prerequisites

  • Any web service with /healthz endpoint returning JSON like:
  • {
      "status": "ok",
      "gateway": "connected",
      "gateway_last_event_ts": 1234567890
    }
    

Setup

  1. Host monitor.html on your web server:

```bash

cp monitor.html /path/to/your/server/templates/

```

  1. Add endpoint to your server:

```python

from fastapi.responses import HTMLResponse

@app.get("/monitor")

async def monitor():

with open("templates/monitor.html", "r") as f:

return HTMLResponse(content=f.read())

```

  1. Update the API endpoint in the HTML:
    • Find http://192.168.31.19:8000/healthz and replace with your server URL

Usage

Open in browser:

http://your-server:port/monitor

Language Toggle

Click the button in top-right corner to switch between Chinese and English.

Customization

Colors

Edit CSS variables:

--primary: #00ff88;    /* Neon green */
--secondary: #00ccff; /* Cyan */
--bg: #0a0a0f;        /* Dark background */

API Endpoint

Find and replace:

const res = await fetch('http://192.168.31.19:8000/healthz');

Expected JSON response:

{
  "status": "ok",
  "gateway": "connected",
  "gateway_last_event_ts": 1234567890
}

Files

  • monitor.html - Main dashboard (single file, no dependencies except Google Fonts)

Credit

Inspired by JARVIS from Iron Man / Marvel movies.

版本历史

共 1 个版本

  • v3.0.0 当前
    2026-05-12 05:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,676
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,812
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,096