SOLVED CPANEL-40724 - Constant cpanel_php_fpm failed on a dnsonly server

benito

Well-Known Member
Jan 8, 2004
442
26
178
Mar del Plata - Argentina
cPanel Access Level
Root Administrator
Twitter
Hello!

Since a day or two one of my dnsonly servers started to send me emails about this service now working.

(XID px2a5q) The “cpanel_php_fpm” service is down.
The subprocess “/usr/local/cpanel/scripts/restartsrv_cpanel_php_fpm” reported error number 255 when it ended.


I can disable the notifications, but I like to know if its something that needs to be fixed. I have two dnsonly servers, exactly the same hard and software on both. I don't log into them since a year, so, no human intervention on this. Only one it's having this error.

Thanks
 
Last edited by a moderator:
  • Like
Reactions: ejsolutions

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,482
2,605
363
cPanel Access Level
Root Administrator
Hey there! This is a known issue that our developers are checking out in case CPANEL-40724. I'll be sure to let them know about this post as well.

There isn't anything you need to do to fix this as the warning is being sent in error. To stop the warnings, you can run these commands to ensure the WordPress Toolkit software is not installed, and that monitoring for PHP-FPM is disabled:

Code:
rpm -e wp-toolkit-cpanel
whmapi1 configureservice service=cpanel_php_fpm enabled=0 monitored=0
 

PeteS

Well-Known Member
Jun 8, 2017
390
88
78
Oregon
cPanel Access Level
Root Administrator
Hey there! This is a known issue that our developers are checking out in case CPANEL-40724. I'll be sure to let them know about this post as well.

There isn't anything you need to do to fix this as the warning is being sent in error. To stop the warnings, you can run these commands to ensure the WordPress Toolkit software is not installed, and that monitoring for PHP-FPM is disabled:

Code:
rpm -e wp-toolkit-cpanel
whmapi1 configureservice service=cpanel_php_fpm enabled=0 monitored=0
Is the issue simply limited to WTK being rolled into DNSOnly in error, and along with it the monitoring?

Since the notificationst just started this morning for me, and only on one DNSOnly server, am I correct to expect other DNSOnly servers to follow in time? What was it that got rolled on in a daily update, and why? (In part I'm asking if WTK was already there (why?) and just the monitoring that changed, or more.)