[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

munin.conf und munin-node.conf



Nachdem nun auf allen Rechnern munin grundsätzlich funktioniert, habe ich nun 
noch ein Problem, wenn ich einen entfernten Rechner in den Report einbinden 
will.

Am Rechner gw:
    * gw-suse
          o gw-suse :: [ Disk NFS Network Other Postfix Processes Sensors 
Squid System ]
    * sv
          o sv :: [ ]
This page was generated by Munin version 1.2.4 at 2006-02-04 T 22:31:21


Man sieht also, dass auf gw sv zwar angeführt ist, aber bei sv keine Daten 
angezeigt werden.



Am Rechner sv:
    * sv
          o sv :: [ Disk Mysql NFS Network Postfix Processes Sensors System ]
This page was generated by Munin version 1.2.3 at 2006-02-04 T 22:30:13


Konfiguration von sv (Sarge):

/etc/munin/munin.conf
dbdir   /var/lib/munin
htmldir /var/www/munin
logdir  /var/log/munin
rundir  /var/run/munin
tmpldir /etc/munin/templates
[sv]
    address 127.0.0.1
    use_node_name yes

/etc/munin/munin-node.conf
log_level 4
log_file /var/log/munin/munin-node.log
port 4949
pid_file /var/run/munin/munin-node.pid
background 1
setseid 1
host 127.0.0.1
user root
group root
setsid yes
ignore_file ~$
ignore_file \.bak$
ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
allow ^127\.0\.0\.1$
allow ^192\.168\.1\.99$



Konfiguration von gw (Suse 9.2, 192.168.1.99):

/etc/munin/munin.conf
dbdir   /var/lib/munin
htmldir /srv/www/htdocs/munin
logdir  /var/log/munin
rundir  /var/run/munin
tmpldir /etc/munin/templates
[gw-suse]
    address 127.0.0.1
    use_node_name yes
[sv]
    address 192.168.1.100
    use_node_name yes


/etc/munin/munin-node.conf
log_level 4
log_file /var/log/munin/munin-node.log
port 4949
pid_file /var/run/munin/munin-node.pid
background 1
setseid 1
host *
user root
group root
setsid yes
ignore_file ~$
ignore_file \.bak$
ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
host_name gw-suse
allow ^127\.0\.0\.1$


Wie kann ich 127.0.0.1 und 192.168.1.96/28 erlauben?

Al



Reply to: