summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-epimetheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-11 00:04:35 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-11 00:04:35 +0100
commit5f3230aad459d06cfd257616564bddc4cd9ad7cc (patch)
tree62987e7d565077a7a8aee4f7460bb1b4789d9158 /inventory/host_vars/ch-epimetheus.yml
parentdisable syncoid for some testvms (diff)
zfs/syncoid: add error handling to pull
Diffstat (limited to 'inventory/host_vars/ch-epimetheus.yml')
-rw-r--r--inventory/host_vars/ch-epimetheus.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml
index 060512e6..6117b161 100644
--- a/inventory/host_vars/ch-epimetheus.yml
+++ b/inventory/host_vars/ch-epimetheus.yml
@@ -77,6 +77,7 @@ zfs_syncoid_sources:
'ch-prometheus':
ssh_hostname: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-prometheus']) | ipaddr('address') }}"
ssh_port: "{{ hostvars['ch-prometheus'].ansible_port }}"
+ report_prometheus_textfile_path: "/var/lib/prometheus-node-exporter/textfile-collector"
periodic:
schedule: "*-*-* 00,06,12,18:31:00"
timeout: 5h
@@ -95,6 +96,7 @@ zfs_syncoid_sources:
'ch-phoebe':
ssh_hostname: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-phoebe']) | ipaddr('address') }}"
ssh_port: "{{ hostvars['ch-phoebe'].ansible_port }}"
+ report_prometheus_textfile_path: "/var/lib/prometheus-node-exporter/textfile-collector"
periodic:
schedule: "*-*-* 00,06,12,18:29:00"
timeout: 5h