瀏覽代碼

Merge pull request #700 from vovanec/patch-2

Added supervisor_checks to the docs.
Mike Naberezny 9 年之前
父節點
當前提交
4d34d90efe
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/plugins.rst

+ 5 - 0
docs/plugins.rst

@@ -85,6 +85,11 @@ These also includes various event listeners.
     An event listener that enables tying Supervisor processes to a cgroup
     hierarchy.  It is intended to be used as a replacement for
     `cgrules.conf <http://linux.die.net/man/5/cgrules.conf>`_.
+`supervisor_checks <https://github.com/vovanec/supervisor_checks>`_
+    Framework to build health checks for Supervisor-based services. Health
+    check applications are supposed to run as event listeners in Supervisor
+    environment. On check failure Supervisor will attempt to restart
+    monitored process.
 
 Libraries that integrate Third Party Applications with Supervisor
 -----------------------------------------------------------------