Skip to main content

High inodes usage for Logaholic

Comments

1 comment

  • cPanelMichael
    Hello :) You may want to reduce the storage size value in Logaholic to reduce the number of inodes it uses. The following instructions for this were provided by one of our analysts to a customer facing a similar issue: [QUOTE]By default in Logaholic (before any changes cPanel makes) these settings can be updated by only by users that are Administrators and user's that have the ability to add a new profile. By default, no user's are Admins (or have the ability to add profiles), but you can change that in the database with a query like: mysql> update _logaholic_users set isAdmin = 1 where username = "USER";
    Once you do that, the USER specified will have the editable fields. If you don't wish to make a user an admin, you can update the data for everyone directly in the MySQL database using: mysql> select * from _logaholic_GlobalSettings where Name like "%datamanager%";; +------------------------+---------+----------------------------------------+ | Name | Profile | Value | +------------------------+---------+----------------------------------------+ | datamanagerStorageSize | | 1000 | | datamanagersettings | | 1 | | datamanagerDirectory | | /var/cpanel/userhomes/cpanellogaholic/ | +------------------------+---------+----------------------------------------+ 3 rows in set (0.07 sec)

    Thank you.
    0

Please sign in to leave a comment.