Symptoms
When loading the 360 Monitoring module, you encounter either an "undef error" when loading the page or the page only shows CPU load statistics and nothing else.
Description
This is caused by a mismatch in the required version of the psutil
module.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Uninstall the
psutil
module.pip3 uninstall psutil -y
- Reinstall the
psutil
module.pip3 install psutil --upgrade
- Restart the 360 Monitoring agent.
systemctl restart agent360
- Restart cPanel.
/usr/local/cpanel/scripts/restartsrv_cpsrvd --hard
- Restart the cPanel PHP-FPM service.
/usr/local/cpanel/scripts/restartsrv_cpanel_php_fpm --hard
Comments
0 comments
Article is closed for comments.