Home Catalogus Scrutiny
System & Tools

Scrutiny

WebUI for smartd S.M.A.R.T. monitoring and hard drive health inspection.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Gemiddeld
Standaard Poort: Port 8110

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  scrutiny:
    image: "ghcr.io/analogj/scrutiny:master-omnibus"
    container_name: njorddeploy-scrutiny
    restart: unless-stopped
    privileged: true
    ports:
      - "8110:8080"
    volumes:
      - /run/udev:/run/udev:ro
      - "./data/scrutiny/config:/opt/scrutiny/config"
      - "./data/scrutiny/influxdb:/opt/scrutiny/influxdb"
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
SCRUTINY_WEB_PORT 8110 Scrutiny web interface port.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.