audit(gremlin): beszel FAIL 2026-04-03
This commit is contained in:
parent
5d3477e986
commit
33d47b50fd
1 changed files with 50 additions and 0 deletions
50
Netgrimoire/Audits/beszel-2026-04-03.md
Normal file
50
Netgrimoire/Audits/beszel-2026-04-03.md
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
---
|
||||
title: Audit - beszel.yaml
|
||||
description: Gremlin audit report 2026-04-03
|
||||
published: true
|
||||
date: 2026-04-03T01:40:22.839Z
|
||||
tags: gremlin,audit
|
||||
editor: markdown
|
||||
dateCreated: 2026-04-03T01:40:22.839Z
|
||||
---
|
||||
|
||||
# Audit Report — beszel.yaml
|
||||
|
||||
**Date:** 2026-04-03
|
||||
**File:** swarm/beszel.yaml
|
||||
**Type:** Docker Swarm
|
||||
**Verdict:** FAIL
|
||||
|
||||
---
|
||||
|
||||
### Audit Report for `swarm/beszel.yaml`
|
||||
|
||||
1. **Homepage Labels**:
|
||||
- `homepage.group`: **PASS**
|
||||
- `homepage.name`: **PASS**
|
||||
- `homepage.icon`: **PASS**
|
||||
- `homepage.href`: **PASS**
|
||||
- `homepage.description`: **PASS**
|
||||
|
||||
2. **Uptime Kuma Labels**:
|
||||
- `kuma.beszel.http.name`: **PASS**
|
||||
- `kuma.beszel.http.url`: **PASS**
|
||||
|
||||
3. **Caddy Labels on Exposed Services**:
|
||||
- `caddy=beszel.netgrimoire.com`: **PASS**
|
||||
- `caddy.reverse_proxy={{upstreams 8090}}`: **PASS**
|
||||
|
||||
4. **Placement Constraints**:
|
||||
- `node.labels.general == true`: **FAIL**
|
||||
- **Issue**: The placement constraint refers to a node label (`general`) that is not explicitly defined in the constraints section.
|
||||
- **Fix**: Define a specific label on nodes or correct the label name if it should be another predefined one.
|
||||
|
||||
5. **Volumes Use /DockerVol/<service> Path Convention**:
|
||||
- `/data/nfs/znas/Docker/beszel:/beszel_data`: **FAIL**
|
||||
- **Issue**: The volume path does not follow the expected convention (`/DockerVol/<service>`).
|
||||
- **Fix**: Change the volume path to use the standard convention, e.g., `/DockerVol/beszel:/beszel_data`.
|
||||
|
||||
6. **Network References External Netgrimoire Overlay**:
|
||||
- `netgrimoire`: **PASS**
|
||||
|
||||
### VERDICT: FAIL
|
||||
Loading…
Add table
Add a link
Reference in a new issue