fix: unused options in redis fix: compatibility between python 2-3 fix: forgot vars declarations fix: carry conditions in listing redis keys fix: listing redis list keys fix: removed duplicated tasks when they are listed fix: index number when redis DB are listed fix: some error levels in log fix: renamed *proc* -> *tasks* files fix: added the process manager backend for 'tasks' options, thinking in future to add new process managers
58 lines
1.5 KiB
ReStructuredText
58 lines
1.5 KiB
ReStructuredText
.. Documentation master file, created by
|
|
sphinx-quickstart on Wed Feb 11 01:21:33 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Enteletaor documentation!
|
|
====================================
|
|
|
|
.. figure:: ../images/enteletaor-logo-150px.png
|
|
:align: left
|
|
|
|
Enteletaor is a message Queue & Broker Injection tool.
|
|
|
|
+----------------+------------------------------------+
|
|
|Project site | http://github.com/cr0hn/enteletaor |
|
|
+----------------+------------------------------------+
|
|
|Author | Daniel Garcia (cr0hn) - @ggdaniel |
|
|
+----------------+------------------------------------+
|
|
|Last Version | 1.0.0 |
|
|
+----------------+------------------------------------+
|
|
|Python versions | 2.x 3.x |
|
|
+----------------+------------------------------------+
|
|
|
|
Quick project description
|
|
-------------------------
|
|
|
|
Enteleteaor is a tool that can handle information from open brokers.
|
|
|
|
Some of the actions you can do are:
|
|
|
|
- Listing remote tasks.
|
|
- Read remote task content.
|
|
- Disconnect remote clients from Redis server (even the admin!)
|
|
- Inject tasks into remote processes.
|
|
- Make a scan to discover open brokers.
|
|
|
|
Currently supported brokers are:
|
|
|
|
- RabbitMQ (or AMQP compatible).
|
|
- ZeroMQ.
|
|
- Redis.
|
|
|
|
|
|
Content Index
|
|
-------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
installation
|
|
quickstart
|
|
advanced
|
|
|
|
|
|
Licence
|
|
-------
|
|
|
|
I believe in freedom, so Enteletaor is released under BSD license. |