awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

12 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nicolargo/glancesnicolargo 的头像

    nicolargo/glances

    32,840在 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
    在 GitHub 上查看↗32,840
  • fail2ban/fail2banfail2ban 的头像

    fail2ban/fail2ban

    17,993在 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
    在 GitHub 上查看↗17,993
  • benoitc/gunicornbenoitc 的头像

    benoitc/gunicorn

    10,443在 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
    在 GitHub 上查看↗10,443
  • healthchecks/healthcheckshealthchecks 的头像

    healthchecks/healthchecks

    9,891在 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
    在 GitHub 上查看↗9,891
  • supervisor/supervisorSupervisor 的头像

    Supervisor/supervisor

    9,068在 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
    在 GitHub 上查看↗9,068
  • me115/linuxtools_rstme115 的头像

    me115/linuxtools_rst

    6,012在 GitHub 上查看↗

    Linux工具快速教程

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

    HTML
    在 GitHub 上查看↗6,012
  • linkedin/oncalllinkedin 的头像

    linkedin/oncall

    1,251在 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
    在 GitHub 上查看↗1,251
  • naparuba/shinkennaparuba 的头像

    naparuba/shinken

    1,135在 GitHub 上查看↗

    Flexible and scalable monitoring framework

    Scalable, Nagios-compatible monitoring framework.

    Python
    在 GitHub 上查看↗1,135
  • nsupdate-info/nsupdate.infonsupdate-info 的头像

    nsupdate-info/nsupdate.info

    1,129在 GitHub 上查看↗

    Dynamic DNS service

    Dynamic DNS service for updating major nameservers.

    Python
    在 GitHub 上查看↗1,129
  • linkedin/irislinkedin 的头像

    linkedin/iris

    844在 GitHub 上查看↗

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

    Automated incident paging and alerting system.

    Python
    在 GitHub 上查看↗844
  • henriwahl/nagstamonHenriWahl 的头像

    HenriWahl/Nagstamon

    454在 GitHub 上查看↗

    Nagios status monitor for your desktop.

    Desktop status monitor for various network monitoring tools.

    Python
    在 GitHub 上查看↗454
  • ncolony/ncolonyncolony 的头像

    ncolony/ncolony

    24在 GitHub 上查看↗

    A colony of interacting processes

    Process management and monitoring utility.

    Python
    在 GitHub 上查看↗24
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Monitoring and Process Control