Files
weval-l99/weval-sso-health.sh
2026-04-13 12:43:21 +02:00

1 line
244 B
Bash
Executable File

#!/bin/bash\n# SSO Health — check Authentik\nHTTP=$(curl -sf -o /dev/null -w "%{http_code}" https://auth.weval-consulting.com --max-time 5 2>/dev/null)\n[ "$HTTP" != "200" ] && [ "$HTTP" != "302" ] && echo "$(date +%H:%M): SSO DOWN HTTP$HTTP"