Nomad monitoring utilities
  • Go 94.8%
  • HCL 5.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Katie Kloss 36b4659861
All checks were successful
/ build-sentry (push) Successful in 1m30s
fix(transceiver): open a valid file descriptor.
2025-11-13 05:58:25 -05:00
.forgejo/workflows ci: add path filters to sentry build 2025-11-11 08:51:34 -05:00
cmd fix(transceiver): open a valid file descriptor. 2025-11-13 05:58:25 -05:00
.gitignore feat(receiver): new log shipper utility. 2025-11-10 18:01:59 -05:00
go.mod fix: use a modern Nomad API client. 2025-11-10 18:16:00 -05:00
go.sum fix: use a modern Nomad API client. 2025-11-10 18:16:00 -05:00
job-sentry.hcl feat: start sentry utility 2025-11-07 23:46:56 -05:00
LICENSE Initial commit 2025-11-08 04:44:25 +00:00
README.md hosuekeeping: rename receiver to transceiver for funsies. 2025-11-11 08:32:53 -05:00

My Nomad Stuff

This has a few pet projects I use for monitoring my Nomad cluster.

sentry

Monitors job (and eventually allocation) events within the cluster and reports notable ones via Shoutrr.

transceiver

Ships logs from allocs to a central sink, without adding sidecars to individual jobs.