Questions tagged [munin]

Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to kill our performance?" problems.

Munin is a networked resource monitoring tool that can help analyze resource trends and "what just happened to kill our performance?" problems.

330 questions
3
votes
1 answer

Memcached in Munin

I tried to configure the munin to load the memcached plugin. But the memcached plugin wont show up when I add the --suggest to the munin-node-configure command. But I appear when I do not add that xtra command. I have added this to the…
Eugene Lim
  • 35
  • 5
3
votes
1 answer

CentOS 7 httpd /server-status limitations

I have got VPS (using CentOS 7 as my OS) and now I am configuring Munin (monitoring software). I ran into a little problem with Apache monitoring. Now I have got this cfg in my httpd.conf and everything works fine:
pes502
  • 155
  • 2
  • 6
3
votes
2 answers

munin requires perl(RRDs)

I'm in RHEL6.3 and I'm installing munin from epel http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm I already solved all dependencies except this one : Error: Package: perl-Log-Log4perl-1.30-1.el6.noarch (epel) …
user3863795
  • 51
  • 3
  • 7
3
votes
0 answers

Munin disable dynazoom.html

Doing a quick google search for "Munin dynazoom.html doesn't work" yields many results. There doesn't seem to be a solution that works -- at least not that I have seen. I have munin installed on a small nginx VPS. I'd like to edit the template files…
Patrick
  • 31
  • 1
3
votes
2 answers

Munin mysql plugins results inconsistent, with IPC::Sharelite store() error: Identifier removed

I've recently setup a munin-node on a CentOS server. All was working fine until I tried to add the apache plugin (which works fine). For some odd reason, the mysql plugins for munin that used to work ceased to work... I'm now getting a weird error…
tomzx
  • 163
  • 9
3
votes
1 answer

Munin in a subdomain using Apache Virtual Host

I'm trying to install Munin in my server and configure the web interface to work in a subdomain. I've configured the subdomain stats.mysite.com and created the file /etc/apache2/sites-available/stats.mysite.com: NameVirtualHost *:80
Doon
  • 153
  • 6
3
votes
2 answers

Restore min/avg/max graphs in Munin 2

I just migrated from Munin 1.4 to Munin 2.0.6 on Ubuntu Server 12.04 LTS. The weekly graphs no longer show min/max values, only the avg. How do i get those back? Thanks Maciej
Maciej Swic
  • 290
  • 5
  • 19
3
votes
2 answers

How can I configure Munin to give me a "total" view of all my cloud servers?

I have a dozen load balanced cloud servers all monitored by Munin. I can track each one individually just fine. But I'm wondering if I can somehow bundle them up to see just how much collective CPU usage (for example) there is among the cloud…
Ryan
  • 420
  • 2
  • 8
  • 16
3
votes
1 answer

How to investigate peak in MySQL throughput?

Recently one of our servers has ran out of memory and crashed. After reviewing the munin graphs, it appears that the only metric (other than memory usage) that peaked just before the crash was the MySQL throughput. However we were expecting to see a…
Max
  • 3,523
  • 16
  • 53
  • 71
3
votes
1 answer

Amazon EC2: how to find out detailed CPU usage?

I am running several EC2 instances, and I want to know the exact work my CPU is doing. On "normal" machines I am doing this with munin and its CPU plugin which looks at the statistics provided by /proc/stat. On my EC2 machines however, I get…
j0nes
  • 955
  • 1
  • 12
  • 27
3
votes
2 answers

Munin stopped updating

today at 02:20 I noticed that suddenly Munin stopped updating its graphs. It is not showing blank data, the whole graphs are not being updated anymore. I run CentOs 5.7 (64) and ive installed Munin via yum. All was working, till 02:20. First thing I…
Mr.Boon
  • 1,471
  • 4
  • 24
  • 43
3
votes
3 answers

Unable to add new munin node to existing munin master

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. Here are the steps I followed: Master Added the node to…
Max
  • 3,523
  • 16
  • 53
  • 71
3
votes
1 answer

How to send report created by Munin to email once per week

I have a page with Munin reports and I want to send the email with graphs once per week on specific email. Any thoughts on how to achieve this? Thanks!
Alex Netkachov
  • 585
  • 1
  • 6
  • 9
3
votes
4 answers

Removing a spike from RRDTool database

I've got an RRDtool graph that has a huge spike after a reboot. I've tried using the popular removespikes.pl script on it, but just returns a "No peaks found.!". What's the best way to take care of this?
raccettura
  • 141
  • 2
  • 7
3
votes
2 answers

Monitoring Nginx vhosts with Munin

I've set up Munin and so far, loving it. I got some basic Nginx monitoring set up and am able to monitor Nginx's status and RAM usage (with stub_status compiled into Nginx and activated in the config). However, while in my adventures of getting…
Shauna
  • 178
  • 1
  • 7