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

Munin with intermittent clients

I'm currently using munin to monitor a bunch of linux servers (as well as a few WinXP clients). However, munin does its data collection sequentially, and seems to be very susceptible to timing out when clients disconnect in the middle. Are there…
Mikeage
  • 2,741
  • 6
  • 26
  • 37
2
votes
2 answers

Monitor SMART Values of a SAS/SCSI drive with Munin

I'm trying to monitor my two SAS drives using the SMART Tools Plugin for MUNIN. On SATA drives its no problem, all SMART values are being shown. It seems that smartctl doesn't output valuable SMART values for SAS drives: On Debian Squeeze with two…
seobility
  • 45
  • 1
  • 5
2
votes
2 answers

Network monitoring systems in Python

There are a host of open source network monitoring systems available. I tried we used to use Nagios, I have been hearing good things about Munin too. The thing is most networking monitors are written in either PHP or Perl. If really struggle to…
2
votes
3 answers

Innodb statistics

We're running InnoDB as a MySQL engine and using phpMyadmin to administer our database. Under Status → Query statistics, phpMyadmin gives us the following: We would like to know where these figures come from because we would like to create a Munin…
Max
  • 3,523
  • 16
  • 53
  • 71
2
votes
2 answers

How should I monitor memory usage/performance in SunOS/Solaris?

Last week we decided to add some SunOS (uname -a = SunOS bbs-sam-belair 5.10 Generic_127128-11 i86pc i386 i86pc) machines into our running munin instance. First off, the machines are pre-configured appliances, so, I want to avoid touching the system…
exhuma
  • 366
  • 1
  • 4
  • 13
2
votes
1 answer

Monitor Nginx response time with munin

Well, nginx is configured to put $request_time in it's access logs. Now I need to monitor this parameter with munin. Is there any existing plugin to do this?
2
votes
1 answer

How to optimize munin fw_conntrack script

I have a server with about 65k connections in ip_conntrack. How can I optimize munin script that counts various types of connections (default fw_conntrack script): cat /proc/net/ip_conntrack | awk ' BEGIN { …
Poma
  • 1,299
  • 6
  • 24
  • 35
2
votes
1 answer

Adding total bandwidth graph to Munin

I've been trying to figure this out for an hour... how to get a total bandwidth graph (showing all network traffic) in Munin? I just installed Munin, got several plugins added but what I'd really like to see is…
BotskoNet
  • 151
  • 1
  • 6
2
votes
1 answer

Starting Linode instances via StackScripts based on Nagios events

I'm developing a web application (django/gunicorn/nginx) that needs to be scaled out according to load. The app will be hosted on Linodes so I intend to use StackScripts (and maybe Puppet) to start up new instances of the web server, then stick…
Andrew
  • 21
  • 1
2
votes
0 answers

munin-node installation on 10.7 OSX host

We've got a pretty good setup in house for using nagios + munin-node to monitor the various boxes. having some trouble getting munin-node going on our first OSX server (10.7 mac mini server model) the only guide i was able to find is…
user103333
2
votes
2 answers

'inode table usage' spiking every morning at 8am

I installed munin on my ubuntu server. It's showing my 'inode table usage' spiking every morning at 8am. It then rapidly curves down and settles over the course of several hours. What might cause this? I thought it might be something running in…
Harry Wood
  • 301
  • 3
  • 9
2
votes
3 answers

Pulling Server Stats for Remote Monitoring

I'd like to write my own server monitoring app. Ideally it could show stats like load, uptime, cpu activity, most active processes, memory usage by process, etc. What's the best way to grab that information from the server? I was initially thinking…
Brian Wigginton
  • 745
  • 1
  • 6
  • 9
2
votes
1 answer

What does a jagged committed memory graph mean?

We've been attempting to debug load programs on our servers, and along the way we've been looking at some graphs, like this one: (The white spaces are when the server got so hosed we couldn't collect Munin stats.) I was curious to know why…
Edward Z. Yang
  • 406
  • 3
  • 8
2
votes
3 answers

Munin graphing by CGI

I have Munin working just fine, but any time I try to do cgi graphing - it just stops graphing... no errors in the log, nothing. I've followed the instructions here: http://munin-monitoring.org/wiki/CgiHowto - and it should be working - here's my…
Vaughn Hawk
  • 21
  • 1
  • 2
2
votes
1 answer

Can't get IPMI sensor data

I have SuperMicro 1U 6016T-MTHF with Winbond WPCM450 BMC server. Here's my problem: root@foo:~# ipmitool -I open sensor FAN 1 | 8281.000 | RPM | ok | 400.000 | 576.000 | 784.000 | 33856.000 | 34225.000 | 34596.000 FAN 2 …
Poma
  • 1,299
  • 6
  • 24
  • 35