summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-atlas.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-11-13 00:32:49 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-11-13 00:32:49 +0100
commit0c2010a20207715f61416486d6edcb6defbf5aee (patch)
tree9d00a1eadc0961efb2ed476f4e7118d48bb5684e /inventory/host_vars/ch-atlas.yml
parentpan: move dyn.schaaas.at and captive.schaaas.at (diff)
ch-atlas: add to prometheus monitoring
Diffstat (limited to 'inventory/host_vars/ch-atlas.yml')
-rw-r--r--inventory/host_vars/ch-atlas.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-atlas.yml b/inventory/host_vars/ch-atlas.yml
index acc092f6..de2383e7 100644
--- a/inventory/host_vars/ch-atlas.yml
+++ b/inventory/host_vars/ch-atlas.yml
@@ -30,6 +30,10 @@ apt_repo_components:
- contrib ## for zfs
- non-free ## for microcode updates
+spreadspace_apt_repo_components:
+ - main
+ - prometheus
+
installer_storage:
type: lvm
@@ -53,3 +57,15 @@ zfs_sanoid_modules:
use_template: production
recursive: yes
process_children_only: yes
+
+
+
+prometheus_exporter_node_textfile_collector_scripts:
+ - deleted-libraries
+ - smartmon
+
+prometheus_job_multitarget_blackbox__probe:
+ ch-mon:
+ - instance: "ssh-{{ inventory_hostname }}"
+ target: "{{ network.primary.address | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}"
+ module: ssh_banner