Update Proxy_Containers/traefik/README.md

This commit is contained in:
2026-05-15 17:30:56 +00:00
parent 04bb0d0eb2
commit 10a4ec37fe
+4 -6
View File
@@ -21,12 +21,10 @@ Running container of [crowdsec](https://scripts.gabesville.com/Gabesville/Docker
### Verifying: ### Verifying:
1. Confirm CrowdSec Is Parsing Traefik Logs: `docker exec crowdsec cscli metrics` 1. Confirm CrowdSec Is Parsing Traefik Logs: `docker exec crowdsec cscli metrics`
2. `docker logs traefik 2>&1 | grep -i "crowdsec\|plugin\|error" | tail -20` 2. Check the plugins for errors: `docker logs traefik 2>&1 | grep -i "crowdsec\|plugin\|error" | tail -20`
3. `docker exec crowdsec cscli bouncers list` 3. Shows bouncer list: `docker exec crowdsec cscli bouncers list`
4. `docker logs traefik 2>&1 | tail -30` 4. Review all logs: `docker logs traefik 2>&1 | tail -30`
5. `docker exec crowdsec cscli metrics | grep -A8 "Local API Metrics"` 5. You should see /v1/decisions/stream hits incrementing: `docker exec crowdsec cscli metrics | grep -A8 "Local API Metrics"`
You should see /v1/decisions/stream hits incrementing. If that's clean, the stack is fully operational.
### Testing: ### Testing:
Test CrowdSec Is Actually Blocking \ Test CrowdSec Is Actually Blocking \