• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Monit and Plesk

core2

New Pleskian
Plesk version: 12.5
OS: Ubuntu 14.04

I have been trying to configure monit to watch apache with the following configuration, but it does not seems to be working.

check process apache with pidfile /run/apache2.pid
start program = "/etc/init.d/apache2 start" with timeout 60 seconds
stop program = "/etc/init.d/apache2 stop"​

throws an error 'Does not exist Service apache'

Any help greatly appreciated
 
Back
Top