summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-prometheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-27 21:41:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-27 21:41:57 +0200
commit4d60167a0a935a141e6300bc1c1fb691a77c49c0 (patch)
tree247aeb9cd9a2010a062112ccf7ca4da9566044b1 /inventory/host_vars/ch-prometheus.yml
parentprometheus: add some openwrt specific alert rules (diff)
fix and finalize ipmi exporter
Diffstat (limited to 'inventory/host_vars/ch-prometheus.yml')
-rw-r--r--inventory/host_vars/ch-prometheus.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-prometheus.yml b/inventory/host_vars/ch-prometheus.yml
index 9381f0c2..1779c602 100644
--- a/inventory/host_vars/ch-prometheus.yml
+++ b/inventory/host_vars/ch-prometheus.yml
@@ -44,6 +44,23 @@ ssh_keys_root_extra:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9AkOBxvf1wZ0B3wEyf7O3GbaIGx5o2f6cVuQIrOjeFfgMSAr1LwiB/gmHhMSEq6OSauD37TA5yDIrzk6NPPjVs/wiklsHgYtTqIxSPItTZFPX4gLvNwwGuRvEW9bTEiHd+bVPIiIT7HOje0kgacjan44rdgppX9DgcUp2j7uSZZabsxDCS/ms0slhwBNU1gtR31PoQ56vIya23D2uMauNAbRJzDEOfAjy4pHF8njYcXPas/yrbLi8PUZ1YO1u/AZto96EIYfHaCLWlstqeCX+R2JrTunvfTr8TF3AkFw8lHMzk3neUR+tPAAFQaqeTlqGPiSNq1Oyf+52XR16qwhd equinox@mail
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZK9NBainiE0+A8pT8dbwlNZ0k0AZVhLTzUSo3YtKJt ZFS Backup syncoid@epimetheus
+
+spreadspace_apt_repo_components:
+ - main
+ - prometheus
+
+prometheus_exporters_extra:
+ - ipmi
+
+prometheus_exporter_ipmi_modules:
+ default:
+ collectors:
+ - bmc
+ - ipmi
+ - chassis
+ - sel
+
+
installer_storage:
type: lvm
vg: "{{ host_name }}"