Plesk 360
Platform 360
Symptoms
-
360 Monitoring is installed on CloudLinux OS.
-
360 Monitoring filling up the messages log file up to dozens of gigabytes a day with errors:
CONFIG_TEXT: Jan 4 14:46:42 plesk1 agent360[993]: lines = open(file_path, 'r').readlines()
Jan 4 14:46:42 plesk1 agent360[993]: PermissionError: [Errno 1] Operation not permitted: '/proc/diskstats'
Cause
Service agent360
does not have access to /proc/diskstats
data when CageFS enabled.
Bug CPCLOUD-1636 in 360 Monitoring is created.
Resolution
-
Connect to the server via SSH.
-
Edit
/etc/group
file by addingagent360
topsaadm
group:# grep ^psaadm /etc/group
psaadm:x:1002:psaadm,sw-cp-server,polkitd,agent360 -
Restart
agent360
service:# systemctl restart agent360
Comments
0 comments
Please sign in to leave a comment.