---
# Apache frontend configs
apache_mods_enabled_munin:
- proxy
- proxy_http
- cgi
- rewrite
- headers
apache_vhosts_munin:
- servername: munin.int.metaunix.net
serveralias: "{{ ansible_fqdn }}"
documentroot: /var/cache/munin/www
extra_parameters: |
ScriptAlias /munin-cgi/ /usr/lib/munin/cgi/
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
Require all granted
DirectoryIndex index.html
munin_local_conf_remove: True
munin_html_strategy: 'cgi'
munin_graph_strategy: 'cgi'
munin_max_processes: 4
munin_alerts:
- name: 'Gregory Ballantine'
email: 'gballantine@metaunix.net'
subject: 'Munin-notification for ${var:group} :: ${var:host}'
level: 'warning critical'
munin_hosts:
- name: 'mustafar'
address: '127.0.0.1'
extra: ['use_node_name yes']
- name: 'lb-v3'
address: 'lb-v3.int.metaunix.ent'
extra: ['use_node_name yes']
- name: 'ks-v2.int.metaunx.net'
address: 'ks-v2.int.metaunix.net'
extra: ['use_node_name yes']
- name: 'ns3.int.metaunix.net'
address: 'ns3.int.metaunix.net'
extra: ['use_node_name yes']
- name: 'ns4.int.metaunix.net'
address: 'ns4.int.metaunix.net'
extra: ['use_node_name yes']