summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-atlas.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-06-20 19:35:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-06-20 19:35:10 +0200
commit6cd14100e53002280286af048a7dca4e7127ebd3 (patch)
tree2893b2ae017eb0b84413f2693b8ca2b34eeeafd2 /inventory/host_vars/ch-atlas.yml
parentgrafana: create new dashboards for revamped blackbox exporter metric labels (diff)
rename new blackbox-exporter metric label from svc_name to svc_instance
Diffstat (limited to 'inventory/host_vars/ch-atlas.yml')
-rw-r--r--inventory/host_vars/ch-atlas.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-atlas.yml b/inventory/host_vars/ch-atlas.yml
index 3ee9f7ac..1f4dda2f 100644
--- a/inventory/host_vars/ch-atlas.yml
+++ b/inventory/host_vars/ch-atlas.yml
@@ -74,6 +74,6 @@ prometheus_exporter_node_textfile_collector_scripts:
prometheus_job_multitarget_blackbox__probe:
ch-mon:
- svc_kind: ssh
- svc_name: "{{ inventory_hostname }}"
+ svc_instance: "{{ inventory_hostname }}"
target: "{{ network.primary.address | ansible.utils.ipaddr('address') }}:{{ ansible_port | default(22) }}"
module: ssh_banner