Files
microdao-daarion/MONITOR-RESTORED.md
Apple 3de3c8cb36 feat: Add presence heartbeat for Matrix online status
- matrix-gateway: POST /internal/matrix/presence/online endpoint
- usePresenceHeartbeat hook with activity tracking
- Auto away after 5 min inactivity
- Offline on page close/visibility change
- Integrated in MatrixChatRoom component
2025-11-27 00:19:40 -08:00

83 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ✅ DAGI Monitor V5.1 відновлено
**Дата:** 2025-11-22
**Статус:** ✅ Новий моніторинг запущено
---
## ✅ Виконано
1.**Зупинено старий моніторинг:**
- Файл: `/Users/apple/Desktop/MicroDAO/MicroDAO 3/monitoring/local_monitor.py`
- Процес: зупинено
- Перейменовано в: `local_monitor.py.old`
2.**Запущено новий моніторинг:**
- Файл: `/Users/apple/.gemini/antigravity/playground/pulsing-lagoon/fixed_monitor.py`
- Версія: **DAGI Fixed Monitor V5.1**
- Порт: `8899`
- URL: `http://localhost:8899`
---
## 🎨 Новий інтерфейс
DAGI Monitor V5.1 включає:
- ✅ Сучасний темний інтерфейс
- ✅ System Activity Log з останніми подіями
- ✅ Swapper Service Connections в кабінетах нод
- ✅ Підсвічування активної моделі зеленим
- ✅ Chat з Monitor Agent
- ✅ Картковий інтерфейс для команд агентів
- ✅ Real-time оновлення
---
## 📊 Доступні сторінки
- **Dashboard:** `http://localhost:8899/`
- **Nodes:** `http://localhost:8899/nodes`
- **Node Details:** `http://localhost:8899/node/node-1` або `/node/node-2`
- **Agents:** `http://localhost:8899/agents`
- **Agent Cabinet:** `http://localhost:8899/agent/{agent_id}`
- **Bots:** `http://localhost:8899/bots`
---
## 🔧 Управління
### Запуск:
```bash
cd /Users/apple/.gemini/antigravity/playground/pulsing-lagoon
python3 fixed_monitor.py
```
### Зупинка:
```bash
pkill -f fixed_monitor.py
```
### Логи:
```bash
tail -f /tmp/fixed_monitor.log
```
---
## 📝 Старий моніторинг
Старий моніторинг перейменовано в:
- `/Users/apple/Desktop/MicroDAO/MicroDAO 3/monitoring/local_monitor.py.old`
Можна видалити, якщо не потрібен:
```bash
rm "/Users/apple/Desktop/MicroDAO/MicroDAO 3/monitoring/local_monitor.py.old"
```
---
**Last Updated:** 2025-11-22
**Status:** ✅ DAGI Monitor V5.1 активний
**URL:** `http://localhost:8899`