mg
7799f2a4fe
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#202 Co-authored-by: mg <mg@noreply.git.mgrote.net> Co-committed-by: mg <mg@noreply.git.mgrote.net>
32 lines
1.5 KiB
YAML
32 lines
1.5 KiB
YAML
---
|
|
munin_node_log: /var/log/munin/munin-node.log
|
|
munin_node_pid: /var/run/munin/munin-node.pid
|
|
munin_node_plugin_timeout: 60 # in sec
|
|
munin_node_global_timeout: 900 # in sec
|
|
munin_node_host_name: '' # Set this if the client doesn't report the correct hostname
|
|
munin_node_allowed_ips: # A list of addresses that are allowed to connect Munin requires IPs be added as regular expressions.
|
|
- '^127\.0\.0\.1$'
|
|
- '^::1$'
|
|
munin_node_allowed_cidrs: [192.168.2.0/24] # A list of addresses that are allowed to connect
|
|
munin_node_denied_cidrs: [] # a list of addresses that are not allowed to connect
|
|
munin_node_bind_host: "0.0.0.0" # bind to interface
|
|
munin_node_bind_port: "4949" # bind to port
|
|
munin_node_log_level: 4 # Loglevel
|
|
|
|
# Plugin configuration options (the key is the plugin heading, items within will
|
|
# be options for the plugin).
|
|
# Source and destination of munin plugins.
|
|
munin_plugin_src_path: /usr/share/munin/plugins/
|
|
munin_plugin_dest_path: /etc/munin/plugins/
|
|
munin_plugin_conf_dest_path: /etc/munin/plugin-conf.d/
|
|
# munin_node_plugins: #plugins to install
|
|
# - name: docker_volumes # name
|
|
# src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/docker_ #src
|
|
# config_file_name: /etc/munin/plugin-conf.d/docker # where to put plugin config
|
|
# content of config
|
|
# config: |
|
|
# user root
|
|
# env.DOCKER_HOST unix://run/docker.sock
|
|
|
|
# munin_node_disabled_plugins: # remove plugins from running config
|
|
# - name: meminfo
|