Files
timmy-config/wizards/allegro/monitoring/status.html
2026-03-31 20:02:01 +00:00

102 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hermes VPS - Wizard Health Dashboard</title>
<meta http-equiv="refresh" content="60">
<style>
body { font-family: monospace; background: #1a1a1a; color: #eee; padding: 20px; }
h1 { color: #00ff88; border-bottom: 2px solid #00ff88; }
h2 { color: #66ccff; margin-top: 30px; }
.status { display: inline-block; padding: 5px 15px; border-radius: 3px; font-weight: bold; }
.up { background: #2d5016; color: #7fff00; }
.down { background: #501616; color: #ff4444; }
table { border-collapse: collapse; width: 100%; margin: 20px 0; }
th, td { padding: 12px; text-align: left; border-bottom: 1px solid #333; }
th { background: #2a2a2a; color: #66ccff; }
tr:hover { background: #2a2a2a; }
.metric { display: inline-block; margin: 10px 20px 10px 0; padding: 10px 20px;
background: #2a2a2a; border-left: 4px solid #66ccff; }
.timestamp { color: #888; font-size: 0.9em; }
.alert { background: #501616; padding: 10px; margin: 10px 0; border-left: 4px solid #ff4444; }
</style>
</head>
<body>
<h1>🏰 Hermes VPS - Wizard Health Dashboard</h1>
<p class="timestamp">Last updated: 2026-03-31 12:23:05 UTC</p>
<h2>🧙 Wizard Status</h2>
<table>
<tr>
<th>Wizard</th>
<th>Port</th>
<th>Status</th>
<th>Purpose</th>
</tr>
<tr>
<td>Allegro-Primus (AP)</td>
<td>8644</td>
<td><span class="status down">DOWN</span></td>
<td>Child wizard, Ollama-local, autonomous</td>
</tr>
<tr>
<td>Ezra</td>
<td>8643</td>
<td><span class="status down">DOWN</span></td>
<td>Scribe, archivist, Claude-Hermes</td>
</tr>
</table>
<h2>⚙️ Infrastructure Services</h2>
<table>
<tr>
<th>Service</th>
<th>Port</th>
<th>Status</th>
<th>Purpose</th>
</tr>
<tr>
<td>Ollama</td>
<td>11434</td>
<td><span class="status down">DOWN</span></td>
<td>Local LLM inference engine</td>
</tr>
<tr>
<td>Gitea</td>
<td>3000</td>
<td><span class="status down">DOWN</span></td>
<td>Git hosting, issue tracking</td>
</tr>
<tr>
<td>SearXNG</td>
<td>8080</td>
<td><span class="status down">DOWN</span></td>
<td>Private search engine</td>
</tr>
</table>
<h2>📊 Metrics</h2>
<div class="metric">
<strong>Active Wizards:</strong>
0 / 2
</div>
<div class="metric">
<strong>Services Healthy:</strong>
0\/
0\/
0 / 3
</div>
<div class="metric">
<strong>AP Cron Jobs:</strong> 0
0
</div>
<div class="metric">
<strong>Allegro Cron Jobs:</strong> 4
</div>
<h2>🔄 Auto-Refresh</h2>
<p>This page refreshes every 60 seconds.</p>
<p><a href="file:///root/wizards/allegro/monitoring/status.html"
style="color: #66ccff;">View local file</a></p>
</body>
</html>