mg
61d8396f43
readme rolle geerlingguy weg apc_nis rolle playbook docker in gruppe vars disabled plugins in eigenes Repo gesichert munin_node_additional_plugins default plugins weg wip remote_src --> src defaults und conf rolle neu Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#125 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
34 lines
1.4 KiB
YAML
34 lines
1.4 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
|
|
|
|
# Plugin configuration options (the key is the plugin heading, items within will
|
|
# be options for the plugin).
|
|
munin_node_config: {
|
|
# "ps_test": {
|
|
# "env.regex": "bash",
|
|
# "env.name": "bash"
|
|
# }
|
|
}
|
|
# Source and destination of munin plugins.
|
|
munin_plugin_src_path: /usr/share/munin/plugins/
|
|
munin_plugin_dest_path: /etc/munin/plugins/
|
|
munin_node_additional_plugins: # must be a textfile
|
|
# - name: chrony
|
|
# src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/chrony
|
|
# oder
|
|
# - name: apc_nis # wenn das plugin schon lokal vorhanden ist
|
|
munin_node_disabled_plugins:
|
|
# - name: meminfo # zu hohe last
|
|
|
|
#aufräum task der plguins einmal leer macht(beide src und dest)
|