• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Statistics do not work corectly

Achraf

Basic Pleskian
Hello

OS CentOS 6.2 (Final)
Version de Parallels Panel 11.0.9 Mettre à jour #9


After migration to version 11.0.9 I have found that the statistics do not work corectly.

I changed the display to statistics from Awstats and webalizer I remarks that there is a big difference between the two, and I changed to quad webalizer I found that the statistics are correct.

So now I have to switch between the two to see accurate statistics.

I tried to recalculate;
/ usr / local / psa / admin / sbin / statistics - calculate-one - domain-name = *.tld

An error message is displayed:
WARNING falling on statistics_collector execution :: error: error Accessing
/ usr/share/tomcat6/logs: No such file or directory
error: tomcat: 1 glob failed for / usr/share/tomcat6/logs / *. log
 
Last edited:
Seems like you enabled tomcat on your server but its logs are missing. Just create those files its complaining about and try again recalculating. Ie

mkdir /usr/share/tomcat6 (if not exists)
mkdir /usr/share/tomcat6/logs (if not exists)
touch /usr/share/tomcat6/logs/error.log (if not exists)
 
Hello Abdi

thank you, the problem is solved tomcat, but the calculation of statistics still incorect
 
calculation with this command line is incomplete
I need to switch between the two types of statistics to collect

Think you
 
Back
Top