audit(gremlin): bazarr FAIL 2026-04-03

This commit is contained in:
traveler 2026-04-02 20:48:20 -05:00
parent 1d4794b401
commit c0d509465e

View file

@ -2,10 +2,10 @@
title: Audit - bazarr.yaml
description: Gremlin audit report 2026-04-03
published: true
date: 2026-04-03T01:38:40.065Z
date: 2026-04-03T01:48:20.514Z
tags: gremlin,audit
editor: markdown
dateCreated: 2026-04-03T01:38:40.065Z
dateCreated: 2026-04-03T01:48:20.514Z
---
# Audit Report — bazarr.yaml
@ -17,26 +17,29 @@ dateCreated: 2026-04-03T01:38:40.065Z
---
### Audit Report for `swarm/bazarr.yaml`
1. **Homepage labels**:
- **PASS**: All homepage labels (`homepage.group`, `homepage.name`, `homepage.icon`, `homepage.href`, `homepage.description`) are correctly defined.
1. **Homepage labels**:
- `homepage.group`: PASSED
- `homepage.name`: PASSED
- `homepage.icon`: PASSED
- `homepage.href`: PASSED
- `homepage.description`: PASSED
2. **Uptime Kuma labels**:
- **FAIL**: No Uptime Kuma labels are found. To pass, add appropriate labels in the format `kuma.<n>.http.name` and `kuma.<n>.http.url`.
- `kuma.bazarr.http.name`: PASSED
- `kuma.bazarr.http.url`: PASSED
3. **Caddy labels on exposed services**:
- **PASS**: Caddy labels (`caddy`, `caddy.import`, `caddy.reverse_proxy`) are correctly defined.
- `caddy=bazarr.netgrimoire.com`: PASSED
- `caddy.reverse_proxy="{{upstreams 6767}}"`: PASSED
4. **Placement constraints**:
- **PASS**: The placement constraint `node.hostname == docker4` is correctly specified.
- `node.hostname == docker4`: PASSED
5. **Volumes use /DockerVol/<service> path convention**:
- **PASS**: Volumes are correctly named with the `/DockerVol/bazarr/config` pattern.
5. **Volumes use `/DockerVol/<service>` path convention**:
- `/DockerVol/bazarr/config:/config`: PASSED
- `/data/nfs/Baxter/Data/:/data:shared`: WARNING - This volume does not follow the `/DockerVol/<service>` path convention.
6. **Network references external netgrimoire overlay**:
- **PASS**: The network `netgrimoire` is correctly referenced as an external network.
6. **Network references external `netgrimoire` overlay**:
- `netgrimoire`: PASSED
### VERDICT: FAIL
The audit report indicates that there is one failure, specifically related to the absence of Uptime Kuma labels. To resolve this, you need to add appropriate labels for Uptime Kuma according to your configuration. Once this issue is addressed, the overall status will be PASS.
**Final line**: VERDICT: FAIL