Reste apcupsd entfernt (#198)
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#198 Co-authored-by: mg <mg@noreply.git.mgrote.net> Co-committed-by: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
9a8739afef
commit
12a864fed0
3 changed files with 1 additions and 35 deletions
|
@ -9,8 +9,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_additional_plugins:
|
||||
- name: chrony
|
||||
|
@ -54,21 +52,6 @@
|
|||
- name: apc_nis
|
||||
- name: lvm_
|
||||
|
||||
### mgrote.apcupsd
|
||||
apcupsd_master_onbatterydelay: 10
|
||||
apcupsd_master_batterylevel_for_shutdown: 50
|
||||
apcupsd_master_minutes_for_shutdown: 10
|
||||
apcupsd_master_nologon_when_active: disable
|
||||
apcupsd_slave_onbatterydelay: 10
|
||||
apcupsd_slave_batterylevel_for_shutdown: 50
|
||||
apcupsd_slave_minutes_for_shutdown: 10
|
||||
apcupsd_slave_nologon_when_active: disable
|
||||
apcupsd_nis_master: on
|
||||
apcupsd_nis_master_listen_ip: 0.0.0.0
|
||||
apcupsd_nis_master_listen_port: 3551
|
||||
apcupsd_ups_name: APC-BX950U-GR
|
||||
|
||||
|
||||
# Ansible Variablen
|
||||
### sudo
|
||||
sudo: false
|
||||
|
|
|
@ -42,10 +42,6 @@
|
|||
atime: on
|
||||
snapdir: hidden
|
||||
|
||||
### mgrote.apcupsd
|
||||
apcupsd_nis_master: true
|
||||
apcupsd_nis_master_hostname: pve2-test.grote.lan
|
||||
|
||||
### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_*
|
||||
zfs_extra_arc_max_size: "2147483648" # 2GB in Bytes
|
||||
zfs_extra_zfs_pools:
|
||||
|
|
|
@ -153,9 +153,6 @@
|
|||
atime: on
|
||||
snapdir: hidden
|
||||
|
||||
### mgrote.apcupsd
|
||||
apcupsd_nis_master: true
|
||||
apcupsd_nis_master_hostname: pve2.grote.lan
|
||||
### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_*
|
||||
zfs_extra_arc_max_size: "8589934592" # 8GB in Bytes
|
||||
zfs_extra_max_usage_health: "90"
|
||||
|
@ -248,14 +245,6 @@
|
|||
cv4pve_dl_link: "https://github.com/Corsinvest/cv4pve-autosnap/releases/download/v1.10.0/cv4pve-autosnap-linux-x64.zip"
|
||||
|
||||
### geerlingguy.munin-node
|
||||
munin_node_plugins:
|
||||
- name: apc_nis
|
||||
munin_node_config: {
|
||||
"apc_nis": {
|
||||
"env.host": "pve2.grote.lan",
|
||||
"env.port": "3551"
|
||||
}
|
||||
}
|
||||
munin_node_additional_plugins:
|
||||
- name: chrony
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/chrony
|
||||
|
@ -275,9 +264,6 @@
|
|||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_mem
|
||||
- name: kvm_net
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/kvm_net
|
||||
- name: apcupsd_pwr
|
||||
src: https://git.mgrote.net/mg/munin-plugins/raw/branch/master/apcupsd_pwr
|
||||
- name: apc_nis # ist lokal vorhanden
|
||||
munin_node_disabled_plugins:
|
||||
- name: meminfo # zu hohe last
|
||||
- name: hddtemp2 # ersetzt durch hddtemp_smartctl
|
||||
|
@ -295,6 +281,7 @@
|
|||
- name: fail2ban
|
||||
- name: fail2ban_
|
||||
- name: apcupsd_pct
|
||||
- name: apc_nis
|
||||
- name: kvm_io
|
||||
- name: kvm_cpu
|
||||
- name: docker_mem
|
||||
|
|
Loading…
Reference in a new issue