No description
Find a file
2026-02-01 21:13:31 -07:00
api Add api metric middleware 2026-02-01 21:13:31 -07:00
cmd/deadman Add metrics service and instrument db calls 2026-02-01 20:18:00 -07:00
domain Add metrics service and instrument db calls 2026-02-01 20:18:00 -07:00
internal Add metrics service and instrument db calls 2026-02-01 20:18:00 -07:00
scripts Update comments, fix minor bugs 2026-01-26 11:33:05 -07:00
services Add metrics service and instrument db calls 2026-02-01 20:18:00 -07:00
.gitignore Add db, sqlite migration & service structure 2026-01-28 03:10:06 -07:00
Dockerfile Add initial build/pkg scaffold 2026-01-24 18:09:58 -07:00
go.mod Revert chi version 2026-02-01 21:10:55 -07:00
go.sum Revert chi version 2026-02-01 21:10:55 -07:00
Makefile Add API scaffold 2026-01-26 00:13:05 -07:00
README.md Stub repo 2026-01-23 22:17:48 -07:00
version.txt Update comments, fix minor bugs 2026-01-26 11:33:05 -07:00

Deadman

About

A daemon that lets you define deadman trigger states. This is useful for all sorts of reasons, but the motivation for writing it was to provide a mechanism for monitoring systems that lets you alert confidently on absence of an action. To inspire confidence, a token auth feature is available for consumers of the service, preventing imposters from resetting the trigger.

Deadman states are exposed as OpenMetrics data.

Build

Install

Run

Configure

Why not use (solution X)?