gearmand
Die Hauptfunktionen von gearman/gearmand sind: Message Queuing, Nagios Ecosystem.
Open-Source-Alternativen zu gearman/gearmand sind unter anderem: arachnys/cabot — Cabot is a self-hosted incident management platform and monitoring alert manager. It serves as a centralized system… auxesis/cucumber-nagios — cucumber-nagios. beanstalkd/beanstalkd — Beanstalkd is a distributed work queue server designed for asynchronous job processing. It functions as a standalone… booboo-at-gluga-de/bp-addon — Business Process AddOn for Nagios and Icinga. centreon/centreon-engine — Centreon Engine is a fast and powerful open-source monitoring scheduler. It is a low-level component of the Centreon… apache/activemq — Apache ActiveMQ.
Cabot is a self-hosted incident management platform and monitoring alert manager. It serves as a centralized system for receiving external monitoring data, managing on-call responder rotations, and dispatching incident notifications to administrators to ensure prompt resolution of system failures. The platform provides a containerized monitoring interface and a REST API for programmatically creating and modifying monitoring data and incident reports. It coordinates the routing of critical system alerts and manages the scheduling of personnel for on-call rotations. The system includes capabil
Beanstalkd is a distributed work queue server designed for asynchronous job processing. It functions as a standalone server that distributes background tasks between producers and consumers to improve application responsiveness and throughput. The system organizes tasks using numeric priority levels to ensure critical work is processed first. It manages the job lifecycle through discrete states and uses a simple line-based text protocol over TCP for communication. To ensure reliability, the server persists job data to a sequential disk log, allowing the queue state to be recovered after a sy