apcupsd poll-Intervall angepasst (#18)
apcupsd poll-Intervall angepasst Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#18 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
5274c6e328
commit
277bb585ce
3 changed files with 6 additions and 1 deletions
|
@ -45,10 +45,11 @@
|
|||
### 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:
|
||||
- name: "ssd_vm_mirror"
|
||||
- name: "rpool"
|
||||
type: "ssd"
|
||||
cron_minute_zfs_trim: "5"
|
||||
cron_hour_zfs_trim: "22"
|
||||
|
|
|
@ -48,3 +48,5 @@
|
|||
cron_hour_zfs_scrub: "23"
|
||||
### mgrote.apcupsd
|
||||
apcupsd_nis_master: false
|
||||
apcupsd_nis_master_hostname: pve2-test.grote.lan
|
||||
apcupsd_slave_polltime: 360 #in Sekunden
|
||||
|
|
|
@ -48,3 +48,5 @@
|
|||
cron_hour_zfs_scrub: "23"
|
||||
### mgrote.apcupsd
|
||||
apcupsd_nis_master: false
|
||||
apcupsd_nis_master_hostname: pve2-test.grote.lan
|
||||
apcupsd_slave_polltime: 360 #in Sekunden
|
||||
|
|
Loading…
Reference in a new issue