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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to linkedin/iris

Open-source alternatives to Iris

11 open-source projects similar to linkedin/iris, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Iris alternative.

  • me115/linuxtools_rstme115 avatar

    me115/linuxtools_rst

    6,012View on GitHub↗

    Linux工具快速教程

    HTML
    View on GitHub↗6,012
  • fail2ban/fail2banfail2ban avatar

    fail2ban/fail2ban

    17,993View on 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,

    Pythonanti-botattack-preventionban-hosts
    View on GitHub↗17,993
  • healthchecks/healthcheckshealthchecks avatar

    healthchecks/healthchecks

    9,891View on 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

    Pythoncroncron-jobsdevops
    View on GitHub↗9,891
  • henriwahl/nagstamonHenriWahl avatar

    HenriWahl/Nagstamon

    454View on GitHub↗

    Nagios status monitor for your desktop.

    Python
    View on GitHub↗454

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • linkedin/oncalllinkedin avatar

    linkedin/oncall

    1,251View on 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.

    Python
    View on GitHub↗1,251
  • naparuba/shinkennaparuba avatar

    naparuba/shinken

    1,135View on GitHub↗

    Flexible and scalable monitoring framework

    Python
    View on GitHub↗1,135
  • ncolony/ncolonyncolony avatar

    ncolony/ncolony

    24View on GitHub↗

    A colony of interacting processes

    Python
    View on GitHub↗24
  • nicolargo/glancesnicolargo avatar

    nicolargo/glances

    32,840View on 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

    Pythonmonitoringmulti-platformpython
    View on GitHub↗32,840
  • nsupdate-info/nsupdate.infonsupdate-info avatar

    nsupdate-info/nsupdate.info

    1,129View on GitHub↗

    Dynamic DNS service

    Python
    View on GitHub↗1,129
  • benoitc/gunicornbenoitc avatar

    benoitc/gunicorn

    10,443View on 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

    Pythonhttphttp-serverpython
    View on GitHub↗10,443
  • supervisor/supervisorSupervisor avatar

    Supervisor/supervisor

    9,068View on 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

    Python
    View on GitHub↗9,068