Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use a group called localdomain and associate it with the machine localhost and use localhost as the name instead the address in the web interface.
To add a server, copy it and change localhost to the name of the machine and change the IP address to the correct IP address of the machine you want to monitor. For more detailed instructions, see Possible Configuration-Parameters for Munin (Server).

Anchor
conf_client
conf_client

...

By default you can find the configuration at /etc/munin/munin-node.conf. Additional information about this configuration can be found at Possible Configuration-Parameters for Munin-Node (Client).

Parameter

Default value

Possible values

Description

log_level

2

0..4

0 = Off, 4 = Maximal Verbose

log_file

/var/log/munin/munin-node.log

Logfile-Location

Where the log file should be stored

pid_file

/var/run/munin/munin-node.pid

Pidfile-Location

Where the PID file should be stored

background

1

1 or comment out and set setsid to 0

Set to 1 to run in the background, or set to 0.

user

root

User

Run node below this user

group

root

Group

Run node below this group

setsid

yes

yes/1 or no/0

Fork after bind to daemonize or not

ignore_file

~$

Expression for excluding Files

Regular expression to exclude files which match this expression (This command can be repeated)

allow

^127\.0\.0\.1$

Expression for IP-Address

Regular expression of IP to allow access on node (This command can be repeated)

host

*

IP-Address or * for all

The address where the node will listen

port

4949

1..65534

The port where the node will listen

cidr_allow

-

CIDR for IP-Address

Allows use of CIDR- notation See http://en.wikipedia.org/wiki/CIDR_notation

cidr_deny

-

CIDR for IP-Address

Cancels (or negates) cidr_allow See http://en.wikipedia.org/wiki/CIDR_notation

...