homeserver/group_vars/proxmox.yml

70 lines
2.7 KiB
YAML

---
### mgrote.apt_install_packages
programs_extra:
- ifupdown2
- bmon
### mgrote.smart
smart_smartctlmail_cron_minutes: "15"
smart_smartctlmail_cron_hours: "6"
smart_smartctlmail_cron_weekday: "3"
### 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"
### geerlingguy.munin-node
munin_node_disabled_plugins:
- name: meminfo # zu hohe last
- name: hddtemp2 # ersetzt durch hddtemp_smartctl
- name: ntp # verursacht zu viele dns ptr request
- name: hddtempd # ersetzt durch hddtemp_smartctl
- name: ipmi_power # für pve2, leeres diagramm
- name: squid_cache
- name: squid_objectsize
- name: squid_requests
- name: squid_traffic
- name: nfsd4
- name: nfsd
- name: kvm_vm_count
- name: proxmox_lxc_count
- name: proxmox_vm_count
- name: zfs_usage_rpool # liest falsch ein
- name: zfs_usage_hdd_data_raidz # liest falsch ein
munin_node_plugins:
- name: chrony
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/chrony
- name: systemd_status
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/systemd_status
- name: lvm_
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/lvm_
config: |
[lvm_*]
user root
- name: zfs_arcstats
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/zfs_arcstats
- name: zfsonlinux_stats_
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/zfsonlinux_stats_
- name: zpool_iostat
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/zpool_iostat
- name: zfs_list
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/zfs_list
- name: zpool_capacity
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/zpool_capacity
- name: kvm_mem
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/kvm_mem
- name: kvm_net
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/kvm_net
- name: kvm_cpu
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/extern/kvm_cpu
- name: zpool_fragmentation
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zpool_fragmentation
- name: proxmox_count
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/proxmox_count
config: |
[proxmox_count]
user root
group root
- name: zfs_count
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/zfs_count
# Ansible Variablen
### sudo
sudo: false