diff --git a/mise-tasks/services-check b/mise-tasks/services-check index b210df3..020e177 100755 --- a/mise-tasks/services-check +++ b/mise-tasks/services-check @@ -80,7 +80,8 @@ check_http "Transmission" "https://torrent.ops.eblu.me/" check_http "Immich" "https://photos.ops.eblu.me/" check_http "Navidrome" "https://dj.ops.eblu.me/" check_http "CV" "https://cv.ops.eblu.me/" -check_http "Ntfy" "https://ntfy.tail8d86e.ts.net/v1/health" +check_http "Ntfy" "https://ntfy.ops.eblu.me/v1/health" +check_http "Frigate" "https://nvr.ops.eblu.me/api/version" echo "" echo "Public services (via Fly.io):" @@ -102,6 +103,8 @@ check_service "teslamate" "kubectl --context=minikube-indri -n teslamate get pod check_service "blumeops-pg" "kubectl --context=minikube-indri -n databases get pods -l cnpg.io/cluster=blumeops-pg -o jsonpath='{.items[0].status.phase}' | grep -q Running" check_service "mosquitto" "kubectl --context=minikube-indri -n mqtt get pods -l app=mosquitto -o jsonpath='{.items[0].status.phase}' | grep -q Running" check_service "ntfy" "kubectl --context=minikube-indri -n ntfy get pods -l app=ntfy -o jsonpath='{.items[0].status.phase}' | grep -q Running" +check_service "frigate" "kubectl --context=minikube-indri -n frigate get pods -l app=frigate -o jsonpath='{.items[0].status.phase}' | grep -q Running" +check_service "frigate-notify" "kubectl --context=minikube-indri -n frigate get pods -l app=frigate-notify -o jsonpath='{.items[0].status.phase}' | grep -q Running" echo "" echo "ArgoCD app sync status:"