diff --git a/Netgrimoire/Audits/beszel_agents-2026-04-03.md b/Netgrimoire/Audits/beszel_agents-2026-04-03.md new file mode 100644 index 0000000..3820869 --- /dev/null +++ b/Netgrimoire/Audits/beszel_agents-2026-04-03.md @@ -0,0 +1,54 @@ +--- +title: Audit - beszel_agents.yaml +description: Gremlin audit report 2026-04-03 +published: true +date: 2026-04-03T01:50:59.882Z +tags: gremlin,audit +editor: markdown +dateCreated: 2026-04-03T01:50:59.882Z +--- + +# Audit Report — beszel_agents.yaml + +**Date:** 2026-04-03 +**File:** swarm/beszel_agents.yaml +**Type:** Docker Swarm +**Verdict:** FAIL + +--- + +### SWARM AUDIT CHECKS: + +1. **Homepage Labels**: + - `homepage.group`, `homepage.name`, `homepage.icon`, `homepage.href`, `homepage.description` are not defined. + + **FAIL**: Homepage labels are missing. + +2. **Uptime Kuma Labels**: + - No Uptime Kuma services found in the configuration. + + **PASS**: No Uptime Kuma services, nothing to check. + +3. **Caddy Labels on Exposed Services**: + - No Caddy configurations found. + + **PASS**: No Caddy services, nothing to check. + +4. **Placement Constraints**: + - All services are constrained to specific node hostnames (`node.hostname`). + + **PASS**: Placement constraints correctly defined for each service. + +5. **Volumes Use /DockerVol/ Path Convention**: + - `/var/run/docker.sock` is used in all volume definitions. + + **FAIL**: Volumes should use the `/DockerVol/` path convention, not `/var/run/docker.sock`. + +6. **Network References External netgrimoire Overlay**: + - All services reference an external network `netgrimoire`. + + **PASS**: Network references correctly defined. + +### VERDICT: + +VERDICT: FAIL \ No newline at end of file