Added munin configuration

This commit is contained in:
2026-04-07 18:59:15 -04:00
parent 83624a85c1
commit 0d5b19b820
6 changed files with 55 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ packages_common:
- 'wget'
- 'zip'
munin_node_allowed_ips:
- '^10\.7\.10\.95$'
- '^127\.0\.0\.1$'
- '^::1$'
ntp_enabled: True
ntp_timezone: 'America/New_York'
ntp_package: 'chrony'

View File

@@ -0,0 +1,27 @@
---
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']

View File

@@ -13,6 +13,9 @@ lb-v3 ansible_host=lb-v3.int.metaunix.net
[kickstart_servers]
ks-v2 ansible_host=ks-v2.int.metaunix.net
[munin_masters]
mustafar ansible_host=mustafar
[nameservers]
#ns1 ansible_host=ns1.int.metaunix.net
#ns2 ansible_host=ns2.int.metaunix.net