secubox-deb/packages/secubox-watchdog
CyberMind-FR 1faba11f11 docs(identity,monitoring): naming-clarity sweep on 4 placeholder Descriptions (closes #385)
Continues the per-cluster Description-clarity work started in #382
(dpi) and #383 (dns+threats). Fixes 4 more "X Module" placeholder
headlines in the identity and monitoring clusters:

Identity stack:
  - secubox-identity: "Identity Module" → "decentralized identity
    management"
  - secubox-users: "Users Module" → "local account manager
    (Argon2id + TOTP + RBAC)"

Monitoring cluster:
  - secubox-watchdog: "Watchdog Module" → "LXC + service + HTTP
    health monitor"
  - secubox-device-intel: "Device-intel Module" → "network asset
    discovery + fingerprinting"

Each Description now cross-references the sibling packages in its
cluster so an operator running `apt-cache show <pkg>` can tell at a
glance what to install for what — same pattern as #382 and #383.

Also corrected the Maintainer on secubox-identity from the
placeholder "SecuBox <dev@secubox.local>" → "Gerald KERMA
<devel@cybermind.fr>".

Patch-version bump on each so the metadata change ships in apt:
  - secubox-identity: 1.0.0 → 1.0.1
  - secubox-users: 1.4.0 → 1.4.1
  - secubox-watchdog: 1.0.0 → 1.0.1
  - secubox-device-intel: 1.2.1 → 1.2.2

8 files, +85/-9. No code/endpoints/services/menu changes. All four
changelogs parse cleanly via dpkg-parsechangelog.

Remaining placeholder Descriptions (file separately if pursued):
  ai-gateway, backup, config-advisor, gitea, iot-guard, localrecall,
  mcp-server, meshname, ndpid, nextcloud, soc, tor, vortex-firewall.
2026-05-27 08:50:05 +02:00
..
api feat(api): Add repo scan-local and IoT Guard Cast debug module 2026-03-28 05:57:38 +01:00
debian docs(identity,monitoring): naming-clarity sweep on 4 placeholder Descriptions (closes #385) 2026-05-27 08:50:05 +02:00
menu.d feat(navbar): consolidate to 6 charter categories + fix dropped menu entries (closes #306) (#307) 2026-05-21 10:03:05 +02:00
nginx Fix missing nginx configs and package issues for 12 modules 2026-03-24 08:27:34 +01:00
www/watchdog fix(web): rewrite stale /portal/login.html -> /login.html (closes #222) (#223) 2026-05-19 11:44:43 +02:00
README.md docs: Add Eye Remote Multigadget skill and wiki 2026-05-10 09:12:42 +02:00

👁️ Watchdog

Service and container monitoring

Category: Monitoring

Screenshot

Watchdog

Features

  • Health checks
  • Auto-restart
  • Alerts
  • Logs

Installation

# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash

# Install package
sudo apt install secubox-watchdog

Configuration

Configuration file: /etc/secubox/watchdog.toml

API Endpoints

  • GET /api/v1/watchdog/status - Module status
  • GET /api/v1/watchdog/health - Health check

License

MIT License - CyberMind © 2024-2026