Report this

What is the reason for this report?

Question about Droplet's daily activity and vnstat

Posted on December 12, 2014

Hi, I’m new at hosting and just get my first VPS at DigitalOcean. And I have some questions :)

  1. I setup a Wordpress 1-click-install and spent last few days to config it, but I notice in Droplet’s graphs chart there are some activities while I was not using it. The time is about 6h30~7h AM GMT+7 everyday. Is this some kind of automatic ping by DigitalOcean?

  2. I get and setup vnstat to track my VPS’s bandwidth usage like a tutorial here. But somehow it didn’t work. When I call vnstat it just list everyday’s bandwidth numbers are all 1KiB. The interface is eth0. How can I fix this?

Thanks.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Regarding your first question, that is most likely the apt cache being regenerated. By default, it does this once a day. You can disable this in the file /etc/apt/apt.conf.d/10periodic if desired.

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";

Change the APT::Periodic::Update-Package-Lists line to 0

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.