Device Status and Monitoring
Device Status and Monitoring
Last Updated: 2025-12-26
Status: Production
Overview
This document provides current status of all network devices and services in the BlueFly Agent Platform infrastructure.
Device Status Summary
| Device | Tailscale IP | Status | Last Seen | Issues |
|---|---|---|---|---|
| thomass-macbook-pro | 100.108.129.7 | Active | Never | Funnel ON |
| thomass-macbook-pro-2 | 100.108.180.36 | Active | Never | Funnel ON, Unapproved routes |
| gl-be3600 | 100.116.110.123 | Active | 2025-11-28 | None |
| gl-be3600-1 | 100.115.120.50 | Unknown | Never | Duplicate? |
| default-agent-router | 100.119.168.4 | Active | 2025-11-28 | None |
| default-agent-router-1 | 100.84.145.103 | Unknown | Never | Never seen |
| tailscale-operator | 100.95.171.114 | Active | 2025-11-28 | None |
| tailscale-operator-1 | 100.103.236.51 | Unknown | Never | Never seen |
| iphone | 100.67.125.25 | Active | Unknown | None |
| tscola'9720240422-qvvg4 | 100.120.242.98 | Active | Unknown | None |
Service Status
Cloudflare Tunnel
- Status: Healthy
- Uptime: 7 hours (verified 2025-12-26)
- Routes: 2 active routes
api.blueflyagents.comlocalhost:3001nas.blueflyagents.com192.168.68.60:5001
GitLab Webhook Server
- Status: Active
- Port: 3001
- Route:
api.blueflyagents.com - Purpose: Receives GitLab webhook events
Synology NAS
- Status: Active
- Access: Via Cloudflare Tunnel (
nas.blueflyagents.com) - Local IP: 192.168.68.60:5001
- Tailscale: Not on Tailscale network
OrbStack Kubernetes
- Status: Active
- Namespaces: 25
- Deployments: 100+
- Running Containers: 30+
- Ingress IP: 192.168.139.2
Current Issues
Critical Issues
-
Funnel Enabled on Production Devices
- Mac M4 (100.108.129.7) - Should be OFF
- Mac M3 (100.108.180.36) - Should be OFF
- Action: Disable Funnel via Tailscale admin
-
Unapproved Subnet Route
- Mac M3 advertising
192.168.138.0/23without approval - Action: Approve route or remove advertisement
- Mac M3 advertising
-
Test-NET Routes
- Mac M3 advertising
192.0.2.0/24,198.51.100.0/24(TEST-NET addresses) - Action: Remove if not needed
- Mac M3 advertising
-
Duplicate Devices
gl-be3600-1(100.115.120.50) - Never seendefault-agent-router-1(100.84.145.103) - Never seentailscale-operator-1(100.103.236.51) - Never seen- Action: Verify if needed, remove if duplicates
Warnings
-
Missing Last Seen Timestamps
- Some devices show "Never" for last seen
- May indicate devices are offline or not reporting
- Action: Verify device connectivity
-
Kubernetes Services Not Seen Recently
- Some Kubernetes services show "Never" for last seen
- Action: Verify services are running and reporting
Monitoring Commands
Tailscale Status
# Check device status tailscale status # Test connectivity tailscale ping 100.116.110.123 # Router tailscale ping 100.108.129.7 # Mac M4 tailscale ping 100.108.180.36 # Mac M3
Cloudflare Tunnel Status
# List tunnels cloudflared tunnel list # Tunnel info cloudflared tunnel info agent-webhook # Test routes curl https://api.blueflyagents.com/health curl https://nas.blueflyagents.com
Kubernetes Status
# Check namespaces kubectl get namespaces # Check deployments kubectl get deployments --all-namespaces # Check pods kubectl get pods --all-namespaces
Related Documentation
- Network Inventory - Complete device inventory
- Network Overview - Network architecture
- Audit Reports - Historical network audits
- Tailscale Documentation - Tailscale monitoring