supervisor 监控redis & mongodb
安装
安装python brew install python
安装pipwget https://bootstrap.pypa.io/get-pip.pysudo python get-pip.py
安装supervisor pip install supervisor
配置文件
生成默认的配置文件 echo_supervisord_conf > /etc/supervisord.conf
编辑配置文件 参考地址
附我的配置文件 在默认的配置文件后面添加
[sup[……]