StackStorm/st2

`st2ctl status` should report nginx, MongoDB, PostgreSQL & RabbitMQ status

開放

#3,779 建立於 2017年10月5日

 (5 則留言) (2 個反應) (0 位負責人)Python (740 個分叉)batch import
CLIenhancementgood first issue

倉庫指標

星標
 (5,794 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

st2ctl status reports on the status of st2 processes. It does not report anything about nginx, MongoDB, PostgreSQL or RabbitMQ.

This can be confusing for users who are experiencing issues with those services. They run st2ctl status, and it appears to report that everything is working, when in reality RabbitMQ is broken because they ran out of disk space. This wastes everyone's time.

The challenge here is that those dependencies may be running on a separate system.

Perhaps we should add a check that makes a test connection to those services (based on their definition in /etc/st2/st2.conf, and reports the results?

貢獻者指南