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.
throws an error 'Does not exist Service apache'
Any help greatly appreciated
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"
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