Issue
How to disable CloudLinux usage statistics?
Environment
- CloudLinux OS 6(h)/7(h)/8
- cPanel/Plesk/DirectAdmin/No panel
Solution
Starting with lve-utils 3.0-21.12 and LVE Manager 4.0-26.8, CloudLinux provides a quick overview of statistics and all administrative information for server administrators. You can read the announcement and more information about the feature here.
If you want to have it disabled on your server, you can do it by adding cl_statistics_enabled=0 parameter to /etc/sysconfig/cloudlinux file.
Alternatively, you can use these commands to enable/disable CloudLInux Usage Statistics for the server:
# cloudlinux-summary enable
# cloudlinux-summary disable
When Statistics collection is turned off, it is not displayed in LVE Manager as well.
More details can be found in our official documentation here.
Comments
2 comments
Which config section should this option be under?
Hello Sander,
You can just add it to the end of the file with:
# echo "cl_statistics_enabled = 0" >> /etc/sysconfig/cloudlinux
or you can use recently added CLI command:
# cloudlinux-summary disable
Please sign in to leave a comment.