I am running my ruby on rails app ubuntu 10.04 ec2 instance and I am using nginx 1.2.4. I am trying to configure munin to get stats fron nginx, I have recompiled nginx and its working fine but I am unable to run the munin. If I hit mydomain.com/munin/ I am getting error 404 page not found. Also I have installed all the necessary plugins for the munin like nginx-stats,nginx-memory and many more. Googling did not sole my issue, because people are suggesting to add configuration setting to sites-available/defaults, but my Nginx doesnt have any such kind of folder. Kindly help me
You need to create an location alias to your munin installation. There is no automatic link between your webserver and the Munin document directory.
Try to add something like this to the nginx virtualhost you want to access
/munin/
on.This path,
/var/cache/munin/www/
is the default munin web-path on Ubuntu 12.04 and it might be a different path on your system.