Quick Diagnosis
Agent not appearing
Symptoms: No agent visible after 5 minutesDiagnosis
Solutions
- Connection refused
- Permission denied
No detections showing
This is normal if no threats are occurring.Test detection
- Check agent logs:
kubectl logs daemonset/jibril -n garnet-system
- Verify agent is in “detect” or “block” mode (not “disabled”)
- Check dashboard.garnet.ai/settings - ensure detections enabled
GitHub Actions: “eBPF not supported”
Error:Kubernetes: CrashLoopBackOff
Symptoms: Pod constantly restartingCheck
Common causes
Missing hostPID
Missing hostPID
Kernel version <5.15
Kernel version <5.15
SELinux blocking
SELinux blocking
False positives
Scenario: Legitimate traffic flagged as threatShort-term fix
Better fix
Create allowlist at dashboard.garnet.ai/settings/allowlistReport false positive
Open issue with detection detailsHigh CPU usage
Expected: <1% CPU per agentIf higher
Error Messages
Error | Meaning | Fix |
---|---|---|
401 Unauthorized | Invalid API token | Regenerate token |
403 Forbidden | Token lacks permissions | Create new token with agent permissions |
Connection refused | Can’t reach API | Check firewall/network |
eBPF program load failed | Kernel too old | Upgrade to kernel ≥5.15 |
CAP_BPF: Operation not permitted | Missing capabilities | Run with --privileged or add CAP_BPF |
Debug Mode
Support
Self-service
Direct support
- Email: support@garnet.ai
- Response time: <24h (Pro), <4h (Enterprise)