Spider Configuration
spider-config.json
π Copy
{
"cluster_id": "prod-us-east-1",
"mode": "deep_audit",
"targets": [
"web-servers",
"db-clusters",
"microservices"
],
"protocols": ["ssh", "http2", "grpc"],
"recursion_depth": 5,
"rate_limit": 100,
"alerts": {
"slack": "#infra-security",
"severity_threshold": "WARN"
}
}
Recent Spider Logs
Last updated: 2m ago
| Timestamp | Severity | Target | Message |
|---|---|---|---|
| 14:02:33 | INFO | node-db-04 | Connection pool analyzed. Latency nominal. |
| 14:02:31 | WARN | svc-auth | High memory usage detected (82%). Scaling trigger pending. |
| 14:02:28 | CRIT | edge-cdn-eu | Certificate expiry detected in 4 days. Auto-renewal failed. |
| 14:02:25 | INFO | worker-pool | Dependency map updated. 142 nodes crawled. |
| 14:02:20 | INFO | api-gateway | Rate limiting rules validated successfully. |
Trigger Spider via API
bash
π Copy
curl -X POST https://api.cloudnexus.io/v1/spider/scan \ -H "Authorization: Bearer $CN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "cluster": "prod-us-east-1", "scope": ["network", "storage", "compute"], "webhook": "https://hooks.slack.com/services/T00/B00/XXX" }'