Versions Compared

Key

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

...

RHEL6 /Centos6RHEL7/CentOS7


Code Block
languagebash
service monit start
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 We are deprecating the time of writing monit is not yet part of our RHEL7/CentOS packagesuse of monit and have removed monit from our centos 7 installations already.