Skip to content

v1.0.3

Choose a tag to compare

@tigusigalpa tigusigalpa released this 15 Aug 10:10
· 8 commits to main since this release

Watchdog v1.0.3

This release focuses on documentation, configuration examples, and repository maintenance.

What’s new

  • Added an examples directory with ready-to-adapt configurations:
    • HTTP health checks with Docker Compose remediation
    • TCP checks with systemd recovery
    • Command-based service checks
    • Multi-service monitoring
    • Failure and recovery hooks
  • Added cron installation and scheduling instructions.
  • Documented one-minute and five-minute monitoring intervals.
  • Expanded .gitignore for IDE files, secrets, runtime data, logs, caches, and build artifacts.
  • Improved project metadata and repository documentation.

Validation

  • All example YAML files were validated with yq v4.
  • Bash scripts pass syntax checks.
  • Healthy, failure, and remediation paths are covered by the smoke test.