enodia
enodia asks your deployed services what version they’re running, checks those versions against vendor lifecycle calendars, and tells you what’s already dead, what’s dying, and where your fleet has drifted apart. You describe your services once — enodia handles the rest.
Why enodia
Section titled “Why enodia”Most tools cover one half of the problem: they either track upstream releases, or they know what you’ve deployed — rarely both, and none of them join it against vendor lifecycle dates.
| Tool | Tracks upstream releases | Knows what you deployed | Lifecycle dates |
|---|---|---|---|
eol CLI |
— | — | yes |
| nvchecker | yes | — | — |
| Renovate / Dependabot | yes (dependencies) | — | — |
| what’s-up-docker | yes (containers only) | containers only | — |
| Uptime Kuma | — | up/down only | — |
| enodia | yes | yes | yes |
A minute of enodia
Section titled “A minute of enodia”schemaVersion: 1targets: - id: jira-main product: jira address: https://jira.example.com
- id: gitlab-main product: gitlab address: https://gitlab.example.com credentials: gitlab-token
credentials: gitlab-token: kind: token-header header: PRIVATE-TOKEN value: "${GITLAB_TOKEN}"$ enodia checkID PRODUCT PATCH LIFECYCLE BRANCH SEVERITY REASONjira-main jira behind active newer_lts warn -gitlab-main gitlab behind eol newer fail -That’s the whole loop: describe a target once, run enodia check, get
back three independent facts per target — patch status, lifecycle
status, and whether a newer branch exists — plus a severity computed
from policy you control.
Where to go next
Section titled “Where to go next”- Getting started — what actually runs today,
and your first
enodia.yaml. - Concepts — the two-phase design, the three verdict axes, and why time is a parameter, not the system clock.
- Configuration — every field
enodia.yamlandcredentials.yamlaccept. - CLI reference — every command, straight from
--help. - Supported products — all 29 probes.
The name
Section titled “The name”Enodia, “she of the wayside”, is an epithet of Hecate: torchbearer, keeper of crossroads. Fitting for something that lights up what is decaying and stands where you choose which way to upgrade.