Cannot open /home/admispconfig/ispconfig/web/monitoring/localdomain/localhost.localdomain-cpu.html at /usr/share/munin/munin-html line 488. file is there i checked it any ideas?
What do you get with this: # ls -l /home/admispconfig/ispconfig/web/monitoring/localdomain/ | grep cpu.html -rwxr-xr-x 1 admispconfig admispconfig 5757 2007-10-16 21:00 localhost.localdomain-cpu.html
Sorry, The first is the command, the second is my result. This is just a permission check. If my memory is still alright, I had this issue too.
-rwxr-xr-x 1 admispconfig admispconfig 5701 2006-12-08 00:20 localhost.localdomain-cpu.html is my respons, any idea what i need to fix?
This looks OK but now I rember how I fixed this on my server. First you go to the web directory: # cd /home/admispconfig/ispconfig/web/ Then change recursive permissions on the munin directory: # chown -R munin:admispconfig monitoring/ I hope this fixed your problem.