Pausing monitoring
To pause the PHP monitoring service, you must stop the PHP extension module and whatap-php service. See the following.
-
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.soEven if manual configuration is made in php.ini, comment out the
extension=
syntax.NoteApache or PHP-FPM service is started.
-
Stop the whatap-php service.
- Red Hat/CentOS
- Debian/Ubuntu
- FreeBSD
$ sudo service whatap-php stop
$ sudo service whatap-php stop
$ service whatap_php stop