Hello!
This the exit of the command:
[root@localhost ~]# st2ctl status
##### st2 components status #####
st2actionrunner PID: 3687
st2actionrunner PID: 3702
st2actionrunner PID: 3709
st2actionrunner PID: 3717
st2actionrunner PID: 3727
st2actionrunner PID: 3732
st2actionrunner PID: 3737
st2actionrunner PID: 3745
st2actionrunner PID: 3753
st2actionrunner PID: 3761
st2api PID: 3608
st2api PID: 10806
st2stream PID: 3580
st2stream PID: 10834
st2auth PID: 3579
st2auth PID: 10869
st2garbagecollector PID: 3614
st2notifier PID: 3575
st2resultstracker PID: 3596
st2rulesengine PID: 3583
st2sensorcontainer PID: 3609
st2chatops is not running.
st2timersengine PID: 3601
st2workflowengine PID: 3578
st2scheduler PID: 3573
mistral-server PID: 3584
mistral.api PID: 3615
mistral.api PID: 10803
mistral.api PID: 10805
Only the Chatops not running.
The logs show no errors, except the log of mongod (/var/log/mongo/mongodb.conf).
Another example of the mongo log:
2019-05-04T02:21:56.524+0200 I NETWORK [conn50] received client metadata from 127.0.0.1:45340 conn50: { driver: { name: "PyMongo", version: "3.7.2" }, os: { type: "Linux", name: "CentOS Linux 7.6.1810 Core", architecture: "x86_64", version: "3.10.0-957.12.1.el7.x86_64" }, platform: "CPython 2.7.5.final.0" }
2019-05-04T02:21:56.544+0200 I NETWORK [thread1] connection accepted from 127.0.0.1:45342 #51 (44 connections now open)
2019-05-04T02:21:56.875+0200 I NETWORK [conn51] received client metadata from 127.0.0.1:45342 conn51: { driver: { name: "PyMongo", version: "3.7.2" }, os: { type: "Linux", name: "CentOS Linux 7.6.1810 Core", architecture: "x86_64", version: "3.10.0-957.12.1.el7.x86_64" }, platform: "CPython 2.7.5.final.0" }
2019-05-04T02:21:56.875+0200 I - [conn51] end connection 127.0.0.1:45342 (44 connections now open)
2019-05-04T02:21:56.966+0200 I - [conn47] end connection 127.0.0.1:45334 (43 connections now open)
2019-05-04T02:21:57.746+0200 I - [conn50] end connection 127.0.0.1:45340 (42 connections now open)[quote="warrenvw, post:4, topic:627, full:true"]
Thanks!