• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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