Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Finally start the Squirro Services


RHEL6 /Centos6RHEL7/CentOS7


Code Block
languagebash
[root]# service monit start
[root]# monit -g all-manual start



Code Block
languagebash
echo "Starting Squirro services"
cd /lib/systemd/system
for service in $(ls sq*d.service); do
    echo "Starting $service"
    systemctl restart $service
done


Note

At the time of writing monit is not yet part of our RHEL7/CentOS packages.