PLUGINS.rst 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 3rd Party Applications and Libraries
  2. ====================================
  3. There are a number of 3rd party applications that can be useful together
  4. with supervisor. This list aims to summarize them and make them easier
  5. to find.
  6. See README.rst for information on how to contribute to this list.
  7. Obviously, you can always also send an e-mail to the supervisor mailing
  8. list to inform about missing plugins or libraries for/using supervisor.
  9. 3rd Party Applications/Plugins/Libraries for Supervisor
  10. =======================================================
  11. These are applications/plugins/libraries that add functionality or
  12. improves behaviour of supervisor. This also includes various event
  13. listeners.
  14. `superlance <http://pypi.python.org/pypi/superlance>`_
  15. Provides set of common eventlisteners that can be used to monitor
  16. and, for example, restart when it uses too much memory etc.
  17. `mr.rubber <https://github.com/collective/mr.rubber>`_
  18. An event listener that makes it possible to scale the number of
  19. processes to the number of cores on the supervisor host.
  20. `supervisor-wildcards <https://github.com/aleszoulek/supervisor-wildcards>`_
  21. Implemenents start/stop/restart commands with wildcard support for
  22. Supervisor. These commands run in parallel and can be much faster than the built-in start/stop/restart commands.
  23. `mr.laforge <https://github.com/fschulze/mr.laforge>`_
  24. Lets you easily make sure that ``supervisord`` and specific
  25. processes controlled by it are running from within shell and
  26. Python scripts. Also adds a ``kill`` command to supervisor that
  27. makes it possible to send arbitrary signals to child processes.
  28. `supervisor_cache <https://github.com/mnaberez/supervisor_cache>`_
  29. An extension for Supervisor that provides the ability to cache
  30. arbitrary data directly inside a Supervisor instance as key/value
  31. pairs. Also serves as a reference for how to write Supervisor
  32. extensions.
  33. `supervisor_twiddler <https://github.com/mnaberez/supervisor_twiddler>`_
  34. An RPC extension for Supervisor that allows Supervisor's
  35. configuration and state to be manipulated in ways that are not
  36. normally possible at runtime.
  37. `supervisor-stdout <https://github.com/coderanger/supervisor-stdout>`_
  38. An event listener that sends process output to supervisord's stdout.
  39. Libraries that integrate 3rd Party Applications with Supervisor
  40. ===============================================================
  41. These are libraries and plugins that makes it easier to use supervisor
  42. with 3rd party applications:
  43. `django-supervisor <http://pypi.python.org/pypi/django-supervisor/>`_
  44. Easy integration between djangocl and supervisord.
  45. `collective.recipe.supervisor <http://pypi.python.org/pypi/collective.recipe.supervisor>`_
  46. A buildout recipe to install supervisor.
  47. `puppet-module-supervisor <https://github.com/plathrop/puppet-module-supervisor>`_
  48. Puppet module for configuring the supervisor daemon tool.
  49. `ngx_supervisord <https://github.com/FRiCKLE/ngx_supervisord>`_
  50. An nginx module providing API to communicate with supervisord and
  51. manage (start/stop) backends on-demand.
  52. `Supervisord-Nagios-Plugin <https://github.com/Level-Up/Supervisord-Nagios-Plugin>`_
  53. A Nagios/Icinga plugin written in Python to monitor individual supervisord processes.
  54. `nagios-supervisord-processes <https://github.com/blablacar/nagios-supervisord-processes>`_
  55. A Nagios/Icinga plugin written in PHP to monitor individual supervisord processes.
  56. `php-supervisor-event <https://github.com/mtdowling/php-supervisor-event>`_
  57. PHP classes for interacting with Supervisor event notifications.
  58. `supervisord-php-client <https://github.com/mondalaci/supervisord-php-client>`_
  59. PHP client for the supervisord XML-RPC interface.
  60. `sd-supervisord <https://github.com/robcowie/sd-supervisord>`_
  61. `Server Density <http://www.serverdensity.com>`_ plugin for
  62. supervisor.
  63. `node-supervisord-eventlistener <https://github.com/sugendran/node-supervisord-eventlistener>`_
  64. Lists for supervisord events and raises them.
  65. `ruby-supervisor <https://github.com/schmurfy/ruby-supervisor>`_
  66. Ruby client library for Supervisor's XML-RPC interface.
  67. `Sulphite <https://github.com/jib/sulphite>`_
  68. Sends supervisord events to `Graphite <https://github.com/graphite-project/graphite-web>`_.
  69. `supervisord.tmbundle <https://github.com/countergram/supervisord.tmbundle>`_
  70. `TextMate <http://macromates.com/>`_ bundle for supervisord.conf.
  71. `capistrano-supervisord <https://github.com/yyuu/capistrano-supervisord>`_
  72. `Capistrano <https://github.com/capistrano/capistrano>`_ recipe to deploy supervisord based services.
  73. `chef-supervisor <https://github.com/opscode-cookbooks/supervisor>`_
  74. `Chef <http://www.opscode.com/chef/>`_ cookbook install and configure supervisord.