awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 repositorios

Awesome GitHub RepositoriesMonitoring and Process Control

Systems for tracking system health, monitoring services, and managing processes.

Explore 12 awesome GitHub repositories matching part of an awesome list · Monitoring and Process Control. Refine with filters or upvote what's useful.

Awesome Monitoring and Process Control GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nicolargo/glancesAvatar de nicolargo

    nicolargo/glances

    32,840Ver en GitHub↗

    Glances is a cross-platform system monitoring tool designed to track real-time resource usage and hardware health metrics across diverse computing environments. It functions as a command-line utility that provides a unified view of system performance, identifying bottlenecks and maintaining infrastructure stability through a consistent abstraction layer that translates kernel calls into actionable data. The project distinguishes itself through its distributed capabilities, offering a web-based interface that enables remote access to live performance metrics from any device without requiring d

    Cross-platform system resource monitoring tool.

    Pythonmonitoringmulti-platformpython
    Ver en GitHub↗32,840
  • fail2ban/fail2banAvatar de fail2ban

    fail2ban/fail2ban

    17,993Ver en GitHub↗

    Fail2ban is an intrusion prevention system that monitors system log files to detect malicious activity and automatically enforce security policies. By parsing log data in real time, the tool identifies patterns of unauthorized access or repeated authentication failures and responds by dynamically updating network access control lists to restrict offending sources. The software functions as a firewall automation tool that maintains stateful tracking of suspicious behavior across various network services. It utilizes a regex-driven pattern matching engine to identify specific attack signatures,

    Daemon to block hosts based on repeated authentication failures.

    Pythonanti-botattack-preventionban-hosts
    Ver en GitHub↗17,993
  • benoitc/gunicornAvatar de benoitc

    benoitc/gunicorn

    10,443Ver en GitHub↗

    Gunicorn is a production-grade WSGI HTTP server designed for deploying Python web applications. It functions as a process manager that utilizes a pre-fork worker model, where a master process initializes the application and spawns multiple child processes to handle incoming requests in parallel. This architecture ensures high performance and stability by isolating application execution within persistent worker processes. The server distinguishes itself through its flexible concurrency models and robust process lifecycle management. It supports interchangeable worker types, including synchrono

    Pluggable WSGI server for running Python web applications.

    Pythonhttphttp-serverpython
    Ver en GitHub↗10,443
  • healthchecks/healthchecksAvatar de healthchecks

    healthchecks/healthchecks

    9,891Ver en GitHub↗

    Healthchecks is a heartbeat monitoring service and cron job monitoring tool designed to track the execution and success of scheduled tasks and systemd timers. It functions as a dead man switch, alerting users when expected periodic signals from remote processes fail to arrive. The system accepts health signals via HTTP and SMTP, allowing it to track infrastructure heartbeats from sources ranging from CI/CD workflows to network routers. It distinguishes itself by supporting the capture of diagnostic data, including exit codes and execution logs, and by calculating the duration between start an

    Web-based monitoring service for scheduled cron jobs.

    Pythoncroncron-jobsdevops
    Ver en GitHub↗9,891
  • supervisor/supervisorAvatar de Supervisor

    Supervisor/supervisor

    9,068Ver en GitHub↗

    Supervisor is a process control system for Unix environments that ensures background processes remain running by automatically restarting them if they crash or exit. It functions as a daemon manager that provides a centralized way to start, stop, and monitor the lifecycle of long-running background tasks. The system utilizes a client-server architecture to control multiple processes through a command line interface. This allows for the orchestration of system services and background daemon control without requiring manual shell intervention. The tool covers application process supervision an

    Process manager for monitoring and controlling background services.

    Python
    Ver en GitHub↗9,068
  • me115/linuxtools_rstAvatar de me115

    me115/linuxtools_rst

    6,012Ver en GitHub↗

    Linux工具快速教程

    Documents ps, kill, and top for listing, terminating, and monitoring processes and system metrics.

    HTML
    Ver en GitHub↗6,012
  • linkedin/oncallAvatar de linkedin

    linkedin/oncall

    1,251Ver en GitHub↗

    Oncall is a calendar tool designed for scheduling and managing on-call shifts. It can be used as source of dynamic ownership info for paging systems like http://iris.claims.

    Calendar-based scheduling tool for on-call management.

    Python
    Ver en GitHub↗1,251
  • naparuba/shinkenAvatar de naparuba

    naparuba/shinken

    1,135Ver en GitHub↗

    Flexible and scalable monitoring framework

    Scalable, Nagios-compatible monitoring framework.

    Python
    Ver en GitHub↗1,135
  • nsupdate-info/nsupdate.infoAvatar de nsupdate-info

    nsupdate-info/nsupdate.info

    1,129Ver en GitHub↗

    Dynamic DNS service

    Dynamic DNS service for updating major nameservers.

    Python
    Ver en GitHub↗1,129
  • linkedin/irisAvatar de linkedin

    linkedin/iris

    844Ver en GitHub↗

    Iris is a highly configurable and flexible service for paging and messaging.

    Automated incident paging and alerting system.

    Python
    Ver en GitHub↗844
  • henriwahl/nagstamonAvatar de HenriWahl

    HenriWahl/Nagstamon

    454Ver en GitHub↗

    Nagios status monitor for your desktop.

    Desktop status monitor for various network monitoring tools.

    Python
    Ver en GitHub↗454
  • ncolony/ncolonyAvatar de ncolony

    ncolony/ncolony

    24Ver en GitHub↗

    A colony of interacting processes

    Process management and monitoring utility.

    Python
    Ver en GitHub↗24
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Monitoring and Process Control