• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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