CloudLinux and CageFS
If you’re running CloudLinux (with CageFS), you might not be able to view the processes list or only be able to view the agent360
process itself.
Enable process-level monitoring
To enable the process-level monitoring, perform the following steps to exclude the agent360
process from CageFS:
- Run the
id agent360
command to retrieve thegroupid
foragent360
. - Edit the /etc/sysctl.conf file and add the following line to the CageFS section.
fs.proc_super_gid=GROUPID
Replace GROUPID
with the groupid
that was returned in step 1.
- Run the
sysctl -p
command to enable your changes. - Add
agent360
to the/etc/cagefs/exclude/systemuserlist
file. - Enable the changes by running the
cagefsctl --force-update
command. - Run the
service lve_namespaces restart
command. - Run the
sudo -u agent360 agent360 test process
command to confirm that the changes work. - Restart the
agent360
service with theservice agent360 restart
command.
Updated 4 months ago