diff --git a/group_vars/infra/firewall.yml b/group_vars/infra/firewall.yml index 4a6cd0d..1d2b98f 100644 --- a/group_vars/infra/firewall.yml +++ b/group_vars/infra/firewall.yml @@ -156,7 +156,9 @@ firewall__input: - src: monit protocols: tcp: - dport: 9100 + dport: + - 9100 + - 9700 verdict: accept - src: monit protocols: @@ -275,7 +277,9 @@ firewall__forward: dst: infra protocols: tcp: - dport: 9100 + dport: + - 9100 + - 9700 verdict: accept # Prometheus bird - src: monit diff --git a/group_vars/prom/prometheus/jitsi.yml b/group_vars/prom/prometheus/jitsi.yml new file mode 100644 index 0000000..4e1ace8 --- /dev/null +++ b/group_vars/prom/prometheus/jitsi.yml @@ -0,0 +1,6 @@ +--- +prometheus__scraping_jitsi: + targets: ["jitsi.pub.infra.auro.re"] + address: + port: 9700 +... diff --git a/group_vars/prom/prometheus/main.yml b/group_vars/prom/prometheus/main.yml index 1733bd8..f86dd64 100644 --- a/group_vars/prom/prometheus/main.yml +++ b/group_vars/prom/prometheus/main.yml @@ -13,6 +13,7 @@ prometheus__scraping: ilo: "{{ prometheus__scraping_ilo }}" snmp: "{{ prometheus__scraping_snmp }}" eaton: "{{ prometheus__scraping_eaton }}" + jitsi: "{{ prometheus__scraping_jitsi }}" prometheus__rules: common: "{{ prometheus__rules_common }}" diff --git a/hosts b/hosts index c55f45b..286dd94 100644 --- a/hosts +++ b/hosts @@ -73,6 +73,10 @@ radius-[1:2].isp.infra.auro.re vm_network vm_services vm_ovh +vm_services_nixos + +[vm_services_nixos] +jitsi.pub.infra.auro.re [vm_ovh] ns-3.ovh.infra.auro.re