This is probably going to be one of those of course! answers, but I've spent all night looking up tutorials and FAQs on Munin and can't seem to find the answer.
I have Munin installed, and I'm trying to serve the page that shows the graphs using Apache.
We are facing a problem on one of our server on which munin is installed. Actually it is not showing any any information of clients(nodes)connected to it. I restarted the munin-node service running on service but it is still not showing anything.
So im planning to reinstall the application itself.
So I need to know how to uninstall this app. Or i can simply delete the files of munin.
Munin is quite verbose, and logs a bunch of things into munin-graph.log, munin-html.log, munin-limits.log and munin-update.log at each run of munin-cron.
I already reduced munin-node logging level by setting log_level 0 in munin-node.conf, and that works well.
Hi everyone
I'm currently trying to install munin to monitor my server loads etc but i'm having a few difficulties getting it running
this is what ive done so far
Installed Munin and Munin node
I've set the directory for munin to send HTML outputs to
home/username/public_html/munin and also given munin ownership of this directory
I'm trying to add a node to an existing munin master (which I didn't setup but which seems to be working fine as it shows graphs for 8 existing nodes) and I'm having some troubles.
I've got a pretty much default sites-enabled set up in my nginx on debian squeeze and i'm now trying to get it to serve up my munin graphs on myhost/munin/
Heres the location i've added to the config
location /munin
{
root /var/cache/munin/www/;
index index.htm index.html;
}
And here is the error I recieve:
201
I have installed Munin from WHM and added a couple of servers to it and the graphs are generating. However, I need to access the Munin graphs directly i.e. without logging to WHM.. may be from a sub directory of a domain OR from the default directory of the cPanel server.. Is it possible and how?
I'm running Apache2 and Munin on Ubuntu 12.04. All of my Munin graphs are showing up fine (cpu, memory, etc.), except for the Apache graphs.
The Apache graphs were working at one point, which you can see from this screenshot showing data from a few months ago: http://i.imgur.com/uk3aAnJ.png.
Hi,I installed munin from epel.It show me hundreds of graphs of annoying statistics.I would like to show only one page with some graphs only:CPU, IO, Traffic, Memory U... [by sblantipodi]