Last change
on this file since 781 was
781,
checked in by quentin, 16 years ago
|
munin needs to start as root so it can setuid to run the script; it drops privs for everything else and for scripts that don't need root
|
File size:
831 bytes
|
Rev | Line | |
---|
[416] | 1 | # |
---|
| 2 | # Example config-file for munin-node |
---|
| 3 | # |
---|
| 4 | |
---|
| 5 | log_level 4 |
---|
| 6 | log_file /var/log/munin/munin-node.log |
---|
| 7 | port 4949 |
---|
| 8 | pid_file /var/run/munin/munin-node.pid |
---|
| 9 | background 1 |
---|
| 10 | setseid 1 |
---|
| 11 | |
---|
| 12 | # Which port to bind to; |
---|
| 13 | host * |
---|
[781] | 14 | user root |
---|
| 15 | group root |
---|
[416] | 16 | setsid yes |
---|
| 17 | |
---|
| 18 | # Regexps for files to ignore |
---|
| 19 | |
---|
| 20 | ignore_file ~$ |
---|
| 21 | ignore_file \.bak$ |
---|
| 22 | ignore_file %$ |
---|
| 23 | ignore_file \.dpkg-(tmp|new|old|dist)$ |
---|
| 24 | ignore_file \.rpm(save|new)$ |
---|
| 25 | |
---|
| 26 | # Set this if the client doesn't report the correct hostname when |
---|
| 27 | # telnetting to localhost, port 4949 |
---|
| 28 | # |
---|
| 29 | #host_name ppc2.fedora.redhat.com |
---|
| 30 | |
---|
| 31 | # A list of addresses that are allowed to connect. This must be a |
---|
| 32 | # regular expression, due to brain damage in Net::Server, which |
---|
| 33 | # doesn't understand CIDR-style network notation. You may repeat |
---|
| 34 | # the allow line as many times as you'd like |
---|
| 35 | |
---|
| 36 | allow ^127\.0\.0\.1$ |
---|
| 37 | allow ^18\.187\.1\.128$ |
---|
[624] | 38 | allow ^18\.181\.0\.65$ |
---|
Note: See
TracBrowser
for help on using the repository browser.