summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-helene.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-05 21:33:07 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-05 21:33:07 +0200
commit3b5d2a806fce7387f6a58047bbe9a5b7e60cfd3f (patch)
tree1c96b7f0646a18a7bfd9b63941446b058e80027d /inventory/host_vars/ele-helene.yml
parentmove ele-mon to ip 192.168.18.222 (diff)
e22: monitoring host fixed and tweaks
Diffstat (limited to 'inventory/host_vars/ele-helene.yml')
-rw-r--r--inventory/host_vars/ele-helene.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-helene.yml b/inventory/host_vars/ele-helene.yml
index e70cf2df..7947f05a 100644
--- a/inventory/host_vars/ele-helene.yml
+++ b/inventory/host_vars/ele-helene.yml
@@ -38,3 +38,26 @@ installer_storage:
lv: installer
size: 3G
fs: ext4
+
+
+prometheus_exporter_node_textfile_collector_scripts:
+ - deleted-libraries
+ - smartmon
+
+prometheus_exporters_extra:
+ - ssl
+ - ipmi
+
+prometheus_exporter_ipmi_modules:
+ default:
+ collectors:
+ - bmc
+ - ipmi
+ - chassis
+ - sel
+
+prometheus_job_multitarget_blackbox__probe:
+ ele-mon:
+ - instance: "ssh-{{ inventory_hostname }}"
+ target: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}:{{ ansible_port | default(22) }}"
+ module: ssh_banner