Skip to content

Services status check

Peter Manev edited this page Apr 16, 2019 · 4 revisions

A basic check of the service status would show if all the critical services are up and running:

systemctl status suricata
systemctl status elasticsearch
systemctl status logstash
systemctl status kibana
supervisorctl status scirius
systemctl status evebox

Or in one shot:

systemctl status suricata elasticsearch logstash kibana evebox && \
supervisorctl status scirius

Or you could run:

selks-health-check_stamus
Clone this wiki locally