I decided to install Munin for my very first time and I think it really rocks and is exactly what I need but unfortunately it is only partially working. It has been running now for more than a few days and some of the graphs only show nan which are empty grids, I have only limited understanding of this so it is very likely that I may be going about this the wrong way since it is my first time using it.
From my endless searching so far I have managed to find a way of getting debug output from muning which unfortunately does not help me much because as far as I know there is no official munin forums so what ever you find on google is what you get.
debug output:
Code:
2011/10/02 19:00:05 [DEBUG] Lock /var/run/munin/munin-update.lock already exists, checking process
2011/10/02 19:00:05 [DEBUG] Lock contained pid '1322'
2011/10/02 19:00:05 [DEBUG] kill -0 1322 worked - it is still alive. Locking failed.
2011/10/02 19:00:05 [FATAL ERROR] Lock already exists: /var/run/munin/munin-update.lock. Dying.
2011/10/02 19:00:05 at /usr/share/perl5/Munin/Master/Update.pm line 128
[FATAL ERROR] Lock already exists: /var/run/munin/munin-update.lock. Dying.
at /usr/share/perl5/Munin/Master/Update.pm line 128
I have found a ton of search results for "munin lock already exists" but no actual solutions.
Also my /var/log/munin/munin-update.log is filled with:
Code:
2011/10/02 20:15:02 [WARNING] Service diskstats_throughput on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvda_rdbytes
2011/10/02 20:15:02 [WARNING] Service diskstats_throughput on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvdb_wrbytes
2011/10/02 20:15:02 [WARNING] Service diskstats_latency on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvdb_avgwait
2011/10/02 20:15:02 [WARNING] Service diskstats_latency on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvda_avgwait
2011/10/02 20:15:02 [WARNING] Service diskstats_utilization.xvdb on localhost.localdomain/localhost.localdomain:4949 returned no data for label util
2011/10/02 20:15:02 [WARNING] Service diskstats_iops.xvda on localhost.localdomain/localhost.localdomain:4949 returned no data for label rdio
2011/10/02 20:15:02 [WARNING] Service diskstats_iops.xvda on localhost.localdomain/localhost.localdomain:4949 returned no data for label avgwrrqsz
2011/10/02 20:15:02 [WARNING] Service diskstats_iops.xvda on localhost.localdomain/localhost.localdomain:4949 returned no data for label wrio
2011/10/02 20:15:02 [WARNING] Service diskstats_iops.xvda on localhost.localdomain/localhost.localdomain:4949 returned no data for label avgrdrqsz
2011/10/02 20:15:02 [WARNING] Service diskstats_utilization.xvda on localhost.localdomain/localhost.localdomain:4949 returned no data for label util
2011/10/02 20:15:02 [WARNING] Service diskstats_utilization on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvdb_util
2011/10/02 20:15:02 [WARNING] Service diskstats_utilization on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvda_util
2011/10/02 20:15:02 [WARNING] Service diskstats_iops on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvdb_rdio
2011/10/02 20:15:02 [WARNING] Service diskstats_iops on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvda_wrio
2011/10/02 20:15:02 [WARNING] Service diskstats_iops on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvda_rdio
2011/10/02 20:15:02 [WARNING] Service diskstats_iops on localhost.localdomain/localhost.localdomain:4949 returned no data for label xvdb_wrio
My instalation method was exactly as instructed in the tutorial
http://library.linode.com/server-monitoring/munin/debian-6-squeeze which I find quite strange because some of the stats are stored and output correct graphs but others do not.
I have been fighting with this for over a day and I think it is time I ask for some advice to see if someone more experienced than me has had a similar issue and can point me in the right direction.