munin error floating to my mailbox

Discussion in 'General' started by doggy101, Oct 19, 2007.

  1. doggy101

    doggy101 New Member

    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?
     
  2. Tripple

    Tripple New Member

    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
     
  3. doggy101

    doggy101 New Member

    is that a one line command or are it two separate commands...?
     
  4. Tripple

    Tripple New Member

    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.
     
  5. doggy101

    doggy101 New Member

    -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?
     
  6. Tripple

    Tripple New Member

    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.
     
  7. doggy101

    doggy101 New Member

    I've changed the ownership now I'll have to wait for about 5 minutes
     
  8. doggy101

    doggy101 New Member

    Thanks, it Did solve this issue.....:)
     

Share This Page