Skip to main content

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

DeviceTailscale IPStatusLast SeenIssues
thomass-macbook-pro100.108.129.7ActiveNeverFunnel ON
thomass-macbook-pro-2100.108.180.36ActiveNeverFunnel ON, Unapproved routes
gl-be3600100.116.110.123Active2025-11-28None
gl-be3600-1100.115.120.50UnknownNeverDuplicate?
default-agent-router100.119.168.4Active2025-11-28None
default-agent-router-1100.84.145.103UnknownNeverNever seen
tailscale-operator100.95.171.114Active2025-11-28None
tailscale-operator-1100.103.236.51UnknownNeverNever seen
iphone100.67.125.25ActiveUnknownNone
tscola'9720240422-qvvg4100.120.242.98ActiveUnknownNone

Service Status

Cloudflare Tunnel

  • Status: Healthy
  • Uptime: 7 hours (verified 2025-12-26)
  • Routes: 2 active routes
    • api.blueflyagents.com localhost:3001
    • nas.blueflyagents.com 192.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

  1. 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
  2. Unapproved Subnet Route

    • Mac M3 advertising 192.168.138.0/23 without approval
    • Action: Approve route or remove advertisement
  3. Test-NET Routes

    • Mac M3 advertising 192.0.2.0/24, 198.51.100.0/24 (TEST-NET addresses)
    • Action: Remove if not needed
  4. Duplicate Devices

    • gl-be3600-1 (100.115.120.50) - Never seen
    • default-agent-router-1 (100.84.145.103) - Never seen
    • tailscale-operator-1 (100.103.236.51) - Never seen
    • Action: Verify if needed, remove if duplicates

Warnings

  1. Missing Last Seen Timestamps

    • Some devices show "Never" for last seen
    • May indicate devices are offline or not reporting
    • Action: Verify device connectivity
  2. 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