Installation checking items
Restarting
If the Apache or PHP-FPM service is restarted after installation, the set PHP extension module's whatap.so file is loaded.
If the whatap-php service is not running or an error occurs, restart it.
Red Hat/CentOS
$ service whatap-php restart
Debian/Ubuntu
$ sudo service whatap-php restart
FreeBSD
$ service whatap_php restart
Checking the status of the PHP extension module installation
If the Apache or PHP-FPM service is restarted after installation, the set PHP extension module's whatap.so file is loaded. You can check whether the PHP extension module is installed properly as follows:
-
Check whether whatap.ini has been created in the PHP's additional INI path.
$ find / | grep whatap.ini
-
Check whether whatap.so has been created in the PHP extension module path.
$ find / | grep whatap.so
-
Check whether the PHP extension module is running.
$ sudo php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
…
whatap # Check the execution of the whatap module.
…
[Zend Modules] -
Check the whatap-php service status.
$ service whatap-php status
-
In Management > Agent CONFIG., check whether the configured servers have been added or not.