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
|
|
|
|
munin_node_plugins:
|
2021-06-16 21:57:28 +02:00
|
|
|
- name: chrony
|
|
|
|
- name: systemd_status
|
|
|
|
- name: lvm_
|
2021-02-26 17:24:14 +01:00
|
|
|
- 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-06-16 21:57:28 +02:00
|
|
|
- name: kvm_mem
|
|
|
|
- name: kvm_net
|
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
|
2021-06-16 21:57:28 +02:00
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/chrony
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/lvm_
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/systemd_status
|
2021-02-27 17:46:29 +01:00
|
|
|
- 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-06-16 21:57:28 +02:00
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_mem
|
|
|
|
- remote_src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_net
|
2021-04-09 21:50:41 +02:00
|
|
|
|
2020-08-19 12:29:49 +02:00
|
|
|
# Ansible Variablen
|
|
|
|
### sudo
|
|
|
|
sudo: false
|