ufuk
1
Hi everyone,
Even when I run the command manually:
10 00 * * * sudo /usr/local/hestia/bin/v-update-sys-queue traffic
the bandwidth usage for all websites and users still shows as zero.
The server is Debian 12, and I have the same issue on five other servers as well.
What could be causing this problem?
Hi @ufuk
Web traffic resets to 0 on the first day of every month.
If you want to update it now, run this command manually to update the traffic for all your domains.
sudo -i
for i in $(v-list-users list); do echo "Updating traffic for $i"; v-update-web-domains-traff $i; done
2 Likes
ufuk
3
Sorry to take your time. Thank you for the information.
2 Likes
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.