# kostya/eye

Process monitoring tool. Inspired from Bluepill and God.

Repository: https://github.com/kostya/eye
Canonical: https://ross.abutalabs.com/products/eye
Language: Ruby
License: MIT
License Family: permissive
Topics: monitoring, tool, process-monitor, daemonize
Last push: 2021-11-13T07:29:26+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": 4995, "days_push": 1754, "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 1193, forks 88 (observed 2026-08-28T04:03:56.571434+00:00)

## What it is
Eye is a Ruby-based process monitoring and supervision tool inspired by Bluepill and God. It watches processes via pid files, restarts them on failure, and supports checks on CPU/memory, flapping triggers, and chained starts.

## Use cases
- keep my app processes alive and restart them when they crash
- monitor cpu and memory usage of background daemons
- daemonize processes with pid file management
- replace god or bluepill for process supervision
- restart a group of processes one by one with delays
- run processes as a specific user and group

## When to choose
- you want a lightweight, config-driven process supervisor on a single server
- you are already comfortable with Ruby and want Bluepill/God features with fewer bugs
- you need chained restarts, flapping detection, and resource checks

## When to avoid
- you need multi-node or container orchestration - use systemd, supervisord, or Kubernetes instead
- your stack is not Ruby and you prefer a language-independent supervisor
- you need modern actively developed tooling - releases are infrequent

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: monitoring, cli, scheduling
- domain: monitoring, self-hosted
- platform: cli, ruby
- tags: process-monitor, process-supervisor, daemonize, ruby-gem, bluepill-alternative, god-alternative, devops, command-line, linux, macos

## Member repositories
- kostya/eye (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:56.571434+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-30T06:22:13.996571+00:00, confidence not recorded.
  - readme: https://github.com/kostya/eye (fetched 2026-08-28T04:03:56.571434+00:00, sha c708d67fa25e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
