Results 1 to 3 of 3

Thread: Munin: no info from other machines

  1. #1
    Join Date
    Apr 2007
    Beans
    34

    Munin: no info from other machines

    I have installed munin on a server and it works locally, I have stats and graphs for the server itself. I have installed munin-node on another machine but no infos are retrieved...

    telnet seems works:
    $ telnet 192.168.1.1 4949
    [...]
    # munin node at xeonserver


    munin-node.conf on the remote machine (xeonserver):
    allow ^192\.168\.1\.29$
    host 192.168.1.1
    port 4949


    munin.conf on the server:
    [xeonserver@
    address 192.168.1.1
    use_node_name yes


    Any idea what is wrong?

  2. #2
    Join Date
    Aug 2005
    Location
    Sydney, Australia
    Beans
    456
    Distro
    Ubuntu Development Release

    Re: Munin: no info from other machines

    Have you checked the munin logs in /var/log/munin?
    Is there a firewall on the munin-host server blocking any relevant ports for traffic coming in from the remote munin nodes?

    I'm new to using munin so it's my only guess on what might be wrong.

  3. #3
    Join Date
    Apr 2007
    Beans
    34

    Re: Munin: no info from other machines

    Quote Originally Posted by tr333 View Post
    Have you checked the munin logs in /var/log/munin?
    Is there a firewall on the munin-host server blocking any relevant ports for traffic coming in from the remote munin nodes?

    I'm new to using munin so it's my only guess on what might be wrong.
    Found the problem, munin-graph.log told me there was a problem writing to /var/cache/munin/www/xeonserver, so I created this folder, set it to 755 and owner=munin; it works now

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •