Tom Risager

Well-Known Member
Jul 10, 2012
116
6
18
Copenhagen, Denmark
cPanel Access Level
Root Administrator
I've just received an email from cPanel that Logaholic is being removed in the next version. Also, the plugin that supposedly lets you migrate data to one of Logaholics packages is not yet available. Great.

On our servers Logaholic is an option that users can enable individually. Is there a simple way of getting a list of those who are using it? We need to determine soon how big a problem we have.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

This information is stored in the "/home/*/tmp/stats.conf" file. You could get a list of domain names with a simple grep command. EX:

Code:
grep LOGAHOLIC /home/*/tmp/stats.conf
You could develop/modify the command some more for additional information (e.g. "grep" for "yes").

Thank you.