PDA

View Full Version : munin not updating graphs


flachance
21st May 2007, 23:10
I've just installed munin on Debian and followed the instructions for Etch (http://www.howtoforge.com/server_monitoring_with_munin_monit_debian_etch). Unfortunately, the graphs don't seem to be updating. They all have the time that I did the installation & configuration.

The log file munin-update.log gives the following throughout:

May 21 10:40:11 [26418] - INFO: Changing max of localdomain -> localhost.localdomain -> mysql_queries -> replace to 500000.

May 21 10:40:11 [26418] - INFO: Changing min of localdomain -> localhost.localdomain -> mysql_queries -> replace to 0.

May 21 10:40:11 [26418] - INFO: Changing type of localdomain -> localhost.localdomain -> mysql_queries -> replace to DERIVE.

May 21 10:40:11 [26418] - ERROR: Could not rename file: No such file or directory


Plus, based on the entries in the same log file, it doesn't seem like cron is firing the munin-update every 5 minutes. The troubleshooting information (http://munin.projects.linpro.no/wiki/Debugging_Munin)from the project web site is lacking details.

Can anybody help with this?

Thanks!

falko
22nd May 2007, 18:54
What's in /etc/munin/munin.conf?

BTW, munin is not run by cron.

boba
29th June 2007, 11:47
I have the same error:

"ERROR: Could not rename file: No such file or directory"

Does anybody know what can be wrong?

Thanks

falko
30th June 2007, 16:51
Do you have a more detailed/complete error message?
Did you follow the tutorial as close as possible, or did you make some changes?

boba
30th June 2007, 17:35
Do you have a more detailed/complete error message?
Did you follow the tutorial as close as possible, or did you make some changes?

Yes I followed the tutorial but it did not work. The error was:


Jun 30 02:30:04 [6320] - INFO: Changing max of localdomain -> localhost.localdomain -> interrupts -> intr to 100000.

Jun 30 02:30:04 [6320] - INFO: Changing min of localdomain -> localhost.localdomain -> interrupts -> intr to 0.

Jun 30 02:30:04 [6320] - INFO: Changing type of localdomain -> localhost.localdomain -> interrupts -> intr to DERIVE.

Jun 30 02:30:04 [6320] - ERROR: Could not rename file: No such file or directory

Jun 30 02:30:04 [6320] - INFO: Changing max of localdomain -> localhost.localdomain -> netstat -> passive to 50000.

Jun 30 02:30:04 [6320] - INFO: Changing min of localdomain -> localhost.localdomain -> netstat -> passive to 0.

Jun 30 02:30:04 [6320] - INFO: Changing type of localdomain -> localhost.localdomain -> netstat -> passive to DERIVE.

Jun 30 02:30:04 [6320] - ERROR: Could not rename file: No such file or directory

etc...


but I have changed the IP address in /etc/hosts for 127.0.1.1 to 127.0.0.1 and now it works like a charm.

Thanks anyway

falko
1st July 2007, 14:45
but I have changed the IP address in /etc/hosts for 127.0.1.1 to 127.0.0.1 and now it works like a charm.

Thanks anyway
That's how it's supposed to be. I wonder why you had 127.0.1.1 in /etc/hosts...

boba
2nd July 2007, 01:28
That's how it's supposed to be. I wonder why you had 127.0.1.1 in /etc/hosts...

I dunno.. It is default Debian AMD64 netinstall