mg
5274c6e328
Munin: ntp entfernt Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#17 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
61 lines
2.1 KiB
YAML
61 lines
2.1 KiB
YAML
---
|
|
### geerlingguy.dotfiles
|
|
dotfiles_repo: "https://github.com/quotengrote/dotfiles.git"
|
|
dotfiles_repo_local_destination: "/home/mg/dotfiles-repo"
|
|
dotfiles_home: "/home/mg"
|
|
dotfiles_user: "mg"
|
|
dotfiles_repo_accept_hostkey: true
|
|
dotfiles_files:
|
|
- .bash_aliases
|
|
- .tmux.conf
|
|
- .gitconfig
|
|
### 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"
|
|
### mgrote.apcupsd
|
|
apcupsd_slave_polltime: 10 #in Sekunden
|
|
### geerlingguy.munin-node
|
|
munin_node_bind_host: "*"
|
|
munin_node_bind_port: "4949"
|
|
munin_node_allowed_cidrs: [192.168.2.0/24]
|
|
munin_node_plugins:
|
|
- name: apc_nis
|
|
- name: hddtemp_smartctl
|
|
- name: zpool_iostat
|
|
- name: zfsonlinux_stats_
|
|
- name: zfs_arcstats
|
|
- name: zfs_list
|
|
- name: zpool_capacity
|
|
- name: fail2ban_
|
|
munin_node_config: {
|
|
"apc_nis": {
|
|
"env.host": "pve2.grote.lan",
|
|
"env.port": "3551"
|
|
}
|
|
}
|
|
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
|
|
- src: templates/fail2ban_
|
|
munin_node_remove_plugins:
|
|
- name: meminfo # zu hohe last
|
|
- name: hddtemp2 # ersetzt durch hddtemp_smartctl
|
|
- name: squid_cache
|
|
- name: squid_objectsize
|
|
- name: squid_requests
|
|
- name: squid_traffic
|
|
- name: nfsd
|
|
- name: nfsd4
|
|
- name: ntp # verursacht zu viele dns ptr request
|
|
- name: cronjobs
|
|
- name: hddtempd # ersetzt durch hddtemp_smartctl
|
|
- name: ipmi_power # für pve2, leeres diagramm
|
|
# Ansible Variablen
|
|
### sudo
|
|
sudo: false
|