Skip to main content

Pausing monitoring

To pause the PHP monitoring service, you must stop the PHP extension module and whatap-php service. See the following.

  1. Stop the PHP extension module.

    Comment out the extension= syntax in whatap.ini. Set the comment by using a semicolon (;).

    $ sudo vi whatap.ini

    extension=whatap.so

    ;Comment
    ;extension=whatap.so

    Even if manual configuration is made in php.ini, comment out the extension= syntax.

    Note

    Apache or PHP-FPM service is started.

  2. Stop the whatap-php service.

    $ sudo service whatap-php stop