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. To repair the issue, move and reinstall the psutil module.
Workaround
- Access the server through SSH as the root user
- Create a backup directory to move the current psutil files into:
mkdir -pv /root/psutil-$( date +%Y%m%d )
- Reinstall the psutil module to replace the plugin files with the latest version:
pip3 install psutil --upgrade --force-reinstall
Comments
0 comments
Article is closed for comments.