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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
How do I get the servers internal ip address? The control Panel lists only the public ip addresses.
@sridharpandu: We currently do not support internal networking however we have a beta and are hoping to release it soon for NYC2 droplets.
Excellent tutorial.
Some more points on configuring munin
One more point: if you use Mod_Security you should whitelist 127.0.0.1 for apache: SecRule REMOTE_ADDR “^127.0.0.1$” phase:1,nolog,allow,ctl:ruleEngine=Off
Has anyone gotten the plugin diskstats working with Munin on the Digital Ocean VPS? The disk (/dev/disk/by-label/DOROOT or /dev/vda(?)) doesn’t seem to give any info/different tools can’t detect it properly. Could it be that the disk just doesn’t give any info at all? I tried adding “[diskstats]\nroot” to /etc/munin/plugin-conf.d/munin-node and it didn’t seem to help.
Seems that adding it to root worked after all, it was just very slow to start. Added the line “env.include_only vda,disk/by-label/DOROOT” aswell under “[diskstats]”, but seeing as it only shows vda on the graph it seems to only require one to define the user to be root.
I am using nginx as the backend server. Is Apache necessary for Munin? If not, can you explain how to setup Munin on an nginx server?
Hi, I have a droplet with nginx, I set up the bhost but I cant make it work. It is not showing any image
This is the instance: http://monitor.germanlena.com.ar/
Do you have any idea why is it happening?
This is my nginx config:
server { listen 80; root /usr/share/nginx/www/munin/; server_name monitor.germanlena.com.ar; index index.php index.htm index.html;
location / {
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/www;
}
# deny access to .htaccess files, if Apache's document root
# concurs with nginx's one
#
location ~ /\.ht {
deny all;
}
}
@german.lena: Images might not appear until Munin collects enough data. Try now, it works for me.