skillfed

superlance

superlance plugins for supervisord

superlance v2.0.0 142.5K downloads/30d#11,208 on PyPI467
Permissive license BSD-derived (http://www.repoze.org/LICENSE.txt) AGING released

What it is and what it does

Superlance is a collection of monitoring plugins designed to extend supervisor, the process control system. It runs as event listeners within supervisor's daemon and responds to process state changes by performing checks—HTTP endpoint health verification, memory usage thresholds, crash detection—and triggering actions like process restarts, email notifications, or SMS alerts.

The package is intended for system administrators running supervisor-based deployments who need automated monitoring beyond supervisor's built-in capabilities. It works by subscribing to supervisor's event system and executing checks on a schedule or in response to process state transitions. Configuration is done through supervisor's own configuration file, making it a natural extension for existing supervisor setups.

Use it for:

  • Monitor HTTP endpoints of supervised processes and restart them if they stop responding.
  • Track memory usage of long-running processes and restart them when they exceed a threshold.
  • Detect process crashes and send email or SMS notifications to administrators.
  • Batch email alerts for multiple process failures to reduce notification noise.
  • Identify processes that restart too frequently and alert only when uptime falls below a threshold.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Superlance provides plugin utilities for monitoring and controlling processes running under supervisor, including HTTP health checks, memory monitoring, crash detection, and email/SMS alerting.

Yes, if you run supervisor and need automated process monitoring beyond its native capabilities. The package is stable (Production/Stable status) and permissively licensed, but be aware that maintenance is aging—the last release was 2021-12-27 with no recent commits. Verify compatibility with your supervisor and Python versions before deploying to production.

Install

superlance on PyPI

pip

pip install superlance

uv

uv add superlance

poetry

poetry add superlance

Installing superlance

Before you install

Low install friction with a single runtime dependency on supervisor. Maintenance is aging—last release was 2021-12-27 with no commits since 2025-10-27, though the repository remains active and unarchived.

License in practice

Licensed under a BSD-derived license (permissive), so you can use, modify, and distribute the package with minimal legal restrictions.

Quickstart

pip install superlance

After installation, configure supervisor to load superlance plugins in supervisord.conf:
[eventlistener:httpok]
command=httpok -p processname http://localhost/health
events=TICK_60

Requires supervisor to be installed and running; superlance is a plugin system for supervisor, not a standalone tool.

Verify before relying

  • Whether the aging maintenance status (last release 2021-12-27) affects compatibility with recent supervisor versions.
  • Specific Python 3.10+ compatibility beyond what classifiers declare.
  • Buffer size and other configuration parameters for event listeners.

Package facts

License BSD-derived (http://www.repoze.org/LICENSE.txt) (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 1 — supervisor
Maintenance aging — 1,691 days since the last release
Last repo commit
First released
Downloads 142,472/month — #11,208 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: superlance-2.0.0-py2.py3-none-any.whl

Keywords: supervisor, monitoring

Development Status :: 5 - Production/StableEnvironment :: No Input/Output (Daemon)Intended Audience :: System AdministratorsNatural Language :: EnglishOperating System :: POSIXProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: System :: BootTopic :: System :: MonitoringTopic :: System :: Systems Administration

Tags

supervisor process monitoringHTTP health check pluginprocess memory monitoringcrash detection alertingsupervisor daemon utilitiesprocess state monitoringsupervisord plugin
supervisor-pluginprocess-monitoringsysadmin-tool

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

supervisor

Supervisor is a client/server system that…

permissive · top 5,000 on PyPI

supervisord-dependent-startup

A Supervisor plugin that orchestrates service…

permissive · top 15,000 on PyPI

simpervisor

Provides async methods to start, manage, and…

permissive · top 15,000 on PyPI

gravity

Gravity manages multiple Galaxy server…

permissive · top 15,000 on PyPI

kantoku

Kantoku runs and watches multiple processes and…

permissive · top 15,000 on PyPI

circus

Circus runs and watches multiple processes and…

permissive · top 15,000 on PyPI

langgraph-supervisor

Builds hierarchical multi-agent systems where a…

permissive · top 15,000 on PyPI

pid

Manages process ID files with stale detection,…

permissive · top 15,000 on PyPI

luigi-monitor

Sends summary Slack notifications when Luigi…

permissive · top 15,000 on PyPI

cotyledon

Cotyledon provides a framework for building…

permissive · top 15,000 on PyPI