Symptoms
DNSOnly servers are sending out email alerts that the cpanel_php_fpm service is down, even though cpanel_php_fpm doesn't run on DNSOnly servers.
Description
After updating to 11.100.0.5, WP Toolkit was installed on some DNSOnly servers. WP Toolkit version 5.11 enables monitoring of the cpanel_php_fpm service, which cannot run on DNSOnly servers. This causes the server to send service down notifications.
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-40724. Follow this article to receive an email notification when a solution is published in the product.
Workaround
Uninstall WP Toolkit and disable the cpanel_php_fpm service and monitoring.
CentOS/EL
rpm -e wp-toolkit-cpanel
whmapi1 configureservice service=cpanel_php_fpm enabled=0 monitored=0
Ubuntu
apt purge wp-toolkit-cpanel
whmapi1 configureservice service=cpanel_php_fpm enabled=0 monitored=0
Comments
0 comments
Article is closed for comments.