audit(gremlin): beszel FAIL 2026-04-20
This commit is contained in:
parent
4e7d12879a
commit
a622cc2714
1 changed files with 48 additions and 0 deletions
48
Netgrimoire/Audits/beszel-2026-04-20.md
Normal file
48
Netgrimoire/Audits/beszel-2026-04-20.md
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
---
|
||||
title: Audit - beszel.yaml
|
||||
description: Gremlin audit report 2026-04-20
|
||||
published: true
|
||||
date: 2026-04-20T11:06:43.516Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-20T11:06:43.516Z
|
||||
---
|
||||
|
||||
# Audit Report — beszel.yaml
|
||||
|
||||
**Date:** 2026-04-20
|
||||
**File:** swarm/beszel.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
### Audit Results:
|
||||
|
||||
1. **Homepage Labels:**
|
||||
- `homepage.group=Monitoring` **PASS**
|
||||
- `homepage.name=Beszel` **PASS**
|
||||
- `homepage.icon=beszel.png` **PASS**
|
||||
- `homepage.href=https://beszel.netgrimoire.com` **PASS**
|
||||
- `homepage.description=Beszel Service` **PASS**
|
||||
|
||||
2. **Uptime Kuma Labels:**
|
||||
- `kuma.beszel.http.name="Beszel"` **PASS**
|
||||
- `kuma.beszel.http.url=http://beszel:8090` **PASS**
|
||||
|
||||
3. **Caddy Labels on Exposed Services:**
|
||||
- `caddy=beszel.netgrimoire.com` **PASS**
|
||||
- `caddy.import=authentik` **PASS**
|
||||
- `caddy.reverse_proxy="{{upstreams 8090}}"` **PASS**
|
||||
|
||||
4. **Placement Constraints:**
|
||||
- `node.labels.general == true` **FAIL** - The constraint should use `node.labels.general == "true"` for better readability and to ensure that the string is compared correctly.
|
||||
|
||||
5. **Volumes Use /DockerVol/<service> Path Convention:**
|
||||
- `/data/nfs/znas/Docker/beszel:/beszel_data` **FAIL** - The volume path does not follow the `/DockerVol/<service>` convention. It should be changed to `/DockerVol/beszel`.
|
||||
|
||||
6. **Network References External netgrimoire Overlay:**
|
||||
- `netgrimoire` network is external and correctly referenced. **PASS**
|
||||
|
||||
### Final Verdict:
|
||||
**VERDICT: FAIL**
|
||||
Loading…
Add table
Add a link
Reference in a new issue