An open API service indexing awesome lists of open source software.

https://github.com/castaglia/proftpd-mod_amqp

ProFTPD module for logging via AMQP messages
https://github.com/castaglia/proftpd-mod_amqp

amqp-client amqp-messages proftpd rabbitmq-client

Last synced: about 1 year ago
JSON representation

ProFTPD module for logging via AMQP messages

Awesome Lists containing this project

README

          

proftpd-mod_amqp
================

Status
------
[![GitHub Actions CI Status](https://github.com/Castaglia/proftpd-mod_amqp/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Castaglia/proftpd-mod_amqp/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)

Synopsis
--------

The `mod_amqp` module for ProFTPD enables support for sending log messages,
as JSON, to AMQP brokers such as [RabbitMQ](http://www.rabbitmq.com), using the
[rabbitmq-c](https://github.com/alanxz/rabbitmq-c) client library.

See the [mod_amqp.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_amqp/blob/master/mod_amqp.html) documentation for more details.