1
0
Fork 0
forked from infra/ansible

Add cluster monitoring to rabbitmq03 in staging

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2026-06-24 07:38:55 +02:00
commit 2519e23c78
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD

View file

@ -80,3 +80,9 @@
host_groups: RabbitMQ servers
link_templates: RabbitMQ Monitoring
force: false
- name: Add cluster monitoring to rabbitmq03 in Zabbix
community.zabbix.zabbix_host:
host_name: "{{ inventory_hostname }}"
link_templates: RabbitMQ Cluster
force: false
when: "inventory_hostname.startswith('rabbitmq03') and env == 'staging'"