superlance
superlance plugins for supervisord
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 superlanceuv
uv add superlancepoetry
poetry add superlanceInstalling 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
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
supervisorSupervisor is a client/server system that…
permissive · top 5,000 on PyPI
supervisord-dependent-startupA Supervisor plugin that orchestrates service…
permissive · top 15,000 on PyPI
simpervisorProvides async methods to start, manage, and…
permissive · top 15,000 on PyPI
gravityGravity manages multiple Galaxy server…
permissive · top 15,000 on PyPI
kantokuKantoku runs and watches multiple processes and…
permissive · top 15,000 on PyPI
circusCircus runs and watches multiple processes and…
permissive · top 15,000 on PyPI
langgraph-supervisorBuilds hierarchical multi-agent systems where a…
permissive · top 15,000 on PyPI
pidManages process ID files with stale detection,…
permissive · top 15,000 on PyPI
luigi-monitorSends summary Slack notifications when Luigi…
permissive · top 15,000 on PyPI
cotyledonCotyledon provides a framework for building…
permissive · top 15,000 on PyPI