# mojombo/god

Ruby process monitor

Repository: https://github.com/mojombo/god
Canonical: https://ross.abutalabs.com/products/god
Homepage: http://godrb.com
Language: Ruby
License: MIT
License Family: permissive
Last push: 2024-03-29T13:10:04+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 6807, "days_push": 887, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2218, forks 508 (observed 2026-08-28T04:06:27.310971+00:00)

## What it is
God is an easy-to-configure, easy-to-extend process monitoring framework written in Ruby. It keeps server processes and tasks running using poll- and event-based conditions, with a Ruby-based configuration format and an integrated notification system.

## Use cases
- keep a server process running and restart it if it dies
- monitor processes and alert when memory or cpu usage exceeds thresholds
- supervise non-daemonizing scripts as part of deployment
- write custom monitoring conditions in Ruby
- run periodic checks on background tasks at different intervals

## When to choose
- you run Ruby infrastructure and want process supervision configured in Ruby
- you need lightweight process monitoring on Linux, BSD, or macOS
- you want both poll-based and event-based condition checks with custom notifications

## When to avoid
- you need to monitor processes on Windows
- you want a modern, actively developed supervisor with broad community support
- you need container-native or Kubernetes-based process management

## Facets
- artifact type: framework
- maturity: maintenance
- function: monitoring, alerting, scheduling, cli
- domain: monitoring, self-hosted
- platform: bsd, ruby, cli
- tags: process-monitoring, process-management, daemon-supervision, ruby-gem, keepalive, devops, automation, linux, macos

## Member repositories
- mojombo/god (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:27.310971+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:45:54.525265+00:00, confidence not recorded.
  - readme: https://github.com/mojombo/god (fetched 2026-08-28T04:06:27.310971+00:00, sha 9b1a00fa6aed)
  - homepage: http://godrb.com (fetched 2026-08-29T10:26:03.671289+00:00, sha 4b1adb0cd17a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
