2020-08-19 12:29:49 +02:00
|
|
|
---
|
2021-03-21 19:46:39 +01:00
|
|
|
### mgrote.apt_install_packages
|
|
|
|
programs_extra:
|
|
|
|
- ifupdown2
|
2021-04-09 21:50:41 +02:00
|
|
|
- bmon
|
2020-08-19 12:29:49 +02:00
|
|
|
### mgrote.smart
|
|
|
|
smart_smartctlmail_cron_minutes: "15"
|
|
|
|
smart_smartctlmail_cron_hours: "6"
|
|
|
|
smart_smartctlmail_cron_weekday: "3"
|
2021-02-13 16:18:29 +01:00
|
|
|
### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_*
|
|
|
|
zfs_extra_max_usage_health: "80"
|
2021-02-16 08:04:40 +01:00
|
|
|
### mgrote.apcupsd
|
|
|
|
apcupsd_slave_polltime: 10 #in Sekunden
|
2021-02-26 17:24:14 +01:00
|
|
|
### geerlingguy.munin-node
|
2021-03-19 12:06:40 +01:00
|
|
|
munin_node_bind_host: "0.0.0.0"
|
|
|
|
munin_node_bind_port: "4949"
|
|
|
|
munin_node_allowed_cidrs: [192.168.2.0/24]
|
2021-02-26 17:24:14 +01:00
|
|
|
munin_node_plugins:
|
|
|
|
- name: apc_nis
|
|
|
|
- name: hddtemp_smartctl
|
|
|
|
- name: zpool_iostat
|
|
|
|
- name: zfsonlinux_stats_
|
|
|
|
- name: zfs_arcstats
|
|
|
|
- name: zfs_list
|
2021-02-27 17:46:29 +01:00
|
|
|
- name: zpool_capacity
|
2021-03-04 16:31:50 +01:00
|
|
|
- name: fail2ban_
|
2021-02-26 17:24:14 +01:00
|
|
|
munin_node_config: {
|
|
|
|
"apc_nis": {
|
|
|
|
"env.host": "pve2.grote.lan",
|
|
|
|
"env.port": "3551"
|
|
|
|
}
|
|
|
|
}
|
2021-02-27 17:46:29 +01:00
|
|
|
munin_node_install_plugins: # in eigenes Repo gesichert
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_arcstats
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfsonlinux_stats_
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_iostat
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_list
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_capacity
|
2021-03-13 19:49:02 +01:00
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/fail2ban_
|
2021-02-27 17:46:29 +01:00
|
|
|
munin_node_remove_plugins:
|
2021-03-04 16:31:50 +01:00
|
|
|
- name: meminfo # zu hohe last
|
2021-02-27 17:46:29 +01:00
|
|
|
- name: hddtemp2 # ersetzt durch hddtemp_smartctl
|
|
|
|
- name: squid_cache
|
|
|
|
- name: squid_objectsize
|
|
|
|
- name: squid_requests
|
|
|
|
- name: squid_traffic
|
|
|
|
- name: nfsd
|
|
|
|
- name: nfsd4
|
2021-03-06 19:37:02 +01:00
|
|
|
- name: ntp # verursacht zu viele dns ptr request
|
2021-03-04 16:31:50 +01:00
|
|
|
- name: cronjobs
|
2021-02-27 17:46:29 +01:00
|
|
|
- name: hddtempd # ersetzt durch hddtemp_smartctl
|
|
|
|
- name: ipmi_power # für pve2, leeres diagramm
|
2021-04-09 21:50:41 +02:00
|
|
|
|
2020-08-19 12:29:49 +02:00
|
|
|
# Ansible Variablen
|
|
|
|
### sudo
|
|
|
|
sudo: false
|