PLUGINS.rst 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. Third Party Applications and Libraries
  2. ======================================
  3. There are a number of third 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. Dashboards and Tools for Multiple Supervisor Instances
  10. ------------------------------------------------------
  11. These are tools that can monitor or control a number of Supervisor
  12. instances running on different servers.
  13. `Nodervisor <https://github.com/TAKEALOT/nodervisor>`_
  14. Web-based dashboard written in Node.js.
  15. `Supervisord-Monitor <https://github.com/mlazarov/supervisord-monitor>`_
  16. Web-based dashboard written in PHP.
  17. `SupervisorUI <https://github.com/luxbet/supervisorui>`_
  18. Another Web-based dashboard written in PHP.
  19. Third Party Plugins and Libraries for Supervisor
  20. ------------------------------------------------
  21. These are plugins and libraries that add new functionality to Supervisor.
  22. These also includes various event listeners.
  23. `superlance <http://pypi.python.org/pypi/superlance>`_
  24. Provides set of common eventlisteners that can be used to monitor
  25. and, for example, restart when it uses too much memory etc.
  26. `mr.rubber <https://github.com/collective/mr.rubber>`_
  27. An event listener that makes it possible to scale the number of
  28. processes to the number of cores on the supervisor host.
  29. `supervisor-wildcards <https://github.com/aleszoulek/supervisor-wildcards>`_
  30. Implemenents start/stop/restart commands with wildcard support for
  31. Supervisor. These commands run in parallel and can be much faster
  32. than the built-in start/stop/restart commands.
  33. `mr.laforge <https://github.com/fschulze/mr.laforge>`_
  34. Lets you easily make sure that ``supervisord`` and specific
  35. processes controlled by it are running from within shell and
  36. Python scripts. Also adds a ``kill`` command to supervisor that
  37. makes it possible to send arbitrary signals to child processes.
  38. `supervisor_cache <https://github.com/mnaberez/supervisor_cache>`_
  39. An extension for Supervisor that provides the ability to cache
  40. arbitrary data directly inside a Supervisor instance as key/value
  41. pairs. Also serves as a reference for how to write Supervisor
  42. extensions.
  43. `supervisor_twiddler <https://github.com/mnaberez/supervisor_twiddler>`_
  44. An RPC extension for Supervisor that allows Supervisor's
  45. configuration and state to be manipulated in ways that are not
  46. normally possible at runtime.
  47. `supervisor-stdout <https://github.com/coderanger/supervisor-stdout>`_
  48. An event listener that sends process output to supervisord's stdout.
  49. `supervisor-serialrestart <https://github.com/native2k/supervisor-serialrestart>`_
  50. Adds a ``serialrestart`` command to ``supervisorctl`` that restarts
  51. processes one after another rather than all at once.
  52. Libraries that integrate Third Party Applications with Supervisor
  53. -----------------------------------------------------------------
  54. These are libraries and plugins that makes it easier to use Supervisor
  55. with third party applications:
  56. `django-supervisor <http://pypi.python.org/pypi/django-supervisor/>`_
  57. Easy integration between djangocl and supervisord.
  58. `collective.recipe.supervisor <http://pypi.python.org/pypi/collective.recipe.supervisor>`_
  59. A buildout recipe to install supervisor.
  60. `puppet-module-supervisor <https://github.com/plathrop/puppet-module-supervisor>`_
  61. Puppet module for configuring the supervisor daemon tool.
  62. `ngx_supervisord <https://github.com/FRiCKLE/ngx_supervisord>`_
  63. An nginx module providing API to communicate with supervisord and
  64. manage (start/stop) backends on-demand.
  65. `Supervisord-Nagios-Plugin <https://github.com/Level-Up/Supervisord-Nagios-Plugin>`_
  66. A Nagios/Icinga plugin written in Python to monitor individual supervisord processes.
  67. `nagios-supervisord-processes <https://github.com/blablacar/nagios-supervisord-processes>`_
  68. A Nagios/Icinga plugin written in PHP to monitor individual supervisord processes.
  69. `php-supervisor-event <https://github.com/mtdowling/php-supervisor-event>`_
  70. PHP classes for interacting with Supervisor event notifications.
  71. `PHP5 Supervisor wrapper <https://github.com/yzalis/Supervisor>`_
  72. PHP 5 library to manage Supervisor instances as object.
  73. `Symfony2 SupervisorBundle <https://github.com/yzalis/SupervisorBundle>`_
  74. Provide full integration of Supervisor multiple servers management into Symfony2 project.
  75. `supervisord-php-client <https://github.com/mondalaci/supervisord-php-client>`_
  76. PHP client for the supervisord XML-RPC interface.
  77. `sd-supervisord <https://github.com/robcowie/sd-supervisord>`_
  78. `Server Density <http://www.serverdensity.com>`_ plugin for
  79. supervisor.
  80. `node-supervisord <https://github.com/crcn/node-supervisord>`_
  81. Node.js client for Supervisor's XML-RPC interface.
  82. `node-supervisord-eventlistener <https://github.com/sugendran/node-supervisord-eventlistener>`_
  83. Node.js implementation of an event listener for Supervisor.
  84. `ruby-supervisor <https://github.com/schmurfy/ruby-supervisor>`_
  85. Ruby client library for Supervisor's XML-RPC interface.
  86. `Sulphite <https://github.com/jib/sulphite>`_
  87. Sends supervisord events to `Graphite <https://github.com/graphite-project/graphite-web>`_.
  88. `supervisord.tmbundle <https://github.com/countergram/supervisord.tmbundle>`_
  89. `TextMate <http://macromates.com/>`_ bundle for supervisord.conf.
  90. `capistrano-supervisord <https://github.com/yyuu/capistrano-supervisord>`_
  91. `Capistrano <https://github.com/capistrano/capistrano>`_ recipe to deploy supervisord based services.
  92. `chef-supervisor <https://github.com/opscode-cookbooks/supervisor>`_
  93. `Chef <http://www.opscode.com/chef/>`_ cookbook install and configure supervisord.
  94. `PHP Supervisor <https://github.com/indigophp/supervisor>`_
  95. PHP client for the supervisord XML-RPC interface. Configuration generator. Event listener work in progress.