| Line |   | 
|---|
| 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 * | 
|---|
| 14 | user root | 
|---|
| 15 | group root | 
|---|
| 16 | setsid 1 | 
|---|
| 17 |  | 
|---|
| 18 | # Regexps for files to ignore | 
|---|
| 19 |  | 
|---|
| 20 | #ignore_file [#~]$  # FIX doesn't work. '#' starts a comment | 
|---|
| 21 | ignore_file DEADJOE$ | 
|---|
| 22 | ignore_file \.bak$ | 
|---|
| 23 | ignore_file %$ | 
|---|
| 24 | ignore_file \.dpkg-(tmp|new|old|dist)$ | 
|---|
| 25 | ignore_file \.rpm(save|new)$ | 
|---|
| 26 | ignore_file \.pod$ | 
|---|
| 27 |  | 
|---|
| 28 | # Set this if the client doesn't report the correct hostname when | 
|---|
| 29 | # telnetting to localhost, port 4949 | 
|---|
| 30 | # | 
|---|
| 31 | #host_name localhost.localdomain | 
|---|
| 32 |  | 
|---|
| 33 | # A list of addresses that are allowed to connect.  This must be a | 
|---|
| 34 | # regular expression, due to brain damage in Net::Server, which | 
|---|
| 35 | # doesn't understand CIDR-style network notation.  You may repeat | 
|---|
| 36 | # the allow line as many times as you'd like | 
|---|
| 37 |  | 
|---|
| 38 | allow ^127\.0\.0\.1$ | 
|---|
| 39 | allow ^18\.187\.1\.128$ | 
|---|
| 40 | allow ^18\.181\.0\.65$ | 
|---|
| 41 | allow ^18\.181\.0\.51$ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.