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!
The command to restart munin master is wrong. sudo service munin-node restart This is the correct
I like this post. I am installing to test it.
Thanks
I do all the steps in the tutorial and get this error when going to myip/munin:
Forbidden
You don’t have permission to access /munin/ on this server.
Any hints? I’m using Ubuntu 14.04 and Apache/2.4.7 (Ubuntu).
Hi to all. I’m confused on step 3, configuring the munin master. I think I completed the first part correctly, in /etc/munin/munin.conf, though I was a little confused by this: “Be sure to change the htmldir from /var/cache/munin/www to your web directory.” Noob question, I know, how do I ascertain what is my web directory? I used the example, htmldir /var/www/munin, and then created & owned that with sudo mkdir /var/www/munin sudo chown munin:munin /var/www/munin I still have the nagging feeling that www is supposed to be…something else? I continued on…My server has a hostname, so I changed the name of the tree to that.
but I am stuck here, editing /etc/munin/apache.conf
"At the very top of the file, modify the first line so that it reflects the htmldir path you specified in munin.conf and created previously. "
For me, here is the top of that file, currently: <VirtualHost *:80> ServerName munin.your-domain.com ServerAlias www.munin.your-domain.com ServerAdmin yours@email.com DocumentRoot “/var/cache/munin/www” DirectoryIndex index.html
Thanks for any guidance and all patience. Pat
Great article, I found that things worked better for me when I didn’t try changing the htmldir directory. It worked out of the box without changing that. /var/www/munin was just blank. :( I wrote a post based on what’s here to get this working with Django.
Hi, how can i monitor nginx on a munin-node if my munin-master only has apache and not nginx?
Are you able to access Munin from outside of the local network? If so, how do you set it up? I read that ports 4949 and 4948 are taken up by Munin but I’ve opened those ports up on UFW and my router but still can’t access Munin externally.
Can you please add the following from an earlier tutorial?:
It might take a few minutes to generate the necessary graphs and html files. After about five minutes, your files should be created and you will be able to access your data. You should be able to access your munin details at:
your_ip_address/munin
If you get an error message in your browser similar to the following, you need to wait longer for munin to create the files:
Forbidden, You don’t have permission to access /munin/ on this VPS.
Hello I’m really thank full for your post this is the best one for install & config munin I need some help to config SNMP for windows or router. and if you can help please complete your beautiful post by make munin update rate at one minute that’s what I really need thank you :)
You may experience network graphs either not working or being a bit “off” (if_eth0, if_eth1) It seems the cause of this is (on Ubuntu and Debian at least) the plugin is unable to determine the speed of the interface, as it would with a physical connection.
The value can be defined in the configuration by by adding env.speed XXX like so:
[if_*]
user root
env.speed 100
I am unsure of what would be the correct speed setting, and I think this setting is used to show the reliable throughput.
I’ve tried it on Debian 8, where it would produce a nice graph although i think the numbers might be a bit low, but on an Ubuntu 14.04 droplet, the graph was not produced at all until i have I gave the plugin a value like above.
I’ve found this: https://www.digitalocean.com/community/questions/upload-and-download-speed-of-a-droplet
Does anyone know what the appropriate speed value should be?
This article is great, but as others mentioned, I had some difficulty setting up the htmldir according to the steps above. Instead, I used the default htmldir and everything appears to be working well. Here is a repo that you can use to quickly spin up a VM with Munin running: https://github.com/redgeoff/munin-vagrant