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
5
votes
1 answer

Reduce munin logging level

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…
petrus
  • 5,297
  • 26
  • 42
5
votes
1 answer

Munin aggregate graphs are not working

I know this has been asked in several times on many forums before, but still I am struck with similar problem. Individual graphs are working fine however, aggregate graphs are not. I don't even get an empty graph (graph without data). All the…
user142148
  • 71
  • 3
5
votes
4 answers

Munin on Centos 6 - missing perl MODULE_COMPAT_5.8.8

I'm trying to install Munin on a new VPS through yum install munin but I keep getting an error about a missing perl module: Requires: perl(:MODULE_COMPAT_5.8.8). This is the perl version currently installed: v5.10.1. I've searched all around and…
André Bergonse
  • 149
  • 1
  • 1
  • 4
5
votes
1 answer

Interpreting Munin graphs showing available entropy and MySQL slow queries in sync

We're experiencing performance issues on our website, and after reviewing our munin graphs, the only metrics we've found in sync are Available entropy and MySQL slow queries, with the latter influenced by our number of logged in users: Based on…
Max
  • 3,523
  • 16
  • 53
  • 71
5
votes
3 answers

Bash-Scripting - Munin Plugin don't work

i have written a munin-plugin to count the http-statuscodes of lighttpd. The script: #!/bin/bash ###################################### # Munin-Script: Lighttpd-Statuscodes # ###################################### ##Config # path to lighttpd…
Arny80Hexa
  • 139
  • 1
  • 4
  • 14
5
votes
1 answer

Does jmxremote affect tomcat performance?

I'd like to enable jmxremote to monitor Apache Tomcat resources utilization with Munin, but I want to know if this will affect the servers performance, is so, how much will it be impacted.
ghm1014
  • 944
  • 1
  • 5
  • 14
5
votes
1 answer

HTTP response time profiling

I have a nginx reverse proxy. The server is close to serving 600-700 requests per second. I have a Munin HTTP load time plugin which is outputting…
Sparsh Gupta
  • 1,127
  • 7
  • 21
  • 31
5
votes
6 answers

Are there any tools for monitoring individual Apache virtual hosts in real-time?

I'm looking for a way to monitor and record Apache traffic, separated by virtual host. I am currently using Munin to capture this and other data for the entire server however I can't seem to find a way to do this by vhost. This link describes using…
Dave Forgac
  • 3,546
  • 7
  • 37
  • 48
5
votes
1 answer

How to change Munin's graph colors?

I started to use Munin for monitoring, but I would like to change colors of the graph, which are drawn by the plugin loggrep. Is there any way to specify colors in the config file?
Alexander Artemenko
  • 1,393
  • 3
  • 13
  • 13
4
votes
0 answers

Is it possible to add another graph 10 years to munin?

Is it possible to add a fifth graph (following after day, week, month, year), e.g. "10 years" to munin? If yes, is it possible without losing the existing data/graphs?
hellcode
  • 163
  • 1
  • 6
4
votes
1 answer

How do I silence one of Munin's plugin warnings?

I have a server running backups from various servers concurrently and get a lot of "Write IO Wait time" warnings. Is it possible to silence the warning of a single plugin on a single host? I think it is for diskstats_latency.avgwrwait.
Dax
  • 294
  • 2
  • 11
4
votes
1 answer

Munin Disk Latency Alerts

I have setup my Munin server and alerts and have tested them aswell. I have set the alerts for disk usage as under: df._dev_mapper_centos_root.warning 90 df._dev_md126p2.warning 90 df._dev_md126p1.warning 90 df._dev_mapper_centos_home.warning 90 I…
Daud Zeb
  • 45
  • 6
4
votes
1 answer

Configuring Munin's Tomcat plugin for Tomcat 8

Hi i've followed several guides about configuring tomcat plugin on a munin node but all of them was for tomcat 6 although i did neccessary corrections in tomcat-users.xml and whatnot, i couldn't get any data from the plugin. Is there anyone who did…
4
votes
1 answer

Munin: Why is the utilization by month higher than by year?

I just learned about Munin and I checked out some example diagramms. I don't get how the utilization by month is at about 60% and the utilization by year says its bellow around 10%. I would expect that the second diagramm should also have 60%…
yemerra
  • 143
  • 4
4
votes
4 answers

How to determine which processes have most inodes opened

Here is my problem, visibile in a munin chart: My used/opened inodes are "suddenly" constantly increasing. Is there a way to determine which process is keeping the most currently opened inodes? I used the approach of…
Xosofox
  • 197
  • 2
  • 2
  • 8
1 2
3
21 22