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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nicolargo/glancesAvatar de nicolargo

    nicolargo/glances

    32,840Voir sur 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
    Voir sur GitHub↗32,840
  • fail2ban/fail2banAvatar de fail2ban

    fail2ban/fail2ban

    17,993Voir sur 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
    Voir sur GitHub↗17,993
  • benoitc/gunicornAvatar de benoitc

    benoitc/gunicorn

    10,443Voir sur 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
    Voir sur GitHub↗10,443
  • healthchecks/healthchecksAvatar de healthchecks

    healthchecks/healthchecks

    9,891Voir sur 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
    Voir sur GitHub↗9,891
  • supervisor/supervisorAvatar de Supervisor

    Supervisor/supervisor

    9,068Voir sur 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
    Voir sur GitHub↗9,068
  • me115/linuxtools_rstAvatar de me115

    me115/linuxtools_rst

    6,012Voir sur GitHub↗

    Linux工具快速教程

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

    HTML
    Voir sur GitHub↗6,012
  • linkedin/oncallAvatar de linkedin

    linkedin/oncall

    1,251Voir sur 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
    Voir sur GitHub↗1,251
  • naparuba/shinkenAvatar de naparuba

    naparuba/shinken

    1,135Voir sur GitHub↗

    Flexible and scalable monitoring framework

    Scalable, Nagios-compatible monitoring framework.

    Python
    Voir sur GitHub↗1,135
  • nsupdate-info/nsupdate.infoAvatar de nsupdate-info

    nsupdate-info/nsupdate.info

    1,129Voir sur GitHub↗

    Dynamic DNS service

    Dynamic DNS service for updating major nameservers.

    Python
    Voir sur GitHub↗1,129
  • linkedin/irisAvatar de linkedin

    linkedin/iris

    844Voir sur GitHub↗

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

    Automated incident paging and alerting system.

    Python
    Voir sur GitHub↗844
  • henriwahl/nagstamonAvatar de HenriWahl

    HenriWahl/Nagstamon

    454Voir sur GitHub↗

    Nagios status monitor for your desktop.

    Desktop status monitor for various network monitoring tools.

    Python
    Voir sur GitHub↗454
  • ncolony/ncolonyAvatar de ncolony

    ncolony/ncolony

    24Voir sur GitHub↗

    A colony of interacting processes

    Process management and monitoring utility.

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